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

PROJECT (sourcing_v2), SPIDER (bca.uk)

2026-03-29 11:00:09 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 11:00:09 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-29 11:00:09 [bca.uk] INFO: Starting spider bca.uk
2026-03-29 11:00:09 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-29 11:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 11:00:09 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2122
2026-03-29 11:00:09 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 11:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /SpiderData()?$filter=PartitionKey%20eq%20%27BCAUk%27%20and%20RowKey%20eq%20%27cookies%27 HTTP/1.1" 200 None
2026-03-29 11:00:09 [bca.uk] INFO: No cached cookies found, will perform fresh login
2026-03-29 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /SpiderData()?$filter=PartitionKey%20eq%20%27BCAUk%27%20and%20RowKey%20eq%20%27auth_token%27 HTTP/1.1" 200 None
2026-03-29 11:00:09 [bca.uk] INFO: Loaded cached Auth0 token from Azure Tables (length=1492)
2026-03-29 11:00:09 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 11:00:09 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 11:00:09 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 11:00:09 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 11:00:09 [scrapy.extensions.telnet] INFO: Telnet Password: d56da91af4c08399
2026-03-29 11:00:09 [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-29 11:00:09 [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-29T11_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-29 11:00:09 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 11:00:09 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 11:00:10 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-29 11:00:10 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 11:00:10 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
 'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
 'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-29 11:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:10 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-29 11:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-29 11:00:10 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 11:00:10 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-29 11:00:10 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
 'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
 'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-29 11:00:10 [scrapy.core.engine] INFO: Spider opened
2026-03-29 11:00:10 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 11:00:10 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-29 11:00:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-29 11:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-29 11:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-29 11:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-29 11:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-29 11:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-29 11:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-29 11:00:10 [scrapy-playwright] INFO: Browser chromium launched
2026-03-29 11:00:11 [scrapy-playwright] INFO: Browser chromium launched
2026-03-29 11:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 11:00:11 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-29 11:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 11:00:11 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-29 11:00:15 [bca.uk] INFO: No cached cookies available, starting login process with credentials
2026-03-29 11:00:15 [bca.uk] INFO: Zyte login attempt 1/3
2026-03-29 11:00:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/> (referer: None) ['zyte-api']
2026-03-29 11:00:54 [bca.uk] INFO: Action 0 (waitForTimeout): status=success, elapsed=5s
2026-03-29 11:00:54 [bca.uk] INFO: Action 1 (waitForSelector): status=success, elapsed=0.008s
2026-03-29 11:00:54 [bca.uk] INFO: Action 2 (evaluate): status=success, elapsed=0.002s
2026-03-29 11:00:54 [bca.uk] INFO: Action 3 (waitForTimeout): status=success, elapsed=1.001s
2026-03-29 11:00:54 [bca.uk] INFO: Action 4 (click): status=success, elapsed=2.267s
2026-03-29 11:00:54 [bca.uk] INFO: Action 5 (waitForSelector): status=success, elapsed=0.609s
2026-03-29 11:00:54 [bca.uk] INFO: Action 6 (waitForTimeout): status=success, elapsed=1s
2026-03-29 11:00:54 [bca.uk] INFO: Action 7 (click): status=success, elapsed=2.869s
2026-03-29 11:00:54 [bca.uk] INFO: Action 8 (type): status=success, elapsed=0.026s
2026-03-29 11:00:54 [bca.uk] INFO: Action 9 (waitForTimeout): status=success, elapsed=1s
2026-03-29 11:00:54 [bca.uk] INFO: Action 10 (click): status=success, elapsed=1.54s
2026-03-29 11:00:54 [bca.uk] INFO: Action 11 (type): status=success, elapsed=0.017s
2026-03-29 11:00:54 [bca.uk] INFO: Action 12 (waitForTimeout): status=success, elapsed=1s
2026-03-29 11:00:54 [bca.uk] INFO: Action 13 (click): status=success, elapsed=2.487s
2026-03-29 11:00:54 [bca.uk] INFO: Action 14 (waitForSelector): status=success, elapsed=2.567s
2026-03-29 11:00:54 [bca.uk] INFO: Action 15 (evaluate): status=success, elapsed=0.076s
2026-03-29 11:00:54 [bca.uk] INFO: Action 16 (waitForTimeout): status=success, elapsed=10s
2026-03-29 11:00:54 [bca.uk] INFO: Action 17 (evaluate): status=success, elapsed=0.001s
2026-03-29 11:00:54 [bca.uk] INFO: Page URL after login: https://www.bca.co.uk/
2026-03-29 11:00:54 [bca.uk] INFO: Successfully logged in via Zyte API session
2026-03-29 11:00:54 [bca.uk] INFO: Scrapy-formatted cookies: [{'name': 's_cc', 'value': 'true', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Sun+Mar+29+2026+07%3A00%3A42+GMT-0400+(Eastern+Daylight+Time)&version=202510.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=cf401b5b-a58e-499b-bcfc-738bbcfadda2&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0003%3A1%2CC0004%3A1%2CC0002%3A1&intType=1&geolocation=US%3BIL&AwaitingReconsent=false', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dest', 'value': 'https://www.bca.co.uk/', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_sq', 'value': '%5B%5BB%5D%5D', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtSa', 'value': '-', 'domain': '.bca.co.uk', 'path': '/'}, {'name': '__cf_bm', 'value': '9cV3H1gK8.3LIE8DTI5OZtfeTqrOjm7jrMFv4oSc1II-1774782017.8710694-1.0.1.1-Gpp4_2q1t8TDW2YFaYi3mhg6BJWiRfEjYWJzBTNqtJahhY17yfGFq4r1v87VI5FEv_K32CNtqrNqRA6i5yYUVrK2iuLT1AzuVxhjfFh0fusGOZWm8a3g23CqDsYhf8dg.gJUIA8rn45T7p90HjtiFg', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCVS_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCV_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '179643557%7CMCIDTS%7C20542%7CMCMID%7C82823085864370760993373062091190898747%7CMCAAMLH-1775386830%7C7%7CMCAAMB-1775386830%7C6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y%7CMCOPTOUT-1774789230s%7CNONE%7CMCSYNCSOP%7C411-20549%7CvVersion%7C5.5.0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv_s', 'value': 'First%20Visit', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'rxvt', 'value': '1774783842341|1774782019049', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'JSESSIONID', 'value': 'DDFC35EB58931C91ACB1CE9465DFD61A', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv', 'value': '1774782042552', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtCookie', 'value': 'v_4_srv_3_sn_C4335C7AA6D817B3D3F5140E9627CB31_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3Aea7c4b59f27d43eb_1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'gpv_pn', 'value': 'auctionview', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtPC', 'value': '3$582042038_448h-vUKMBPWHHNFLPSUCCHOHRPNJUAFLRUHCP-0e0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'ASLBSA', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 's_getNewRepeat', 'value': '1774782042552-New', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'INGRESSCOOKIE', 'value': '201d4d7cdb35b651709a73d47c4eaea6|17148814d3d29f21517da122aae4be83', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'csrf', 'value': 'pnlq3GLEXJncAdiszZ_XJx6kN8iMSmsWSC0aZp7StWav34zH_vh5fCvqzywmfYfYSClS1Lg54l7f6izTbXVeiw:AAABnTlAclQ:N4dRVsJgezTH2FymFDZGYA', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'ASLBSACORS', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'rxVisitor', 'value': '1774782019047MJ0RASVFBV3JOAFC7FHEC9R805F981VR', 'domain': '.bca.co.uk', 'path': '/'}, {'name': '_legacy_auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'OptanonAlertBoxClosed', 'value': '2026-03-29T11:00:26.661Z', 'domain': '.bca.co.uk', 'path': '/'}]
2026-03-29 11:00:54 [bca.uk] INFO: Extracted 24 cookies from Zyte login response
2026-03-29 11:00:54 [bca.uk] INFO: Merged 15 browser cookies, total: 24
2026-03-29 11:00:54 [bca.uk] INFO: Auth0 token capture: token=yes, error=client-created
2026-03-29 11:00:54 [bca.uk] INFO: Got Auth0 access token via dynamic SDK (length=1492)
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='BCAUk',RowKey='auth_token') HTTP/1.1" 204 0
2026-03-29 11:00:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded
2026-03-29 11:00:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:00:54 [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-29 11:00:54 [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-29 11:00:54 [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-29 11:00:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:58 [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-29 11:00:58 [bca.uk] INFO: Total items found: 100
2026-03-29 11:00:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded
2026-03-29 11:00:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:00:58 [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-29 11:00:58 [bca.uk] INFO: Found listing with ID: EX07%20KVL
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX07%2520KVL%27 HTTP/1.1" 200 None
2026-03-29 11:00:58 [bca.uk] INFO: Scrape type for EX07%20KVL: 1
2026-03-29 11:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1e63a4c-4284-5d10-a22f-cb836899afcc with identifier: EX07%20KVL
2026-03-29 11:00:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:00:58 [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-29 11:00:58 [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-29 11:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:58 [bca.uk] INFO: Found listing with ID: DG15%20FDY
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:58 [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-29 11:00:58 [bca.uk] INFO: Scrape type for DG15%20FDY: 2
2026-03-29 11:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f7a080-b70f-50ab-b089-f8726d4b263b with identifier: DG15%20FDY
2026-03-29 11:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f7a080-b70f-50ab-b089-f8726d4b263b with scrape type 2
2026-03-29 11:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f7a080-b70f-50ab-b089-f8726d4b263b with scrape type 2
2026-03-29 11:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58f7a080-b70f-50ab-b089-f8726d4b263b, identifier: DG15%20FDY
2026-03-29 11:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58f7a080-b70f-50ab-b089-f8726d4b263b with identifier: DG15%20FDY
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-29 11:00:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-29 11:00:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58f7a080-b70f-50ab-b089-f8726d4b263b with identifier: DG15%20FDY
2026-03-29 11:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58f7a080-b70f-50ab-b089-f8726d4b263b with identifier: DG15%20FDY to the API
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:00:59 [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': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG15%20FDY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58f7a080-b70f-50ab-b089-f8726d4b263b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG15 FDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG15%20FDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 90862,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 2.2 CRDI KX-3 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI KX-3',
 'vin': 'KNAKU814SE5552570',
 'year': 2015}
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:59 [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-29 11:00:59 [bca.uk] INFO: Saving data for DG15%20FDY: {'auction_closing_time': 1774864800.0, 'created_time': 1774436666.767509, 'last_price_update_time': 1774782059.55019}
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG15%2520FDY') HTTP/1.1" 204 0
2026-03-29 11:00:59 [bca.uk] INFO: Found listing with ID: GL16%20OVF
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520OVF%27 HTTP/1.1" 200 None
2026-03-29 11:00:59 [bca.uk] INFO: Scrape type for GL16%20OVF: 2
2026-03-29 11:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73f3743b-235f-5cdc-955f-5645763bac91 with identifier: GL16%20OVF
2026-03-29 11:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73f3743b-235f-5cdc-955f-5645763bac91 with scrape type 2
2026-03-29 11:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73f3743b-235f-5cdc-955f-5645763bac91 with scrape type 2
2026-03-29 11:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73f3743b-235f-5cdc-955f-5645763bac91, identifier: GL16%20OVF
2026-03-29 11:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73f3743b-235f-5cdc-955f-5645763bac91 with identifier: GL16%20OVF
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-29 11:00:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73f3743b-235f-5cdc-955f-5645763bac91 with identifier: GL16%20OVF
2026-03-29 11:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73f3743b-235f-5cdc-955f-5645763bac91 with identifier: GL16%20OVF to the API
2026-03-29 11:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:00 [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': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL16%20OVF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73f3743b-235f-5cdc-955f-5645763bac91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL16 OVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL16%20OVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 87794,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 180 4WD TITANIUM P/S',
 'vin': 'WF0AXXWPMAGB37589',
 'year': 2016}
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520OVF%27 HTTP/1.1" 200 None
2026-03-29 11:01:00 [bca.uk] INFO: Saving data for GL16%20OVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622332.125174, 'last_price_update_time': 1774782060.238494}
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL16%2520OVF') HTTP/1.1" 204 0
2026-03-29 11:01:00 [bca.uk] INFO: Found listing with ID: LC19%20OZU
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:00 [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-29 11:01:00 [bca.uk] INFO: Scrape type for LC19%20OZU: 2
2026-03-29 11:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f08410a3-251a-550b-8079-2942e5b42755 with identifier: LC19%20OZU
2026-03-29 11:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08410a3-251a-550b-8079-2942e5b42755 with scrape type 2
2026-03-29 11:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f08410a3-251a-550b-8079-2942e5b42755 with scrape type 2
2026-03-29 11:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f08410a3-251a-550b-8079-2942e5b42755, identifier: LC19%20OZU
2026-03-29 11:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f08410a3-251a-550b-8079-2942e5b42755 with identifier: LC19%20OZU
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey HTTP/1.1" 200 None
2026-03-29 11:01:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-29 11:01:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11: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-29 11:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f08410a3-251a-550b-8079-2942e5b42755 with identifier: LC19%20OZU
2026-03-29 11:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f08410a3-251a-550b-8079-2942e5b42755 with identifier: LC19%20OZU to the API
2026-03-29 11:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC19%20OZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f08410a3-251a-550b-8079-2942e5b42755',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC19 OZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC19%20OZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 104353,
 '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 TT 2.0 40 TFSI SPORT S-T Coupe',
 'transmission': 'automatic',
 'trim': '40 TFSI SPORT S-T',
 'vin': 'TRUZZZFV2K1004106',
 'year': 2019}
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC19%2520OZU%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Saving data for LC19%20OZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477456.100738, 'last_price_update_time': 1774782062.060314}
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC19%2520OZU') HTTP/1.1" 204 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: SA13%20RLX
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA13%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for SA13%20RLX: 1
2026-03-29 11:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cf65d55-1235-5591-9f41-633b8e4732d7 with identifier: SA13%20RLX
2026-03-29 11:01:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: CA65%20XLF
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA65%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for CA65%20XLF: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: FG64%20CDE
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG64%2520CDE%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for FG64%20CDE: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: FN66%20XKP
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN66%2520XKP%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for FN66%20XKP: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: GK64%20GZJ
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK64%2520GZJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for GK64%20GZJ: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: JL07%20FAY
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27JL07%2520FAY%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for JL07%20FAY: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: LF64%20MJE
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF64%2520MJE%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for LF64%20MJE: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: LV14%20OLB
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV14%2520OLB%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for LV14%20OLB: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: SY64%20TWV
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SY64%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for SY64%20TWV: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: VO15%20ZYX
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO15%2520ZYX%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for VO15%20ZYX: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: YG64%20FFB
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG64%2520FFB%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for YG64%20FFB: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: BN16%20NVM
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN16%2520NVM%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for BN16%20NVM: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: AU16%20ZSX
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AU16%2520ZSX%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for AU16%20ZSX: 0
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: CK65%20JGO
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK65%2520JGO%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for CK65%20JGO: 1
2026-03-29 11:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4855d334-9f6a-55d2-ac2f-44b7c392bb2e with identifier: CK65%20JGO
2026-03-29 11:01:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:01:02 [bca.uk] INFO: Found listing with ID: KY10%20YTW
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY10%2520YTW%27 HTTP/1.1" 200 None
2026-03-29 11:01:02 [bca.uk] INFO: Scrape type for KY10%20YTW: 2
2026-03-29 11:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9752d589-0117-5501-9d20-eb5a645a04b4 with identifier: KY10%20YTW
2026-03-29 11:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9752d589-0117-5501-9d20-eb5a645a04b4 with scrape type 2
2026-03-29 11:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9752d589-0117-5501-9d20-eb5a645a04b4 with scrape type 2
2026-03-29 11:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9752d589-0117-5501-9d20-eb5a645a04b4, identifier: KY10%20YTW
2026-03-29 11:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9752d589-0117-5501-9d20-eb5a645a04b4 with identifier: KY10%20YTW
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-29 11:01:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11: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-29 11:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9752d589-0117-5501-9d20-eb5a645a04b4 with identifier: KY10%20YTW
2026-03-29 11:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9752d589-0117-5501-9d20-eb5a645a04b4 with identifier: KY10%20YTW to the API
2026-03-29 11:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY10%20YTW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9752d589-0117-5501-9d20-eb5a645a04b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY10 YTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY10%20YTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 130480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 1.5 B/E ELEGANCE SE Hatchback',
 'transmission': 'manual',
 'trim': 'B/E ELEGANCE SE',
 'vin': 'WDD1690312J824499',
 'year': 2010}
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY10%2520YTW%27 HTTP/1.1" 200 None
2026-03-29 11:01:03 [bca.uk] INFO: Saving data for KY10%20YTW: {'auction_closing_time': 1774864800.0, 'created_time': 1774044445.826678, 'last_price_update_time': 1774782063.096144}
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY10%2520YTW') HTTP/1.1" 204 0
2026-03-29 11:01:03 [bca.uk] INFO: Found listing with ID: SD13%20AEN
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD13%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 11:01:03 [bca.uk] INFO: Scrape type for SD13%20AEN: 2
2026-03-29 11:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75891e2d-0cd7-53bb-9d2f-ed7e70792b1c with identifier: SD13%20AEN
2026-03-29 11:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75891e2d-0cd7-53bb-9d2f-ed7e70792b1c with scrape type 2
2026-03-29 11:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75891e2d-0cd7-53bb-9d2f-ed7e70792b1c with scrape type 2
2026-03-29 11:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75891e2d-0cd7-53bb-9d2f-ed7e70792b1c, identifier: SD13%20AEN
2026-03-29 11:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75891e2d-0cd7-53bb-9d2f-ed7e70792b1c with identifier: SD13%20AEN
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-29 11:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75891e2d-0cd7-53bb-9d2f-ed7e70792b1c with identifier: SD13%20AEN
2026-03-29 11:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75891e2d-0cd7-53bb-9d2f-ed7e70792b1c with identifier: SD13%20AEN to the API
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD13%20AEN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '75891e2d-0cd7-53bb-9d2f-ed7e70792b1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD13 AEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD13%20AEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 142270,
 '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 INSIGNIA 2.0 CDTI 160 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 160 SRI',
 'vin': 'W0LGS6EM3D1084725',
 'year': 2013}
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD13%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 11:01:03 [bca.uk] INFO: Saving data for SD13%20AEN: {'auction_closing_time': 1774864800.0, 'created_time': 1774362796.72585, 'last_price_update_time': 1774782063.774724}
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD13%2520AEN') HTTP/1.1" 204 0
2026-03-29 11:01:03 [bca.uk] INFO: Found listing with ID: WL12%20HKH
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WL12%2520HKH%27 HTTP/1.1" 200 None
2026-03-29 11:01:03 [bca.uk] INFO: Scrape type for WL12%20HKH: 2
2026-03-29 11:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fde28d58-ea78-5107-9080-8644164c24a8 with identifier: WL12%20HKH
2026-03-29 11:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fde28d58-ea78-5107-9080-8644164c24a8 with scrape type 2
2026-03-29 11:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fde28d58-ea78-5107-9080-8644164c24a8 with scrape type 2
2026-03-29 11:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fde28d58-ea78-5107-9080-8644164c24a8, identifier: WL12%20HKH
2026-03-29 11:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fde28d58-ea78-5107-9080-8644164c24a8 with identifier: WL12%20HKH
2026-03-29 11:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fde28d58-ea78-5107-9080-8644164c24a8 with identifier: WL12%20HKH
2026-03-29 11:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fde28d58-ea78-5107-9080-8644164c24a8 with identifier: WL12%20HKH to the API
2026-03-29 11:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL12%20HKH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fde28d58-ea78-5107-9080-8644164c24a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL12 HKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL12%20HKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 98556,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.4 HDI VTR+ Hatchback',
 'transmission': 'manual',
 'trim': 'HDI VTR+',
 'vin': 'VF7SC8HR4CA555756',
 'year': 2012}
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WL12%2520HKH%27 HTTP/1.1" 200 None
2026-03-29 11:01:04 [bca.uk] INFO: Saving data for WL12%20HKH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563440.222327, 'last_price_update_time': 1774782064.202499}
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL12%2520HKH') HTTP/1.1" 204 0
2026-03-29 11:01:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX07%20KVL-GB>
2026-03-29 11:01:04 [bca.uk] INFO: Found listing with ID: WX07%20ZGA
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WX07%2520ZGA%27 HTTP/1.1" 200 None
2026-03-29 11:01:04 [bca.uk] INFO: Scrape type for WX07%20ZGA: 2
2026-03-29 11:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d340535-8d73-573c-b240-5e02856f7494 with identifier: WX07%20ZGA
2026-03-29 11:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d340535-8d73-573c-b240-5e02856f7494 with scrape type 2
2026-03-29 11:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d340535-8d73-573c-b240-5e02856f7494 with scrape type 2
2026-03-29 11:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d340535-8d73-573c-b240-5e02856f7494, identifier: WX07%20ZGA
2026-03-29 11:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d340535-8d73-573c-b240-5e02856f7494 with identifier: WX07%20ZGA
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-29 11:01:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11: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-29 11:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d340535-8d73-573c-b240-5e02856f7494 with identifier: WX07%20ZGA
2026-03-29 11:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d340535-8d73-573c-b240-5e02856f7494 with identifier: WX07%20ZGA to the API
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX07%20ZGA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d340535-8d73-573c-b240-5e02856f7494',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX07 ZGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX07%20ZGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 94677,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF05XXWPD57L34202',
 'year': 2007}
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WX07%2520ZGA%27 HTTP/1.1" 200 None
2026-03-29 11:01:04 [bca.uk] INFO: Saving data for WX07%20ZGA: {'auction_closing_time': 1774864800.0, 'created_time': 1774621640.610868, 'last_price_update_time': 1774782064.869311}
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX07%2520ZGA') HTTP/1.1" 204 0
2026-03-29 11:01:04 [bca.uk] INFO: Found listing with ID: CT60%20YWN
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CT60%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 11:01:04 [bca.uk] INFO: Scrape type for CT60%20YWN: 2
2026-03-29 11:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 169cd0eb-de38-5359-943d-f9c02323c418 with identifier: CT60%20YWN
2026-03-29 11:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 169cd0eb-de38-5359-943d-f9c02323c418 with scrape type 2
2026-03-29 11:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 169cd0eb-de38-5359-943d-f9c02323c418 with scrape type 2
2026-03-29 11:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 169cd0eb-de38-5359-943d-f9c02323c418, identifier: CT60%20YWN
2026-03-29 11:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 169cd0eb-de38-5359-943d-f9c02323c418 with identifier: CT60%20YWN
2026-03-29 11:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-29 11:01:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11: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-29 11:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 169cd0eb-de38-5359-943d-f9c02323c418 with identifier: CT60%20YWN
2026-03-29 11:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 169cd0eb-de38-5359-943d-f9c02323c418 with identifier: CT60%20YWN to the API
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT60%20YWN-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '169cd0eb-de38-5359-943d-f9c02323c418',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CT60 YWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT60%20YWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 100712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 2.2 CRDI KX-2 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI KX-2',
 'vin': 'KNAKU814SB5119246',
 'year': 2010}
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CT60%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 11:01:05 [bca.uk] INFO: Saving data for CT60%20YWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650367.113343, 'last_price_update_time': 1774782065.450278}
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT60%2520YWN') HTTP/1.1" 204 0
2026-03-29 11:01:05 [bca.uk] INFO: Found listing with ID: DL13%20TZH
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL13%2520TZH%27 HTTP/1.1" 200 None
2026-03-29 11:01:05 [bca.uk] INFO: Scrape type for DL13%20TZH: 2
2026-03-29 11:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 373abb99-c297-5e17-82de-2e1279dc6f68 with identifier: DL13%20TZH
2026-03-29 11:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 373abb99-c297-5e17-82de-2e1279dc6f68 with scrape type 2
2026-03-29 11:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 373abb99-c297-5e17-82de-2e1279dc6f68 with scrape type 2
2026-03-29 11:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 373abb99-c297-5e17-82de-2e1279dc6f68, identifier: DL13%20TZH
2026-03-29 11:01:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA13%20RLX-GB>
2026-03-29 11:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 373abb99-c297-5e17-82de-2e1279dc6f68 with identifier: DL13%20TZH
2026-03-29 11:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 373abb99-c297-5e17-82de-2e1279dc6f68 with identifier: DL13%20TZH
2026-03-29 11:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 373abb99-c297-5e17-82de-2e1279dc6f68 with identifier: DL13%20TZH to the API
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL13%20TZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '373abb99-c297-5e17-82de-2e1279dc6f68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL13 TZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL13%20TZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 106181,
 '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 TI-VCT 125 ZETEC P/S Estate',
 'transmission': 'automatic',
 'trim': 'TI-VCT 125 ZETEC P/S',
 'vin': 'WF0LXXGCBLDR78343',
 'year': 2013}
2026-03-29 11:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL13%2520TZH%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [bca.uk] INFO: Saving data for DL13%20TZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390195.748276, 'last_price_update_time': 1774782066.002923}
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL13%2520TZH') HTTP/1.1" 204 0
2026-03-29 11:01:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK65%20JGO-GB>
2026-03-29 11:01:06 [bca.uk] INFO: Found listing with ID: HF56%20HGK
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF56%2520HGK%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [bca.uk] INFO: Scrape type for HF56%20HGK: 2
2026-03-29 11:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40dbfbdc-43a7-541e-b3b9-7f8da98b7c54 with identifier: HF56%20HGK
2026-03-29 11:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40dbfbdc-43a7-541e-b3b9-7f8da98b7c54 with scrape type 2
2026-03-29 11:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40dbfbdc-43a7-541e-b3b9-7f8da98b7c54 with scrape type 2
2026-03-29 11:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40dbfbdc-43a7-541e-b3b9-7f8da98b7c54, identifier: HF56%20HGK
2026-03-29 11:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40dbfbdc-43a7-541e-b3b9-7f8da98b7c54 with identifier: HF56%20HGK
2026-03-29 11:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40dbfbdc-43a7-541e-b3b9-7f8da98b7c54 with identifier: HF56%20HGK
2026-03-29 11:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40dbfbdc-43a7-541e-b3b9-7f8da98b7c54 with identifier: HF56%20HGK to the API
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF56%20HGK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '40dbfbdc-43a7-541e-b3b9-7f8da98b7c54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF56 HGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF56%20HGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'VANEO',
 'odometer': 88925,
 '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': 'MERCEDES-BENZ VANEO 1.7 CDI TREND ACS MPV',
 'transmission': 'automatic',
 'trim': 'CDI TREND ACS',
 'vin': 'WDB4147002N252620',
 'year': 2007}
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF56%2520HGK%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [bca.uk] INFO: Saving data for HF56%20HGK: {'auction_closing_time': 1774864800.0, 'created_time': 1774361848.85668, 'last_price_update_time': 1774782066.540249}
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF56%2520HGK') HTTP/1.1" 204 0
2026-03-29 11:01:06 [bca.uk] INFO: Found listing with ID: VU61%20UEK
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU61%2520UEK%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [bca.uk] INFO: Scrape type for VU61%20UEK: 2
2026-03-29 11:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24955175-68c6-58f2-a6e1-27ef0e0278be with identifier: VU61%20UEK
2026-03-29 11:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24955175-68c6-58f2-a6e1-27ef0e0278be with scrape type 2
2026-03-29 11:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24955175-68c6-58f2-a6e1-27ef0e0278be with scrape type 2
2026-03-29 11:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24955175-68c6-58f2-a6e1-27ef0e0278be, identifier: VU61%20UEK
2026-03-29 11:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24955175-68c6-58f2-a6e1-27ef0e0278be with identifier: VU61%20UEK
2026-03-29 11:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24955175-68c6-58f2-a6e1-27ef0e0278be with identifier: VU61%20UEK
2026-03-29 11:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24955175-68c6-58f2-a6e1-27ef0e0278be with identifier: VU61%20UEK to the API
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU61%20UEK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24955175-68c6-58f2-a6e1-27ef0e0278be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU61 UEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU61%20UEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'XJ SERIES',
 'odometer': 96202,
 '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': 'JAGUAR XJ SERIES 3.0 D V6 275 PREMIUM LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 275 PREMIUM LUXURY',
 'vin': 'SAJAC1221BNV20750',
 'year': 2011}
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU61%2520UEK%27 HTTP/1.1" 200 None
2026-03-29 11:01:07 [bca.uk] INFO: Saving data for VU61%20UEK: {'auction_closing_time': 1774864800.0, 'created_time': 1773907818.951608, 'last_price_update_time': 1774782067.046053}
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU61%2520UEK') HTTP/1.1" 204 0
2026-03-29 11:01:07 [bca.uk] INFO: Found listing with ID: WM11%20LMJ
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM11%2520LMJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:07 [bca.uk] INFO: Scrape type for WM11%20LMJ: 2
2026-03-29 11:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7b224b-add3-5584-93b1-8764328842bd with identifier: WM11%20LMJ
2026-03-29 11:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f7b224b-add3-5584-93b1-8764328842bd with scrape type 2
2026-03-29 11:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f7b224b-add3-5584-93b1-8764328842bd with scrape type 2
2026-03-29 11:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f7b224b-add3-5584-93b1-8764328842bd, identifier: WM11%20LMJ
2026-03-29 11: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-29 11:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f7b224b-add3-5584-93b1-8764328842bd with identifier: WM11%20LMJ
2026-03-29 11:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f7b224b-add3-5584-93b1-8764328842bd with identifier: WM11%20LMJ
2026-03-29 11:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f7b224b-add3-5584-93b1-8764328842bd with identifier: WM11%20LMJ to the API
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM11%20LMJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f7b224b-add3-5584-93b1-8764328842bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM11 LMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM11%20LMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MITSUBISHI',
 'model': 'ASX',
 'odometer': 111017,
 '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': 'MITSUBISHI ASX 1.8 3 CLEARTEC Estate',
 'transmission': 'manual',
 'trim': '3 CLEARTEC',
 'vin': 'JMAXJGA6WBZ403083',
 'year': 2011}
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM11%2520LMJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:07 [bca.uk] INFO: Saving data for WM11%20LMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563431.292084, 'last_price_update_time': 1774782067.654076}
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM11%2520LMJ') HTTP/1.1" 204 0
2026-03-29 11:01:07 [bca.uk] INFO: Found listing with ID: WN10%20HFA
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN10%2520HFA%27 HTTP/1.1" 200 None
2026-03-29 11:01:07 [bca.uk] INFO: Scrape type for WN10%20HFA: 2
2026-03-29 11:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bddd534-59f4-5065-a393-4530689b5d8f with identifier: WN10%20HFA
2026-03-29 11:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bddd534-59f4-5065-a393-4530689b5d8f with scrape type 2
2026-03-29 11:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bddd534-59f4-5065-a393-4530689b5d8f with scrape type 2
2026-03-29 11:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bddd534-59f4-5065-a393-4530689b5d8f, identifier: WN10%20HFA
2026-03-29 11:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bddd534-59f4-5065-a393-4530689b5d8f with identifier: WN10%20HFA
2026-03-29 11:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bddd534-59f4-5065-a393-4530689b5d8f with identifier: WN10%20HFA
2026-03-29 11:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bddd534-59f4-5065-a393-4530689b5d8f with identifier: WN10%20HFA to the API
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN10%20HFA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bddd534-59f4-5065-a393-4530689b5d8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN10 HFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN10%20HFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'VENGA',
 'odometer': 164053,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'KIA VENGA 1.4 1 MPV',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'TMAEG811LAJ004920',
 'year': 2010}
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN10%2520HFA%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [bca.uk] INFO: Saving data for WN10%20HFA: {'auction_closing_time': 1774864800.0, 'created_time': 1773930986.724844, 'last_price_update_time': 1774782068.175429}
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN10%2520HFA') HTTP/1.1" 204 0
2026-03-29 11:01:08 [bca.uk] INFO: Found listing with ID: WN15%20KDV
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN15%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [bca.uk] INFO: Scrape type for WN15%20KDV: 2
2026-03-29 11:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d52e3df-954f-599b-af73-9015791c6831 with identifier: WN15%20KDV
2026-03-29 11:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d52e3df-954f-599b-af73-9015791c6831 with scrape type 2
2026-03-29 11:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d52e3df-954f-599b-af73-9015791c6831 with scrape type 2
2026-03-29 11:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d52e3df-954f-599b-af73-9015791c6831, identifier: WN15%20KDV
2026-03-29 11:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d52e3df-954f-599b-af73-9015791c6831 with identifier: WN15%20KDV
2026-03-29 11:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d52e3df-954f-599b-af73-9015791c6831 with identifier: WN15%20KDV
2026-03-29 11:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d52e3df-954f-599b-af73-9015791c6831 with identifier: WN15%20KDV to the API
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN15%20KDV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3d52e3df-954f-599b-af73-9015791c6831',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN15 KDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN15%20KDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 84104,
 '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': 'WF05XXGCC5FC17004',
 'year': 2015}
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN15%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [bca.uk] INFO: Saving data for WN15%20KDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563233.716059, 'last_price_update_time': 1774782068.63313}
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN15%2520KDV') HTTP/1.1" 204 0
2026-03-29 11:01:08 [bca.uk] INFO: Total items found: 100
2026-03-29 11:01:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded
2026-03-29 11:01:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:01:08 [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-29 11:01:08 [bca.uk] INFO: Found listing with ID: WV62%20XNB
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV62%2520XNB%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [bca.uk] INFO: Scrape type for WV62%20XNB: 2
2026-03-29 11:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7eae5d89-30cf-5ead-b2d3-4d79bbf61219 with identifier: WV62%20XNB
2026-03-29 11:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eae5d89-30cf-5ead-b2d3-4d79bbf61219 with scrape type 2
2026-03-29 11:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7eae5d89-30cf-5ead-b2d3-4d79bbf61219 with scrape type 2
2026-03-29 11:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7eae5d89-30cf-5ead-b2d3-4d79bbf61219, identifier: WV62%20XNB
2026-03-29 11:01:08 [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-29 11:01:08 [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-29 11:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7eae5d89-30cf-5ead-b2d3-4d79bbf61219 with identifier: WV62%20XNB
2026-03-29 11:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7eae5d89-30cf-5ead-b2d3-4d79bbf61219 with identifier: WV62%20XNB
2026-03-29 11:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7eae5d89-30cf-5ead-b2d3-4d79bbf61219 with identifier: WV62%20XNB to the API
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV62%20XNB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7eae5d89-30cf-5ead-b2d3-4d79bbf61219',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV62 XNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV62%20XNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CHEVROLET',
 'model': 'ORLANDO',
 'odometer': 56856,
 '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': 'CHEVROLET ORLANDO 1.8 LT MPV',
 'transmission': 'manual',
 'trim': 'LT',
 'vin': 'KL1YF7559CK746607',
 'year': 2012}
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV62%2520XNB%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Saving data for WV62%20XNB: {'auction_closing_time': 1774864800.0, 'created_time': 1774622501.611831, 'last_price_update_time': 1774782069.125299}
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV62%2520XNB') HTTP/1.1" 204 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: DY64%20FEV
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY64%2520FEV%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for DY64%20FEV: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: NV15%20TXJ
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV15%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for NV15%20TXJ: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: RA16%20FGU
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RA16%2520FGU%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for RA16%20FGU: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: AK58%20WFA
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK58%2520WFA%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for AK58%20WFA: 1
2026-03-29 11:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d2f289a-ae9d-5872-82ec-28108d6fddfa with identifier: AK58%20WFA
2026-03-29 11:01:09 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: YC14%20DPV
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC14%2520DPV%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for YC14%20DPV: 2
2026-03-29 11:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9463ed9d-3315-51f6-bcb7-e79c74e0ed22 with identifier: YC14%20DPV
2026-03-29 11:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9463ed9d-3315-51f6-bcb7-e79c74e0ed22 with scrape type 2
2026-03-29 11:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9463ed9d-3315-51f6-bcb7-e79c74e0ed22 with scrape type 2
2026-03-29 11:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9463ed9d-3315-51f6-bcb7-e79c74e0ed22, identifier: YC14%20DPV
2026-03-29 11:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9463ed9d-3315-51f6-bcb7-e79c74e0ed22 with identifier: YC14%20DPV
2026-03-29 11:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9463ed9d-3315-51f6-bcb7-e79c74e0ed22 with identifier: YC14%20DPV
2026-03-29 11:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9463ed9d-3315-51f6-bcb7-e79c74e0ed22 with identifier: YC14%20DPV to the API
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC14%20DPV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9463ed9d-3315-51f6-bcb7-e79c74e0ed22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC14 DPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC14%20DPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '116D',
 'odometer': 178222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 116D 2.0 SE STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SE STEP',
 'vin': 'WBA1C72000P735387',
 'year': 2014}
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC14%2520DPV%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Saving data for YC14%20DPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774505332.460843, 'last_price_update_time': 1774782069.780571}
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC14%2520DPV') HTTP/1.1" 204 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: RO06%20OCF
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO06%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for RO06%20OCF: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: RX13%20YNL
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX13%2520YNL%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for RX13%20YNL: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: SO10%20SJD
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SO10%2520SJD%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for SO10%20SJD: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: LL12%20WDZ
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL12%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for LL12%20WDZ: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: PE68%20XAZ
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PE68%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for PE68%20XAZ: 0
2026-03-29 11:01:09 [bca.uk] INFO: Found listing with ID: YG18%20UUV
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG18%2520UUV%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [bca.uk] INFO: Scrape type for YG18%20UUV: 2
2026-03-29 11:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6fd0203-44f2-5bc8-acc9-d82b8e1cf719 with identifier: YG18%20UUV
2026-03-29 11:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6fd0203-44f2-5bc8-acc9-d82b8e1cf719 with scrape type 2
2026-03-29 11:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6fd0203-44f2-5bc8-acc9-d82b8e1cf719 with scrape type 2
2026-03-29 11:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6fd0203-44f2-5bc8-acc9-d82b8e1cf719, identifier: YG18%20UUV
2026-03-29 11:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:10 [bca.uk] INFO: Found listing with ID: YF11%20UMU
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF11%2520UMU%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [bca.uk] INFO: Scrape type for YF11%20UMU: 2
2026-03-29 11:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4 with identifier: YF11%20UMU
2026-03-29 11:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4 with scrape type 2
2026-03-29 11:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4 with scrape type 2
2026-03-29 11:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4, identifier: YF11%20UMU
2026-03-29 11:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6fd0203-44f2-5bc8-acc9-d82b8e1cf719 with identifier: YG18%20UUV
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-29 11:01:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6fd0203-44f2-5bc8-acc9-d82b8e1cf719 with identifier: YG18%20UUV
2026-03-29 11:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6fd0203-44f2-5bc8-acc9-d82b8e1cf719 with identifier: YG18%20UUV to the API
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG18%20UUV-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a6fd0203-44f2-5bc8-acc9-d82b8e1cf719',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG18 UUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG18%20UUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 20756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 BLUEHDI 120 FLAIR EAT6 MPV',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 120 FLAIR EAT6',
 'vin': 'VF73DBHZTHJ820298',
 'year': 2018}
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG18%2520UUV%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [bca.uk] INFO: Saving data for YG18%20UUV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621826.680478, 'last_price_update_time': 1774782070.568316}
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG18%2520UUV') HTTP/1.1" 204 0
2026-03-29 11:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4 with identifier: YF11%20UMU
2026-03-29 11:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4 with identifier: YF11%20UMU
2026-03-29 11:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4 with identifier: YF11%20UMU to the API
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF11%20UMU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b3c8f652-9b6e-55fc-bda9-8a0769ed1cb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF11 UMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF11%20UMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '320D',
 'odometer': 122989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 EXCLUSIVE EDITION STEP Saloon',
 'transmission': 'manual',
 'trim': 'EXCLUSIVE EDITION STEP',
 'vin': 'WBAPP12050F028951',
 'year': 2011}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF11%2520UMU%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [bca.uk] INFO: Saving data for YF11%20UMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774621639.950336, 'last_price_update_time': 1774782071.015666}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF11%2520UMU') HTTP/1.1" 204 0
2026-03-29 11:01:11 [bca.uk] INFO: Found listing with ID: LT63%20TWG
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT63%2520TWG%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [bca.uk] INFO: Scrape type for LT63%20TWG: 0
2026-03-29 11:01:11 [bca.uk] INFO: Found listing with ID: YE64%20WBN
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [bca.uk] INFO: Scrape type for YE64%20WBN: 2
2026-03-29 11:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89f704e3-09e6-5ef0-b5cb-cc2840524b32 with identifier: YE64%20WBN
2026-03-29 11:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89f704e3-09e6-5ef0-b5cb-cc2840524b32 with scrape type 2
2026-03-29 11:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89f704e3-09e6-5ef0-b5cb-cc2840524b32 with scrape type 2
2026-03-29 11:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89f704e3-09e6-5ef0-b5cb-cc2840524b32, identifier: YE64%20WBN
2026-03-29 11:01:11 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 4 pages/min), scraped 18 items (at 18 items/min)
2026-03-29 11:01:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 172MiB
2026-03-29 11:01:11 [bca.uk] INFO: Found listing with ID: YF13%20GUD
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF13%2520GUD%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [bca.uk] INFO: Scrape type for YF13%20GUD: 2
2026-03-29 11:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 730c62eb-988c-5f56-8ff2-7a3237d83f92 with identifier: YF13%20GUD
2026-03-29 11:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 730c62eb-988c-5f56-8ff2-7a3237d83f92 with scrape type 2
2026-03-29 11:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 730c62eb-988c-5f56-8ff2-7a3237d83f92 with scrape type 2
2026-03-29 11:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 730c62eb-988c-5f56-8ff2-7a3237d83f92, identifier: YF13%20GUD
2026-03-29 11:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89f704e3-09e6-5ef0-b5cb-cc2840524b32 with identifier: YE64%20WBN
2026-03-29 11:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89f704e3-09e6-5ef0-b5cb-cc2840524b32 with identifier: YE64%20WBN
2026-03-29 11:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89f704e3-09e6-5ef0-b5cb-cc2840524b32 with identifier: YE64%20WBN to the API
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:11 [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': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE64%20WBN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '89f704e3-09e6-5ef0-b5cb-cc2840524b32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE64 WBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE64%20WBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 20917,
 '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.6 TITANIUM P/SHIFT Hatchback',
 'transmission': 'automatic',
 'trim': 'TITANIUM P/SHIFT',
 'vin': 'WF0DXXGAKDEA36705',
 'year': 2014}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [bca.uk] INFO: Saving data for YE64%20WBN: {'auction_closing_time': 1774951200.0, 'created_time': 1774130542.883009, 'last_price_update_time': 1774782071.620253}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE64%2520WBN') HTTP/1.1" 204 0
2026-03-29 11:01:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK58%20WFA-GB>
2026-03-29 11:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 730c62eb-988c-5f56-8ff2-7a3237d83f92 with identifier: YF13%20GUD
2026-03-29 11:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 730c62eb-988c-5f56-8ff2-7a3237d83f92 with identifier: YF13%20GUD
2026-03-29 11:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 730c62eb-988c-5f56-8ff2-7a3237d83f92 with identifier: YF13%20GUD to the API
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:11 [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': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF13%20GUD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '730c62eb-988c-5f56-8ff2-7a3237d83f92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF13 GUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF13%20GUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 71231,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CA8FP0CW087066',
 'year': 2013}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF13%2520GUD%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [bca.uk] INFO: Saving data for YF13%20GUD: {'auction_closing_time': 1774864800.0, 'created_time': 1774563437.162496, 'last_price_update_time': 1774782071.945809}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF13%2520GUD') HTTP/1.1" 204 0
2026-03-29 11:01:11 [bca.uk] INFO: Found listing with ID: YH15%20YYU
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520YYU%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [bca.uk] INFO: Scrape type for YH15%20YYU: 0
2026-03-29 11:01:11 [bca.uk] INFO: Found listing with ID: YE16%20BNZ
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE16%2520BNZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [bca.uk] INFO: Scrape type for YE16%20BNZ: 2
2026-03-29 11:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cb0eed8-9baf-53c6-b8be-dd16a2c916ea with identifier: YE16%20BNZ
2026-03-29 11:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cb0eed8-9baf-53c6-b8be-dd16a2c916ea with scrape type 2
2026-03-29 11:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cb0eed8-9baf-53c6-b8be-dd16a2c916ea with scrape type 2
2026-03-29 11:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cb0eed8-9baf-53c6-b8be-dd16a2c916ea, identifier: YE16%20BNZ
2026-03-29 11:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:12 [bca.uk] INFO: Found listing with ID: YH59%20NHG
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520NHG%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [bca.uk] INFO: Scrape type for YH59%20NHG: 2
2026-03-29 11:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42d2eea3-ad52-5ca6-a3fe-fe438fd468cc with identifier: YH59%20NHG
2026-03-29 11:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42d2eea3-ad52-5ca6-a3fe-fe438fd468cc with scrape type 2
2026-03-29 11:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42d2eea3-ad52-5ca6-a3fe-fe438fd468cc with scrape type 2
2026-03-29 11:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42d2eea3-ad52-5ca6-a3fe-fe438fd468cc, identifier: YH59%20NHG
2026-03-29 11:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cb0eed8-9baf-53c6-b8be-dd16a2c916ea with identifier: YE16%20BNZ
2026-03-29 11:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cb0eed8-9baf-53c6-b8be-dd16a2c916ea with identifier: YE16%20BNZ
2026-03-29 11:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cb0eed8-9baf-53c6-b8be-dd16a2c916ea with identifier: YE16%20BNZ to the API
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11: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': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE16%20BNZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0cb0eed8-9baf-53c6-b8be-dd16a2c916ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE16 BNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE16%20BNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 52063,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD PORTFOLIO StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD PORTFOLIO',
 'vin': 'SADCA2AN0HA060662',
 'year': 2016}
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE16%2520BNZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [bca.uk] INFO: Saving data for YE16%20BNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774361860.122798, 'last_price_update_time': 1774782072.546926}
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE16%2520BNZ') HTTP/1.1" 204 0
2026-03-29 11:01:12 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-29 11:01:12 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-29 11:01:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1016c10>
2026-03-29 11:01:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2114
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_expert_report_file_c4746ecc-2c77-4c5f-be0d-1e3fd6f87727.pdf HTTP/1.1" 201 0
2026-03-29 11:01:12 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1e63a4c-4284-5d10-a22f-cb836899afcc, skipping ID generation
2026-03-29 11:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3DEX07KVL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX07KVL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42d2eea3-ad52-5ca6-a3fe-fe438fd468cc with identifier: YH59%20NHG
2026-03-29 11:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42d2eea3-ad52-5ca6-a3fe-fe438fd468cc with identifier: YH59%20NHG
2026-03-29 11:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42d2eea3-ad52-5ca6-a3fe-fe438fd468cc with identifier: YH59%20NHG to the API
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH59%20NHG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42d2eea3-ad52-5ca6-a3fe-fe438fd468cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH59 NHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH59%20NHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 59722,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'SMART FORTWO 0.8 CDI 54 PULSE Coupe',
 'transmission': 'automatic',
 'trim': 'CDI 54 PULSE',
 'vin': 'WME4513012K337862',
 'year': 2009}
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520NHG%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [bca.uk] INFO: Saving data for YH59%20NHG: {'auction_closing_time': 1774864800.0, 'created_time': 1773837981.516917, 'last_price_update_time': 1774782073.264112}
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH59%2520NHG') HTTP/1.1" 204 0
2026-03-29 11:01:13 [bca.uk] INFO: Found listing with ID: AO67%20AHU
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO67%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [bca.uk] INFO: Scrape type for AO67%20AHU: 2
2026-03-29 11:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79f356f0-ea06-5798-b053-b8f73e9431a3 with identifier: AO67%20AHU
2026-03-29 11:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79f356f0-ea06-5798-b053-b8f73e9431a3 with scrape type 2
2026-03-29 11:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79f356f0-ea06-5798-b053-b8f73e9431a3 with scrape type 2
2026-03-29 11:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79f356f0-ea06-5798-b053-b8f73e9431a3, identifier: AO67%20AHU
2026-03-29 11:01:13 [bca.uk] INFO: Found listing with ID: P19%20KMM
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P19%2520KMM%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [bca.uk] INFO: Scrape type for P19%20KMM: 0
2026-03-29 11:01:13 [bca.uk] INFO: Found listing with ID: PE11%20ZTV
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520ZTV%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [bca.uk] INFO: Scrape type for PE11%20ZTV: 2
2026-03-29 11:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2dc473-de63-5e17-a864-1f717149623e with identifier: PE11%20ZTV
2026-03-29 11:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2dc473-de63-5e17-a864-1f717149623e with scrape type 2
2026-03-29 11:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2dc473-de63-5e17-a864-1f717149623e with scrape type 2
2026-03-29 11:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c2dc473-de63-5e17-a864-1f717149623e, identifier: PE11%20ZTV
2026-03-29 11:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79f356f0-ea06-5798-b053-b8f73e9431a3 with identifier: AO67%20AHU
2026-03-29 11:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79f356f0-ea06-5798-b053-b8f73e9431a3 with identifier: AO67%20AHU
2026-03-29 11:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79f356f0-ea06-5798-b053-b8f73e9431a3 with identifier: AO67%20AHU to the API
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:13 [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': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO67%20AHU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '79f356f0-ea06-5798-b053-b8f73e9431a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO67 AHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO67%20AHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 68498,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7386190',
 'year': 2017}
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO67%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [bca.uk] INFO: Saving data for AO67%20AHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774505303.883455, 'last_price_update_time': 1774782073.879517}
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO67%2520AHU') HTTP/1.1" 204 0
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D699180026%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180026 not downloaded yet
2026-03-29 11:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c2dc473-de63-5e17-a864-1f717149623e with identifier: PE11%20ZTV
2026-03-29 11:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c2dc473-de63-5e17-a864-1f717149623e with identifier: PE11%20ZTV
2026-03-29 11:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c2dc473-de63-5e17-a864-1f717149623e with identifier: PE11%20ZTV to the API
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE11%20ZTV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c2dc473-de63-5e17-a864-1f717149623e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE11 ZTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE11%20ZTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 146818,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.8 I-VTEC ES Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC ES',
 'vin': 'SHHFK2760BU006068',
 'year': 2011}
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520ZTV%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Saving data for PE11%20ZTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774622498.857856, 'last_price_update_time': 1774782074.247306}
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE11%2520ZTV') HTTP/1.1" 204 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: AX15%20GHV
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for AX15%20GHV: 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: BL14%20HCA
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL14%2520HCA%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for BL14%20HCA: 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: SE14%20HLX
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE14%2520HLX%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for SE14%20HLX: 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: SW15%20DBY
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW15%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for SW15%20DBY: 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: V888%20KPD
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V888%2520KPD%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for V888%20KPD: 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: YA65%20UKW
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA65%2520UKW%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for YA65%20UKW: 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: YS64%20XOK
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520XOK%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for YS64%20XOK: 0
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: KD06%20PWY
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD06%2520PWY%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for KD06%20PWY: 2
2026-03-29 11:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e2b7925-8893-56fa-98df-8f85e46653ce with identifier: KD06%20PWY
2026-03-29 11:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e2b7925-8893-56fa-98df-8f85e46653ce with scrape type 2
2026-03-29 11:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e2b7925-8893-56fa-98df-8f85e46653ce with scrape type 2
2026-03-29 11:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e2b7925-8893-56fa-98df-8f85e46653ce, identifier: KD06%20PWY
2026-03-29 11:01:14 [bca.uk] INFO: Found listing with ID: PN12%20JDK
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN12%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Scrape type for PN12%20JDK: 2
2026-03-29 11:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b720429b-b6bb-50e5-93ed-c8666e05b80a with identifier: PN12%20JDK
2026-03-29 11:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b720429b-b6bb-50e5-93ed-c8666e05b80a with scrape type 2
2026-03-29 11:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b720429b-b6bb-50e5-93ed-c8666e05b80a with scrape type 2
2026-03-29 11:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b720429b-b6bb-50e5-93ed-c8666e05b80a, identifier: PN12%20JDK
2026-03-29 11:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e2b7925-8893-56fa-98df-8f85e46653ce with identifier: KD06%20PWY
2026-03-29 11:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e2b7925-8893-56fa-98df-8f85e46653ce with identifier: KD06%20PWY
2026-03-29 11:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e2b7925-8893-56fa-98df-8f85e46653ce with identifier: KD06%20PWY to the API
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11: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': 223,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD06%20PWY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9e2b7925-8893-56fa-98df-8f85e46653ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD06 PWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD06%20PWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 98895,
 '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': 'KIA SORENTO 2.5 CRDI XT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI XT',
 'vin': 'KNEJC521865610661',
 'year': 2006}
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD06%2520PWY%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [bca.uk] INFO: Saving data for KD06%20PWY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535504.159047, 'last_price_update_time': 1774782074.997433}
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD06%2520PWY') HTTP/1.1" 204 0
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%26width%3D600%26docId%3D699180036%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180036 not downloaded yet
2026-03-29 11:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b720429b-b6bb-50e5-93ed-c8666e05b80a with identifier: PN12%20JDK
2026-03-29 11:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b720429b-b6bb-50e5-93ed-c8666e05b80a with identifier: PN12%20JDK
2026-03-29 11:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b720429b-b6bb-50e5-93ed-c8666e05b80a with identifier: PN12%20JDK to the API
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN12%20JDK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b720429b-b6bb-50e5-93ed-c8666e05b80a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN12 JDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN12%20JDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 123949,
 '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 TI-VCT 125 ZETEC P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TI-VCT 125 ZETEC P/S',
 'vin': 'WF0KXXGCBKBM74989',
 'year': 2012}
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN12%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Saving data for PN12%20JDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774362799.581085, 'last_price_update_time': 1774782075.453196}
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN12%2520JDK') HTTP/1.1" 204 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: YT60%20ORY
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT60%2520ORY%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for YT60%20ORY: 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: AO60%20TNJ
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO60%2520TNJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for AO60%20TNJ: 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: CE12%20XPW
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE12%2520XPW%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for CE12%20XPW: 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: GF62%20UBR
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF62%2520UBR%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for GF62%20UBR: 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: GY58%20YRU
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY58%2520YRU%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for GY58%20YRU: 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: MT61%20NXP
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520NXP%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for MT61%20NXP: 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: PK58%20XAE
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK58%2520XAE%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for PK58%20XAE: 0
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: SK60%20OFB
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520OFB%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for SK60%20OFB: 2
2026-03-29 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a with identifier: SK60%20OFB
2026-03-29 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a with scrape type 2
2026-03-29 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a with scrape type 2
2026-03-29 11:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a, identifier: SK60%20OFB
2026-03-29 11:01:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e91790>
2026-03-29 11:01:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_expert_report_file_9227d932-0303-4789-9b28-5670167fc41f.pdf HTTP/1.1" 201 0
2026-03-29 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:01:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4cf65d55-1235-5591-9f41-633b8e4732d7, skipping ID generation
2026-03-29 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3DSA13RLX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SA13RLX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f27c90>
2026-03-29 11:01:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_expert_report_file_d75d2afa-21e0-47f1-be13-fcae36c6adb4.pdf HTTP/1.1" 201 0
2026-03-29 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:01:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4855d334-9f6a-55d2-ac2f-44b7c392bb2e, skipping ID generation
2026-03-29 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3DCK65JGO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CK65JGO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:15 [bca.uk] INFO: Found listing with ID: SB61%20BDF
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB61%2520BDF%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [bca.uk] INFO: Scrape type for SB61%20BDF: 2
2026-03-29 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e171428a-7f31-5348-9866-2f698dc1c3c0 with identifier: SB61%20BDF
2026-03-29 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e171428a-7f31-5348-9866-2f698dc1c3c0 with scrape type 2
2026-03-29 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e171428a-7f31-5348-9866-2f698dc1c3c0 with scrape type 2
2026-03-29 11:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e171428a-7f31-5348-9866-2f698dc1c3c0, identifier: SB61%20BDF
2026-03-29 11:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a with identifier: SK60%20OFB
2026-03-29 11:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a with identifier: SK60%20OFB
2026-03-29 11:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a with identifier: SK60%20OFB to the API
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:16 [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': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK60%20OFB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aac62abd-1cab-5dc3-8715-c3e6ca6e7c4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK60 OFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK60%20OFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 75830,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJAP33450',
 'year': 2010}
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520OFB%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Saving data for SK60%20OFB: {'auction_closing_time': 1774864800.0, 'created_time': 1774391239.167452, 'last_price_update_time': 1774782076.291412}
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK60%2520OFB') HTTP/1.1" 204 0
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699180042%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180042 not downloaded yet
2026-03-29 11:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e171428a-7f31-5348-9866-2f698dc1c3c0 with identifier: SB61%20BDF
2026-03-29 11:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e171428a-7f31-5348-9866-2f698dc1c3c0 with identifier: SB61%20BDF
2026-03-29 11:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e171428a-7f31-5348-9866-2f698dc1c3c0 with identifier: SB61%20BDF to the API
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB61%20BDF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e171428a-7f31-5348-9866-2f698dc1c3c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB61 BDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB61%20BDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 148299,
 '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-CAT SR StationWagon',
 'transmission': 'manual',
 'trim': 'D-CAT SR',
 'vin': 'JTMBB31V10D091254',
 'year': 2011}
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB61%2520BDF%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Saving data for SB61%20BDF: {'auction_closing_time': 1774864800.0, 'created_time': 1774275457.078468, 'last_price_update_time': 1774782076.654594}
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB61%2520BDF') HTTP/1.1" 204 0
2026-03-29 11:01:16 [bca.uk] INFO: Found listing with ID: YB63%20ZKP
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520ZKP%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Scrape type for YB63%20ZKP: 0
2026-03-29 11:01:16 [bca.uk] INFO: Found listing with ID: BF08%20KPJ
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF08%2520KPJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Scrape type for BF08%20KPJ: 0
2026-03-29 11:01:16 [bca.uk] INFO: Found listing with ID: DE05%20BXV
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE05%2520BXV%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Scrape type for DE05%20BXV: 0
2026-03-29 11:01:16 [bca.uk] INFO: Found listing with ID: GJ58%20HSC
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ58%2520HSC%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Scrape type for GJ58%20HSC: 0
2026-03-29 11:01:16 [bca.uk] INFO: Found listing with ID: GN08%20YVR
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN08%2520YVR%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Scrape type for GN08%20YVR: 1
2026-03-29 11:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e9bc622-46a8-5989-8432-36798134258f with identifier: GN08%20YVR
2026-03-29 11:01:16 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699142719%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142719 not downloaded yet
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699015650%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015650 not downloaded yet
2026-03-29 11:01:16 [bca.uk] INFO: Found listing with ID: SC63%20JNN
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520JNN%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [bca.uk] INFO: Scrape type for SC63%20JNN: 2
2026-03-29 11:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a27a4ca-c5e6-5a57-814c-02663de70f16 with identifier: SC63%20JNN
2026-03-29 11:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a27a4ca-c5e6-5a57-814c-02663de70f16 with scrape type 2
2026-03-29 11:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a27a4ca-c5e6-5a57-814c-02663de70f16 with scrape type 2
2026-03-29 11:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a27a4ca-c5e6-5a57-814c-02663de70f16, identifier: SC63%20JNN
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699180051%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180051 not downloaded yet
2026-03-29 11:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a27a4ca-c5e6-5a57-814c-02663de70f16 with identifier: SC63%20JNN
2026-03-29 11:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a27a4ca-c5e6-5a57-814c-02663de70f16 with identifier: SC63%20JNN
2026-03-29 11:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a27a4ca-c5e6-5a57-814c-02663de70f16 with identifier: SC63%20JNN to the API
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC63%20JNN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a27a4ca-c5e6-5a57-814c-02663de70f16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC63 JNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC63%20JNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': '500',
 'odometer': 50301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA3120000J118596',
 'year': 2014}
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520JNN%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [bca.uk] INFO: Saving data for SC63%20JNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774362798.678532, 'last_price_update_time': 1774782077.244659}
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC63%2520JNN') HTTP/1.1" 204 0
2026-03-29 11:01:17 [bca.uk] INFO: Found listing with ID: OY63%20EWL
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY63%2520EWL%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [bca.uk] INFO: Scrape type for OY63%20EWL: 0
2026-03-29 11:01:17 [bca.uk] INFO: Found listing with ID: VO59%20ZFX
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO59%2520ZFX%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [bca.uk] INFO: Scrape type for VO59%20ZFX: 1
2026-03-29 11:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c87fd87b-bc97-5556-84c1-f9d4d0e5781a with identifier: VO59%20ZFX
2026-03-29 11:01:17 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699142732%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142732 not downloaded yet
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699015657%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015657 not downloaded yet
2026-03-29 11:01:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f45810>
2026-03-29 11:01:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_expert_report_file_3aea3892-7991-4d14-8e45-ab728150692f.pdf HTTP/1.1" 201 0
2026-03-29 11:01:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:01:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d2f289a-ae9d-5872-82ec-28108d6fddfa, skipping ID generation
2026-03-29 11:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3DAK58WFA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AK58WFA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:17 [bca.uk] INFO: Found listing with ID: VU68%20WEW
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520WEW%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [bca.uk] INFO: Scrape type for VU68%20WEW: 2
2026-03-29 11:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff0507af-eb1a-53ab-bba6-2765d2e413c5 with identifier: VU68%20WEW
2026-03-29 11:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff0507af-eb1a-53ab-bba6-2765d2e413c5 with scrape type 2
2026-03-29 11:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff0507af-eb1a-53ab-bba6-2765d2e413c5 with scrape type 2
2026-03-29 11:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff0507af-eb1a-53ab-bba6-2765d2e413c5, identifier: VU68%20WEW
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699180083%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180083 not downloaded yet
2026-03-29 11:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff0507af-eb1a-53ab-bba6-2765d2e413c5 with identifier: VU68%20WEW
2026-03-29 11:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff0507af-eb1a-53ab-bba6-2765d2e413c5 with identifier: VU68%20WEW
2026-03-29 11:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff0507af-eb1a-53ab-bba6-2765d2e413c5 with identifier: VU68%20WEW to the API
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU68%20WEW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ff0507af-eb1a-53ab-bba6-2765d2e413c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU68 WEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU68%20WEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 101658,
 '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 ASTRA TOURER 1.6 CDTI 16V 110 DESIGN Estate',
 'transmission': 'manual',
 'trim': 'CDTI 16V 110 DESIGN',
 'vin': 'W0VBD8EK8J8062180',
 'year': 2018}
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520WEW%27 HTTP/1.1" 200 None
2026-03-29 11:01:17 [bca.uk] INFO: Saving data for VU68%20WEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774479746.452924, 'last_price_update_time': 1774782077.971601}
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU68%2520WEW') HTTP/1.1" 204 0
2026-03-29 11:01:17 [bca.uk] INFO: Found listing with ID: CE56%20FYG
2026-03-29 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE56%2520FYG%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [bca.uk] INFO: Scrape type for CE56%20FYG: 2
2026-03-29 11:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aece592-3ebf-55a8-8460-3716cad8c762 with identifier: CE56%20FYG
2026-03-29 11:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aece592-3ebf-55a8-8460-3716cad8c762 with scrape type 2
2026-03-29 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aece592-3ebf-55a8-8460-3716cad8c762 with scrape type 2
2026-03-29 11:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1aece592-3ebf-55a8-8460-3716cad8c762, identifier: CE56%20FYG
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699142746%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142746 not downloaded yet
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699015661%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015661 not downloaded yet
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699389901%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389901 not downloaded yet
2026-03-29 11:01:18 [bca.uk] INFO: Found listing with ID: WJ59%20ZFL
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ59%2520ZFL%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [bca.uk] INFO: Scrape type for WJ59%20ZFL: 2
2026-03-29 11:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca124506-8397-53db-9001-52bd2489c040 with identifier: WJ59%20ZFL
2026-03-29 11:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca124506-8397-53db-9001-52bd2489c040 with scrape type 2
2026-03-29 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca124506-8397-53db-9001-52bd2489c040 with scrape type 2
2026-03-29 11:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca124506-8397-53db-9001-52bd2489c040, identifier: WJ59%20ZFL
2026-03-29 11:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1aece592-3ebf-55a8-8460-3716cad8c762 with identifier: CE56%20FYG
2026-03-29 11:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1aece592-3ebf-55a8-8460-3716cad8c762 with identifier: CE56%20FYG
2026-03-29 11:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1aece592-3ebf-55a8-8460-3716cad8c762 with identifier: CE56%20FYG to the API
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:18 [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': 214,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE56%20FYG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1aece592-3ebf-55a8-8460-3716cad8c762',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE56 FYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE56%20FYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LEXUS',
 'model': 'IS 250',
 'odometer': 100741,
 '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': 'LEXUS IS 250 2.5 SE Saloon',
 'transmission': 'automatic',
 'trim': 'SE',
 'vin': 'JTHBK262402022500',
 'year': 2006}
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE56%2520FYG%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [bca.uk] INFO: Saving data for CE56%20FYG: {'auction_closing_time': 1774864800.0, 'created_time': 1774505324.308811, 'last_price_update_time': 1774782078.593883}
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE56%2520FYG') HTTP/1.1" 204 0
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699180096%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180096 not downloaded yet
2026-03-29 11:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca124506-8397-53db-9001-52bd2489c040 with identifier: WJ59%20ZFL
2026-03-29 11:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca124506-8397-53db-9001-52bd2489c040 with identifier: WJ59%20ZFL
2026-03-29 11:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca124506-8397-53db-9001-52bd2489c040 with identifier: WJ59%20ZFL to the API
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ59%20ZFL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca124506-8397-53db-9001-52bd2489c040',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ59 ZFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ59%20ZFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 130716,
 '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 ES Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC ES',
 'vin': 'JHMGE67609S240141',
 'year': 2009}
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ59%2520ZFL%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [bca.uk] INFO: Saving data for WJ59%20ZFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774391122.376536, 'last_price_update_time': 1774782078.975911}
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ59%2520ZFL') HTTP/1.1" 204 0
2026-03-29 11:01:18 [bca.uk] INFO: Found listing with ID: FV62%20YZH
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YZH%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [bca.uk] INFO: Scrape type for FV62%20YZH: 2
2026-03-29 11:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bfbb802-0dd6-5666-8718-41fa68efcc41 with identifier: FV62%20YZH
2026-03-29 11:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bfbb802-0dd6-5666-8718-41fa68efcc41 with scrape type 2
2026-03-29 11:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bfbb802-0dd6-5666-8718-41fa68efcc41 with scrape type 2
2026-03-29 11:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bfbb802-0dd6-5666-8718-41fa68efcc41, identifier: FV62%20YZH
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699142760%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142760 not downloaded yet
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699015669%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015669 not downloaded yet
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699389923%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389923 not downloaded yet
2026-03-29 11:01:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180019/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX07KVL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:01:19 [bca.uk] INFO: Found listing with ID: GA58%20DAA
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GA58%2520DAA%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [bca.uk] INFO: Scrape type for GA58%20DAA: 2
2026-03-29 11:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f635eae8-91e3-51e1-9e12-1c7d6bda8671 with identifier: GA58%20DAA
2026-03-29 11:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f635eae8-91e3-51e1-9e12-1c7d6bda8671 with scrape type 2
2026-03-29 11:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f635eae8-91e3-51e1-9e12-1c7d6bda8671 with scrape type 2
2026-03-29 11:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f635eae8-91e3-51e1-9e12-1c7d6bda8671, identifier: GA58%20DAA
2026-03-29 11:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bfbb802-0dd6-5666-8718-41fa68efcc41 with identifier: FV62%20YZH
2026-03-29 11:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bfbb802-0dd6-5666-8718-41fa68efcc41 with identifier: FV62%20YZH
2026-03-29 11:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bfbb802-0dd6-5666-8718-41fa68efcc41 with identifier: FV62%20YZH to the API
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:19 [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': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV62%20YZH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6bfbb802-0dd6-5666-8718-41fa68efcc41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV62 YZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV62%20YZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 94224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 E-HDI 112 ACTIVE II EGC MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 112 ACTIVE II EGC',
 'vin': 'VF30U9HR8CS234542',
 'year': 2012}
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YZH%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [bca.uk] INFO: Saving data for FV62%20YZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774304701.385043, 'last_price_update_time': 1774782079.618613}
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV62%2520YZH') HTTP/1.1" 204 0
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699180106%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180106 not downloaded yet
2026-03-29 11:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f635eae8-91e3-51e1-9e12-1c7d6bda8671 with identifier: GA58%20DAA
2026-03-29 11:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f635eae8-91e3-51e1-9e12-1c7d6bda8671 with identifier: GA58%20DAA
2026-03-29 11:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f635eae8-91e3-51e1-9e12-1c7d6bda8671 with identifier: GA58%20DAA to the API
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GA58%20DAA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f635eae8-91e3-51e1-9e12-1c7d6bda8671',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GA58 DAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GA58%20DAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'CLC 220',
 'odometer': 154314,
 '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': 'WDB2037082E045706',
 'year': 2008}
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GA58%2520DAA%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [bca.uk] INFO: Saving data for GA58%20DAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774621609.807583, 'last_price_update_time': 1774782079.983357}
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GA58%2520DAA') HTTP/1.1" 204 0
2026-03-29 11:01:20 [bca.uk] INFO: Found listing with ID: NC06%20ENK
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [bca.uk] INFO: Scrape type for NC06%20ENK: 2
2026-03-29 11:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e3c0074-899d-5eef-81bc-dd0064647a33 with identifier: NC06%20ENK
2026-03-29 11:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e3c0074-899d-5eef-81bc-dd0064647a33 with scrape type 2
2026-03-29 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e3c0074-899d-5eef-81bc-dd0064647a33 with scrape type 2
2026-03-29 11:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e3c0074-899d-5eef-81bc-dd0064647a33, identifier: NC06%20ENK
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699142771%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142771 not downloaded yet
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699015673%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015673 not downloaded yet
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699389940%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389940 not downloaded yet
2026-03-29 11:01:20 [bca.uk] INFO: Found listing with ID: GD02%20MGV
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD02%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [bca.uk] INFO: Scrape type for GD02%20MGV: 2
2026-03-29 11:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 191bdadd-9473-5dda-9eca-31959989d0e4 with identifier: GD02%20MGV
2026-03-29 11:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 191bdadd-9473-5dda-9eca-31959989d0e4 with scrape type 2
2026-03-29 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 191bdadd-9473-5dda-9eca-31959989d0e4 with scrape type 2
2026-03-29 11:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 191bdadd-9473-5dda-9eca-31959989d0e4, identifier: GD02%20MGV
2026-03-29 11:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e3c0074-899d-5eef-81bc-dd0064647a33 with identifier: NC06%20ENK
2026-03-29 11:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e3c0074-899d-5eef-81bc-dd0064647a33 with identifier: NC06%20ENK
2026-03-29 11:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e3c0074-899d-5eef-81bc-dd0064647a33 with identifier: NC06%20ENK to the API
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC06%20ENK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e3c0074-899d-5eef-81bc-dd0064647a33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NC06 ENK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC06%20ENK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 87908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 LX Hatchback',
 'transmission': 'automatic',
 'trim': 'LX',
 'vin': 'WF05XXWPD56S82089',
 'year': 2006}
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [bca.uk] INFO: Saving data for NC06%20ENK: {'auction_closing_time': 1774864800.0, 'created_time': 1774478155.612621, 'last_price_update_time': 1774782080.634111}
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC06%2520ENK') HTTP/1.1" 204 0
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699180116%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180116 not downloaded yet
2026-03-29 11:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180026/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180026>
2026-03-29 11:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN08%20YVR-GB>
2026-03-29 11:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 191bdadd-9473-5dda-9eca-31959989d0e4 with identifier: GD02%20MGV
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-29 11:01:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 191bdadd-9473-5dda-9eca-31959989d0e4 with identifier: GD02%20MGV
2026-03-29 11:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 191bdadd-9473-5dda-9eca-31959989d0e4 with identifier: GD02%20MGV to the API
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD02%20MGV-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '191bdadd-9473-5dda-9eca-31959989d0e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD02 MGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD02%20MGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLVO',
 'model': 'V70',
 'odometer': 136594,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VOLVO V70 2.4 170 SE Estate',
 'transmission': 'automatic',
 'trim': '170 SE',
 'vin': 'YV1SW61P922232815',
 'year': 2002}
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD02%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [bca.uk] INFO: Saving data for GD02%20MGV: {'auction_closing_time': 1774864800.0, 'created_time': 1774352790.800657, 'last_price_update_time': 1774782081.158851}
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD02%2520MGV') HTTP/1.1" 204 0
2026-03-29 11:01:21 [bca.uk] INFO: Found listing with ID: RY03%20RYA
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY03%2520RYA%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [bca.uk] INFO: Scrape type for RY03%20RYA: 2
2026-03-29 11:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e81862-6097-5b97-9587-01c804e88adb with identifier: RY03%20RYA
2026-03-29 11:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e81862-6097-5b97-9587-01c804e88adb with scrape type 2
2026-03-29 11:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53e81862-6097-5b97-9587-01c804e88adb with scrape type 2
2026-03-29 11:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53e81862-6097-5b97-9587-01c804e88adb, identifier: RY03%20RYA
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142784%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142784 not downloaded yet
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699015723%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015723 not downloaded yet
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699389957%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389957 not downloaded yet
2026-03-29 11:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180036/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180036>
2026-03-29 11:01:21 [bca.uk] INFO: Found listing with ID: KR63%20AAV
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520AAV%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [bca.uk] INFO: Scrape type for KR63%20AAV: 2
2026-03-29 11:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b25da461-e0ee-5b1d-9c29-3b36244908a2 with identifier: KR63%20AAV
2026-03-29 11:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b25da461-e0ee-5b1d-9c29-3b36244908a2 with scrape type 2
2026-03-29 11:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b25da461-e0ee-5b1d-9c29-3b36244908a2 with scrape type 2
2026-03-29 11:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b25da461-e0ee-5b1d-9c29-3b36244908a2, identifier: KR63%20AAV
2026-03-29 11:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53e81862-6097-5b97-9587-01c804e88adb with identifier: RY03%20RYA
2026-03-29 11:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53e81862-6097-5b97-9587-01c804e88adb with identifier: RY03%20RYA
2026-03-29 11:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53e81862-6097-5b97-9587-01c804e88adb with identifier: RY03%20RYA to the API
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:21 [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': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY03%20RYA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53e81862-6097-5b97-9587-01c804e88adb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY03 RYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY03%20RYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 69660,
 '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 CIVIC 1.6 VTEC INSPIRE S Hatchback',
 'transmission': 'automatic',
 'trim': 'VTEC INSPIRE S',
 'vin': 'SHHEU88203U212804',
 'year': 2003}
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY03%2520RYA%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [bca.uk] INFO: Saving data for RY03%20RYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564533.360052, 'last_price_update_time': 1774782081.791355}
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY03%2520RYA') HTTP/1.1" 204 0
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699180133%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180133 not downloaded yet
2026-03-29 11:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015646/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CK65JGO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142711/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SA13RLX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b25da461-e0ee-5b1d-9c29-3b36244908a2 with identifier: KR63%20AAV
2026-03-29 11:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b25da461-e0ee-5b1d-9c29-3b36244908a2 with identifier: KR63%20AAV
2026-03-29 11:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b25da461-e0ee-5b1d-9c29-3b36244908a2 with identifier: KR63%20AAV to the API
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR63%20AAV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b25da461-e0ee-5b1d-9c29-3b36244908a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR63 AAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR63%20AAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLVO',
 'model': 'V70',
 'odometer': 183996,
 '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': 'VOLVO V70 2.4 D5 215 BUSINESS EDITION G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 215 BUSINESS EDITION G/T',
 'vin': 'YV1BW8250E1296699',
 'year': 2013}
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520AAV%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [bca.uk] INFO: Saving data for KR63%20AAV: {'auction_closing_time': 1774864800.0, 'created_time': 1774365552.389213, 'last_price_update_time': 1774782082.324166}
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR63%2520AAV') HTTP/1.1" 204 0
2026-03-29 11:01:22 [bca.uk] INFO: Found listing with ID: YK60%20MHY
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK60%2520MHY%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [bca.uk] INFO: Scrape type for YK60%20MHY: 0
2026-03-29 11:01:22 [bca.uk] INFO: Found listing with ID: KN13%20ZMX
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN13%2520ZMX%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [bca.uk] INFO: Scrape type for KN13%20ZMX: 1
2026-03-29 11:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5000443-d098-543a-88b6-5b29c4d45133 with identifier: KN13%20ZMX
2026-03-29 11:01:22 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142802%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142802 not downloaded yet
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699015779%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015779 not downloaded yet
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699389968%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389968 not downloaded yet
2026-03-29 11:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180042/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180042>
2026-03-29 11:01:22 [bca.uk] INFO: Found listing with ID: KW10%20TZV
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW10%2520TZV%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [bca.uk] INFO: Scrape type for KW10%20TZV: 2
2026-03-29 11:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e906af4-ffb4-5589-b73f-6c75a2190b62 with identifier: KW10%20TZV
2026-03-29 11:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e906af4-ffb4-5589-b73f-6c75a2190b62 with scrape type 2
2026-03-29 11:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e906af4-ffb4-5589-b73f-6c75a2190b62 with scrape type 2
2026-03-29 11:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e906af4-ffb4-5589-b73f-6c75a2190b62, identifier: KW10%20TZV
2026-03-29 11:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180083/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180083>
2026-03-29 11:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180051/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180051>
2026-03-29 11:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389872/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AK58WFA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142719/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142719>
2026-03-29 11:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015650/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015650>
2026-03-29 11:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e906af4-ffb4-5589-b73f-6c75a2190b62 with identifier: KW10%20TZV
2026-03-29 11:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e906af4-ffb4-5589-b73f-6c75a2190b62 with identifier: KW10%20TZV
2026-03-29 11:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e906af4-ffb4-5589-b73f-6c75a2190b62 with identifier: KW10%20TZV to the API
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW10%20TZV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e906af4-ffb4-5589-b73f-6c75a2190b62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW10 TZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW10%20TZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 102494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 1.5 B/E AVANTGARDE Hatchback',
 'transmission': 'manual',
 'trim': 'B/E AVANTGARDE',
 'vin': 'WDD1690312J875393',
 'year': 2010}
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW10%2520TZV%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [bca.uk] INFO: Saving data for KW10%20TZV: {'auction_closing_time': 1774864800.0, 'created_time': 1773844570.14732, 'last_price_update_time': 1774782082.934108}
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW10%2520TZV') HTTP/1.1" 204 0
2026-03-29 11:01:22 [bca.uk] INFO: Found listing with ID: KR63%20YFY
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520YFY%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [bca.uk] INFO: Scrape type for KR63%20YFY: 1
2026-03-29 11:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2deed8df-e06b-53a4-9192-395390785c5c with identifier: KR63%20YFY
2026-03-29 11:01:22 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142829%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142829 not downloaded yet
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699015812%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015812 not downloaded yet
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699389995%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389995 not downloaded yet
2026-03-29 11:01:23 [bca.uk] INFO: Found listing with ID: LS62%20OSD
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS62%2520OSD%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [bca.uk] INFO: Scrape type for LS62%20OSD: 2
2026-03-29 11:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4b79410-d762-5315-810f-7dd9ed16b1ac with identifier: LS62%20OSD
2026-03-29 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4b79410-d762-5315-810f-7dd9ed16b1ac with scrape type 2
2026-03-29 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4b79410-d762-5315-810f-7dd9ed16b1ac with scrape type 2
2026-03-29 11:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4b79410-d762-5315-810f-7dd9ed16b1ac, identifier: LS62%20OSD
2026-03-29 11:01:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO59%20ZFX-GB>
2026-03-29 11:01:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015657/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015657>
2026-03-29 11:01:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142732/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142732>
2026-03-29 11:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4b79410-d762-5315-810f-7dd9ed16b1ac with identifier: LS62%20OSD
2026-03-29 11:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4b79410-d762-5315-810f-7dd9ed16b1ac with identifier: LS62%20OSD
2026-03-29 11:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4b79410-d762-5315-810f-7dd9ed16b1ac with identifier: LS62%20OSD to the API
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS62%20OSD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e4b79410-d762-5315-810f-7dd9ed16b1ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS62 OSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS62%20OSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 160867,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWY320X0L688151',
 'year': 2012}
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS62%2520OSD%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [bca.uk] INFO: Saving data for LS62%20OSD: {'auction_closing_time': 1774864800.0, 'created_time': 1774621638.322573, 'last_price_update_time': 1774782083.494965}
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS62%2520OSD') HTTP/1.1" 204 0
2026-03-29 11:01:23 [bca.uk] INFO: Found listing with ID: KS61%20VEM
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS61%2520VEM%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [bca.uk] INFO: Scrape type for KS61%20VEM: 1
2026-03-29 11:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d with identifier: KS61%20VEM
2026-03-29 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142847%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142847 not downloaded yet
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699015843%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015843 not downloaded yet
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699390012%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699390012 not downloaded yet
2026-03-29 11:01:23 [bca.uk] INFO: Found listing with ID: ND11%20RSO
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND11%2520RSO%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [bca.uk] INFO: Scrape type for ND11%20RSO: 2
2026-03-29 11:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56d11c75-7448-5e64-801a-5935b4bd6657 with identifier: ND11%20RSO
2026-03-29 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56d11c75-7448-5e64-801a-5935b4bd6657 with scrape type 2
2026-03-29 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56d11c75-7448-5e64-801a-5935b4bd6657 with scrape type 2
2026-03-29 11:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56d11c75-7448-5e64-801a-5935b4bd6657, identifier: ND11%20RSO
2026-03-29 11:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56d11c75-7448-5e64-801a-5935b4bd6657 with identifier: ND11%20RSO
2026-03-29 11:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56d11c75-7448-5e64-801a-5935b4bd6657 with identifier: ND11%20RSO
2026-03-29 11:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56d11c75-7448-5e64-801a-5935b4bd6657 with identifier: ND11%20RSO to the API
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND11%20RSO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56d11c75-7448-5e64-801a-5935b4bd6657',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND11 RSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND11%20RSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 86172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.6 HDI 90 EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'HDI 90 EXCLUSIVE',
 'vin': 'VF7SC9HP0BA550776',
 'year': 2011}
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND11%2520RSO%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [bca.uk] INFO: Saving data for ND11%20RSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535941.972568, 'last_price_update_time': 1774782084.061464}
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND11%2520RSO') HTTP/1.1" 204 0
2026-03-29 11:01:24 [bca.uk] INFO: Found listing with ID: LO12%20SYJ
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO12%2520SYJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [bca.uk] INFO: Scrape type for LO12%20SYJ: 1
2026-03-29 11:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70006479-f2d7-5499-b4e4-a1031008432b with identifier: LO12%20SYJ
2026-03-29 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699390022%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699390022 not downloaded yet
2026-03-29 11:01:24 [bca.uk] INFO: Found listing with ID: NJ60%20UON
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520UON%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [bca.uk] INFO: Scrape type for NJ60%20UON: 2
2026-03-29 11:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3924965b-e42d-5dd4-9334-49fdc3b0fbfc with identifier: NJ60%20UON
2026-03-29 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3924965b-e42d-5dd4-9334-49fdc3b0fbfc with scrape type 2
2026-03-29 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3924965b-e42d-5dd4-9334-49fdc3b0fbfc with scrape type 2
2026-03-29 11:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3924965b-e42d-5dd4-9334-49fdc3b0fbfc, identifier: NJ60%20UON
2026-03-29 11:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3924965b-e42d-5dd4-9334-49fdc3b0fbfc with identifier: NJ60%20UON
2026-03-29 11:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3924965b-e42d-5dd4-9334-49fdc3b0fbfc with identifier: NJ60%20UON
2026-03-29 11:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3924965b-e42d-5dd4-9334-49fdc3b0fbfc with identifier: NJ60%20UON to the API
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ60%20UON-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3924965b-e42d-5dd4-9334-49fdc3b0fbfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ60 UON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ60%20UON&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'S3',
 'odometer': 137900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'AUDI S3 2.0 QUATTRO BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ8P7BA037902',
 'year': 2010}
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520UON%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [bca.uk] INFO: Saving data for NJ60%20UON: {'auction_closing_time': 1774864800.0, 'created_time': 1774563831.690023, 'last_price_update_time': 1774782084.703071}
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ60%2520UON') HTTP/1.1" 204 0
2026-03-29 11:01:24 [bca.uk] INFO: Found listing with ID: LT11%20CZG
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT11%2520CZG%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [bca.uk] INFO: Scrape type for LT11%20CZG: 1
2026-03-29 11:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40 with identifier: LT11%20CZG
2026-03-29 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699390036%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699390036 not downloaded yet
2026-03-29 11:01:24 [bca.uk] INFO: Found listing with ID: NU62%20CBO
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520CBO%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [bca.uk] INFO: Scrape type for NU62%20CBO: 2
2026-03-29 11:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 471e98d9-7fb8-5ce0-a3a7-56fe79b2f345 with identifier: NU62%20CBO
2026-03-29 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 471e98d9-7fb8-5ce0-a3a7-56fe79b2f345 with scrape type 2
2026-03-29 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 471e98d9-7fb8-5ce0-a3a7-56fe79b2f345 with scrape type 2
2026-03-29 11:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 471e98d9-7fb8-5ce0-a3a7-56fe79b2f345, identifier: NU62%20CBO
2026-03-29 11:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 471e98d9-7fb8-5ce0-a3a7-56fe79b2f345 with identifier: NU62%20CBO
2026-03-29 11:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 471e98d9-7fb8-5ce0-a3a7-56fe79b2f345 with identifier: NU62%20CBO
2026-03-29 11:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 471e98d9-7fb8-5ce0-a3a7-56fe79b2f345 with identifier: NU62%20CBO to the API
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU62%20CBO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '471e98d9-7fb8-5ce0-a3a7-56fe79b2f345',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU62 CBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU62%20CBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'IX35',
 'odometer': 114630,
 '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 IX35 1.7 CRDI PREMIUM 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI PREMIUM 2WD',
 'vin': 'TMAJU81ULDJ349969',
 'year': 2012}
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520CBO%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [bca.uk] INFO: Saving data for NU62%20CBO: {'auction_closing_time': 1774864800.0, 'created_time': 1773931022.673455, 'last_price_update_time': 1774782085.230464}
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU62%2520CBO') HTTP/1.1" 204 0
2026-03-29 11:01:25 [bca.uk] INFO: Found listing with ID: LT15%20ODK
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520ODK%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [bca.uk] INFO: Scrape type for LT15%20ODK: 1
2026-03-29 11:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b045598-529a-5f70-942e-c03d7716292c with identifier: LT15%20ODK
2026-03-29 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:01:25 [bca.uk] INFO: Found listing with ID: NV13%20SUX
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520SUX%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [bca.uk] INFO: Scrape type for NV13%20SUX: 2
2026-03-29 11:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2ca27dd-2291-5762-9d45-14d1f92f12d9 with identifier: NV13%20SUX
2026-03-29 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2ca27dd-2291-5762-9d45-14d1f92f12d9 with scrape type 2
2026-03-29 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2ca27dd-2291-5762-9d45-14d1f92f12d9 with scrape type 2
2026-03-29 11:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2ca27dd-2291-5762-9d45-14d1f92f12d9, identifier: NV13%20SUX
2026-03-29 11:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2ca27dd-2291-5762-9d45-14d1f92f12d9 with identifier: NV13%20SUX
2026-03-29 11:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2ca27dd-2291-5762-9d45-14d1f92f12d9 with identifier: NV13%20SUX
2026-03-29 11:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2ca27dd-2291-5762-9d45-14d1f92f12d9 with identifier: NV13%20SUX to the API
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV13%20SUX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2ca27dd-2291-5762-9d45-14d1f92f12d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV13 SUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV13%20SUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': '500',
 'odometer': 74303,
 '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': 'FIAT 500 1.2 POP S/S Hatchback',
 'transmission': 'manual',
 'trim': 'POP S/S',
 'vin': 'ZFA3120000J007463',
 'year': 2013}
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520SUX%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [bca.uk] INFO: Saving data for NV13%20SUX: {'auction_closing_time': 1774864800.0, 'created_time': 1774390016.235495, 'last_price_update_time': 1774782085.84305}
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV13%2520SUX') HTTP/1.1" 204 0
2026-03-29 11:01:25 [bca.uk] INFO: Found listing with ID: NL61%20SUX
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520SUX%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [bca.uk] INFO: Scrape type for NL61%20SUX: 1
2026-03-29 11:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be36bd20-c1cb-52fc-9931-16687bc65591 with identifier: NL61%20SUX
2026-03-29 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:01:25 [bca.uk] INFO: Found listing with ID: OY17%20HPV
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520HPV%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [bca.uk] INFO: Scrape type for OY17%20HPV: 2
2026-03-29 11:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2918cd2-e5e4-5aaa-a992-010e4432f118 with identifier: OY17%20HPV
2026-03-29 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2918cd2-e5e4-5aaa-a992-010e4432f118 with scrape type 2
2026-03-29 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2918cd2-e5e4-5aaa-a992-010e4432f118 with scrape type 2
2026-03-29 11:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2918cd2-e5e4-5aaa-a992-010e4432f118, identifier: OY17%20HPV
2026-03-29 11:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2918cd2-e5e4-5aaa-a992-010e4432f118 with identifier: OY17%20HPV
2026-03-29 11:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2918cd2-e5e4-5aaa-a992-010e4432f118 with identifier: OY17%20HPV
2026-03-29 11:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2918cd2-e5e4-5aaa-a992-010e4432f118 with identifier: OY17%20HPV to the API
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20HPV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2918cd2-e5e4-5aaa-a992-010e4432f118',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY17 HPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20HPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SKODA',
 'model': 'KODIAQ',
 'odometer': 89935,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SKODA KODIAQ 2.0 TDI 150 4X4 SE TECHNOLOGY StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 4X4 SE TECHNOLOGY',
 'vin': 'TMBMJ7NS7H8009812',
 'year': 2017}
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520HPV%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [bca.uk] INFO: Saving data for OY17%20HPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563832.988842, 'last_price_update_time': 1774782086.355306}
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520HPV') HTTP/1.1" 204 0
2026-03-29 11:01:26 [bca.uk] INFO: Found listing with ID: OY57%20WCL
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY57%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [bca.uk] INFO: Scrape type for OY57%20WCL: 0
2026-03-29 11:01:26 [bca.uk] INFO: Found listing with ID: RE62%20UHU
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520UHU%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [bca.uk] INFO: Scrape type for RE62%20UHU: 1
2026-03-29 11:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3 with identifier: RE62%20UHU
2026-03-29 11:01:26 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:01:26 [bca.uk] INFO: Found listing with ID: OY59%20KHT
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [bca.uk] INFO: Scrape type for OY59%20KHT: 2
2026-03-29 11:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5 with identifier: OY59%20KHT
2026-03-29 11:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5 with scrape type 2
2026-03-29 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5 with scrape type 2
2026-03-29 11:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5, identifier: OY59%20KHT
2026-03-29 11:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ee32d0>
2026-03-29 11:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_expert_report_file_44721104-1283-4da9-a140-02b897ab2937.pdf HTTP/1.1" 201 0
2026-03-29 11:01:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e9bc622-46a8-5989-8432-36798134258f, skipping ID generation
2026-03-29 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGN08YVR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GN08YVR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5 with identifier: OY59%20KHT
2026-03-29 11:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5 with identifier: OY59%20KHT
2026-03-29 11:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5 with identifier: OY59%20KHT to the API
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY59%20KHT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '170a0ad3-5e90-53ee-b919-4f1cbcd6b9c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY59 KHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY59%20KHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 123643,
 '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 PASSAT 1.8 TSI HIGHLINE DSG Saloon',
 'transmission': 'automatic',
 'trim': 'TSI HIGHLINE DSG',
 'vin': 'WVWZZZ3CZAP011464',
 'year': 2009}
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [bca.uk] INFO: Saving data for OY59%20KHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774015968.538436, 'last_price_update_time': 1774782086.938021}
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY59%2520KHT') HTTP/1.1" 204 0
2026-03-29 11:01:26 [bca.uk] INFO: Found listing with ID: AO63%20VKT
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520VKT%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [bca.uk] INFO: Scrape type for AO63%20VKT: 1
2026-03-29 11:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc with identifier: AO63%20VKT
2026-03-29 11:01:26 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180026/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180042/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180036/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180019/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:01:26 [bca.uk] INFO: Found listing with ID: BJ12%20FBV
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [bca.uk] INFO: Scrape type for BJ12%20FBV: 2
2026-03-29 11:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec33e013-2a35-5b86-9c10-b479bf5db958 with identifier: BJ12%20FBV
2026-03-29 11:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec33e013-2a35-5b86-9c10-b479bf5db958 with scrape type 2
2026-03-29 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec33e013-2a35-5b86-9c10-b479bf5db958 with scrape type 2
2026-03-29 11:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec33e013-2a35-5b86-9c10-b479bf5db958, identifier: BJ12%20FBV
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964777%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964777 not downloaded yet
2026-03-29 11:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142711/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015650/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015646/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec33e013-2a35-5b86-9c10-b479bf5db958 with identifier: BJ12%20FBV
2026-03-29 11:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec33e013-2a35-5b86-9c10-b479bf5db958 with identifier: BJ12%20FBV
2026-03-29 11:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec33e013-2a35-5b86-9c10-b479bf5db958 with identifier: BJ12%20FBV to the API
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ12%20FBV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec33e013-2a35-5b86-9c10-b479bf5db958',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ12 FBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ12%20FBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 94736,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI S LINE',
 'vin': 'WAUZZZ8X1CB217985',
 'year': 2012}
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [bca.uk] INFO: Saving data for BJ12%20FBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563549.57667, 'last_price_update_time': 1774782087.452059}
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ12%2520FBV') HTTP/1.1" 204 0
2026-03-29 11:01:27 [bca.uk] INFO: Found listing with ID: DK65%20MLU
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520MLU%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [bca.uk] INFO: Scrape type for DK65%20MLU: 0
2026-03-29 11:01:27 [bca.uk] INFO: Found listing with ID: EK61%20WNP
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WNP%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [bca.uk] INFO: Scrape type for EK61%20WNP: 1
2026-03-29 11:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 556f45d6-ae75-55be-9706-64f962b3c11b with identifier: EK61%20WNP
2026-03-29 11:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:01:27 [bca.uk] INFO: Found listing with ID: BK65%20VPY
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520VPY%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [bca.uk] INFO: Scrape type for BK65%20VPY: 2
2026-03-29 11:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0eb9ddb-aa7f-54fc-9c22-2c8825554fff with identifier: BK65%20VPY
2026-03-29 11:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0eb9ddb-aa7f-54fc-9c22-2c8825554fff with scrape type 2
2026-03-29 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0eb9ddb-aa7f-54fc-9c22-2c8825554fff with scrape type 2
2026-03-29 11:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0eb9ddb-aa7f-54fc-9c22-2c8825554fff, identifier: BK65%20VPY
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698952799%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952799 not downloaded yet
2026-03-29 11:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389872/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180051/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180083/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142732/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0eb9ddb-aa7f-54fc-9c22-2c8825554fff with identifier: BK65%20VPY
2026-03-29 11:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0eb9ddb-aa7f-54fc-9c22-2c8825554fff with identifier: BK65%20VPY
2026-03-29 11:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0eb9ddb-aa7f-54fc-9c22-2c8825554fff with identifier: BK65%20VPY to the API
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:28 [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': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK65%20VPY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0eb9ddb-aa7f-54fc-9c22-2c8825554fff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK65 VPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK65%20VPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 89614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-TEC',
 'vin': 'SJNFEAJ11U1508164',
 'year': 2015}
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520VPY%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [bca.uk] INFO: Saving data for BK65%20VPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774622435.100661, 'last_price_update_time': 1774782088.031162}
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK65%2520VPY') HTTP/1.1" 204 0
2026-03-29 11:01:28 [bca.uk] INFO: Found listing with ID: EO14%20MLL
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520MLL%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [bca.uk] INFO: Scrape type for EO14%20MLL: 0
2026-03-29 11:01:28 [bca.uk] INFO: Found listing with ID: FN13%20VTE
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [bca.uk] INFO: Scrape type for FN13%20VTE: 1
2026-03-29 11:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89abed54-0c9b-5bc0-b06b-b73405d71d9c with identifier: FN13%20VTE
2026-03-29 11:01:28 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:01:28 [bca.uk] INFO: Found listing with ID: CN14%20MDO
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN14%2520MDO%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [bca.uk] INFO: Scrape type for CN14%20MDO: 2
2026-03-29 11:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8319b8da-fb4f-5e07-beec-5a2bc9ed5033 with identifier: CN14%20MDO
2026-03-29 11:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8319b8da-fb4f-5e07-beec-5a2bc9ed5033 with scrape type 2
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8319b8da-fb4f-5e07-beec-5a2bc9ed5033 with scrape type 2
2026-03-29 11:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8319b8da-fb4f-5e07-beec-5a2bc9ed5033, identifier: CN14%20MDO
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964790%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964790 not downloaded yet
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ecc250>
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEX07KVL%252F699180026%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180026/600 saved to cache
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d74390>
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEX07KVL%252F699180042%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180042/600 saved to cache
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d02750>
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEX07KVL%252F699180036%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180036/600 saved to cache
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d67c90>
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEX07KVL%252F699180019%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180019/600 saved to cache
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b8bf50>
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FSA13RLX%252F699142711%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142711/600 saved to cache
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d77b50>
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FCK65JGO%252F699015650%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015650/600 saved to cache
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eaf090>
2026-03-29 11:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FCK65JGO%252F699015646%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015646/600 saved to cache
2026-03-29 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015657/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT15%20ODK-GB>
2026-03-29 11:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8319b8da-fb4f-5e07-beec-5a2bc9ed5033 with identifier: CN14%20MDO
2026-03-29 11:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8319b8da-fb4f-5e07-beec-5a2bc9ed5033 with identifier: CN14%20MDO
2026-03-29 11:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8319b8da-fb4f-5e07-beec-5a2bc9ed5033 with identifier: CN14%20MDO to the API
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN14%20MDO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8319b8da-fb4f-5e07-beec-5a2bc9ed5033',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN14 MDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN14%20MDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 80229,
 '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 C3 1.2 VTI 82 SELECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 82 SELECTION',
 'vin': 'VF7SCHMZ0EW503450',
 'year': 2014}
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN14%2520MDO%27 HTTP/1.1" 200 None
2026-03-29 11:01:29 [bca.uk] INFO: Saving data for CN14%20MDO: {'auction_closing_time': 1774864800.0, 'created_time': 1774622435.830539, 'last_price_update_time': 1774782089.055933}
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN14%2520MDO') HTTP/1.1" 204 0
2026-03-29 11:01:29 [bca.uk] INFO: Found listing with ID: GF12%20ZVG
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 11:01:29 [bca.uk] INFO: Scrape type for GF12%20ZVG: 1
2026-03-29 11:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6c53b5f-b5b3-5553-93d7-bcdbb876f657 with identifier: GF12%20ZVG
2026-03-29 11:01:29 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:01:29 [bca.uk] INFO: Found listing with ID: CU15%20NXK
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520NXK%27 HTTP/1.1" 200 None
2026-03-29 11:01:29 [bca.uk] INFO: Scrape type for CU15%20NXK: 2
2026-03-29 11:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950562e5-abe5-5729-a480-fe613f96f149 with identifier: CU15%20NXK
2026-03-29 11:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950562e5-abe5-5729-a480-fe613f96f149 with scrape type 2
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950562e5-abe5-5729-a480-fe613f96f149 with scrape type 2
2026-03-29 11:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 950562e5-abe5-5729-a480-fe613f96f149, identifier: CU15%20NXK
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698952818%27 HTTP/1.1" 200 None
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952818 not downloaded yet
2026-03-29 11:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964758/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GN08YVR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL61%20SUX-GB>
2026-03-29 11:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390036/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699390036>
2026-03-29 11:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE62%20UHU-GB>
2026-03-29 11:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 950562e5-abe5-5729-a480-fe613f96f149 with identifier: CU15%20NXK
2026-03-29 11:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 950562e5-abe5-5729-a480-fe613f96f149 with identifier: CU15%20NXK
2026-03-29 11:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 950562e5-abe5-5729-a480-fe613f96f149 with identifier: CU15%20NXK to the API
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU15%20NXK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '950562e5-abe5-5729-a480-fe613f96f149',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU15 NXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU15%20NXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 63346,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500C 0.9 TWINAIR 105 S Convertible',
 'transmission': 'manual',
 'trim': 'TWINAIR 105 S',
 'vin': 'ZFA3120000J363445',
 'year': 2015}
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520NXK%27 HTTP/1.1" 200 None
2026-03-29 11:01:29 [bca.uk] INFO: Saving data for CU15%20NXK: {'auction_closing_time': 1774864800.0, 'created_time': 1774622434.360846, 'last_price_update_time': 1774782089.651522}
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU15%2520NXK') HTTP/1.1" 204 0
2026-03-29 11:01:29 [bca.uk] INFO: Found listing with ID: GJ14%20KEK
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ14%2520KEK%27 HTTP/1.1" 200 None
2026-03-29 11:01:29 [bca.uk] INFO: Scrape type for GJ14%20KEK: 1
2026-03-29 11:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18397a5c-a792-50b9-8b16-4df3c7616ef0 with identifier: GJ14%20KEK
2026-03-29 11:01:29 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce3590>
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FAK58WFA%252F699389872%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389872/600 saved to cache
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e55790>
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEX07KVL%252F699180051%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180051/600 saved to cache
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cc8c50>
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEX07KVL%252F699180083%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180083/600 saved to cache
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cb92d0>
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FSA13RLX%252F699142732%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142732/600 saved to cache
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142719/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO63%20VKT-GB>
2026-03-29 11:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964777/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964777>
2026-03-29 11:01:29 [bca.uk] INFO: Found listing with ID: E4%20GOA
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E4%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 11:01:29 [bca.uk] INFO: Scrape type for E4%20GOA: 2
2026-03-29 11:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aaf2d41-612a-565a-941e-3d412c591829 with identifier: E4%20GOA
2026-03-29 11:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aaf2d41-612a-565a-941e-3d412c591829 with scrape type 2
2026-03-29 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aaf2d41-612a-565a-941e-3d412c591829 with scrape type 2
2026-03-29 11:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aaf2d41-612a-565a-941e-3d412c591829, identifier: E4%20GOA
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964813%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964813 not downloaded yet
2026-03-29 11:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aaf2d41-612a-565a-941e-3d412c591829 with identifier: E4%20GOA
2026-03-29 11:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aaf2d41-612a-565a-941e-3d412c591829 with identifier: E4%20GOA
2026-03-29 11:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aaf2d41-612a-565a-941e-3d412c591829 with identifier: E4%20GOA to the API
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:30 [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': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=E4%20GOA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2aaf2d41-612a-565a-941e-3d412c591829',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'E4 GOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=E4%20GOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 90991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 1.5 B/E AVANTGARDE Hatchback',
 'transmission': 'manual',
 'trim': 'B/E AVANTGARDE',
 'vin': 'WDD1690312J958450',
 'year': 2011}
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27E4%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [bca.uk] INFO: Saving data for E4%20GOA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390027.278235, 'last_price_update_time': 1774782090.367112}
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='E4%2520GOA') HTTP/1.1" 204 0
2026-03-29 11:01:30 [bca.uk] INFO: Found listing with ID: GL12%20SGX
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL12%2520SGX%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [bca.uk] INFO: Scrape type for GL12%20SGX: 0
2026-03-29 11:01:30 [bca.uk] INFO: Found listing with ID: GV11%20WJM
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV11%2520WJM%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [bca.uk] INFO: Scrape type for GV11%20WJM: 0
2026-03-29 11:01:30 [bca.uk] INFO: Found listing with ID: GY59%20BWK
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY59%2520BWK%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [bca.uk] INFO: Scrape type for GY59%20BWK: 1
2026-03-29 11:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 135af172-e1b2-5b19-a9b8-7231b88b2460 with identifier: GY59%20BWK
2026-03-29 11:01:30 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952799/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952799>
2026-03-29 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390022/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699390022>
2026-03-29 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK61%20WNP-GB>
2026-03-29 11:01:30 [bca.uk] INFO: Found listing with ID: EF12%20MJX
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF12%2520MJX%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [bca.uk] INFO: Scrape type for EF12%20MJX: 2
2026-03-29 11:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b5b9d1b-92a3-584a-b221-92ab8a0de2da with identifier: EF12%20MJX
2026-03-29 11:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b5b9d1b-92a3-584a-b221-92ab8a0de2da with scrape type 2
2026-03-29 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b5b9d1b-92a3-584a-b221-92ab8a0de2da with scrape type 2
2026-03-29 11:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b5b9d1b-92a3-584a-b221-92ab8a0de2da, identifier: EF12%20MJX
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698952837%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952837 not downloaded yet
2026-03-29 11:01:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f41f90>
2026-03-29 11:01:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FCK65JGO%252F699015657%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015657/600 saved to cache
2026-03-29 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN13%20VTE-GB>
2026-03-29 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO12%20SYJ-GB>
2026-03-29 11:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b5b9d1b-92a3-584a-b221-92ab8a0de2da with identifier: EF12%20MJX
2026-03-29 11:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b5b9d1b-92a3-584a-b221-92ab8a0de2da with identifier: EF12%20MJX
2026-03-29 11:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b5b9d1b-92a3-584a-b221-92ab8a0de2da with identifier: EF12%20MJX to the API
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF12%20MJX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b5b9d1b-92a3-584a-b221-92ab8a0de2da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF12 MJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF12%20MJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 201398,
 '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 MONDEO 2.2 TDCI 200 TITANIUM X SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 200 TITANIUM X SPORT',
 'vin': 'WF0EXXGBBECC14527',
 'year': 2012}
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF12%2520MJX%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [bca.uk] INFO: Saving data for EF12%20MJX: {'auction_closing_time': 1774864800.0, 'created_time': 1774621619.687769, 'last_price_update_time': 1774782091.024063}
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF12%2520MJX') HTTP/1.1" 204 0
2026-03-29 11:01:31 [bca.uk] INFO: Found listing with ID: HG12%20NLX
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG12%2520NLX%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [bca.uk] INFO: Scrape type for HG12%20NLX: 0
2026-03-29 11:01:31 [bca.uk] INFO: Found listing with ID: HK57%20KTP
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK57%2520KTP%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [bca.uk] INFO: Scrape type for HK57%20KTP: 1
2026-03-29 11:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d with identifier: HK57%20KTP
2026-03-29 11:01:31 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:31 [bca.uk] INFO: Found listing with ID: EJ60%20YKZ
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ60%2520YKZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [bca.uk] INFO: Scrape type for EJ60%20YKZ: 2
2026-03-29 11:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7d3ac46-3285-5425-aa76-b37d1bac59e8 with identifier: EJ60%20YKZ
2026-03-29 11:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7d3ac46-3285-5425-aa76-b37d1bac59e8 with scrape type 2
2026-03-29 11:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7d3ac46-3285-5425-aa76-b37d1bac59e8 with scrape type 2
2026-03-29 11:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7d3ac46-3285-5425-aa76-b37d1bac59e8, identifier: EJ60%20YKZ
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D698964839%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964839 not downloaded yet
2026-03-29 11:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7d3ac46-3285-5425-aa76-b37d1bac59e8 with identifier: EJ60%20YKZ
2026-03-29 11:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7d3ac46-3285-5425-aa76-b37d1bac59e8 with identifier: EJ60%20YKZ
2026-03-29 11:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7d3ac46-3285-5425-aa76-b37d1bac59e8 with identifier: EJ60%20YKZ to the API
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ60%20YKZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7d3ac46-3285-5425-aa76-b37d1bac59e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ60 YKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ60%20YKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 123274,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA 2.0 CDTI 160 SRI Hatchback',
 'transmission': 'automatic',
 'trim': 'CDTI 160 SRI',
 'vin': 'W0LGS6EM8B1081297',
 'year': 2010}
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ60%2520YKZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [bca.uk] INFO: Saving data for EJ60%20YKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774352866.5788, 'last_price_update_time': 1774782092.025436}
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ60%2520YKZ') HTTP/1.1" 204 0
2026-03-29 11:01:32 [bca.uk] INFO: Found listing with ID: HK65%20ZWD
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [bca.uk] INFO: Scrape type for HK65%20ZWD: 0
2026-03-29 11:01:32 [bca.uk] INFO: Found listing with ID: AJ62%20RFN
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ62%2520RFN%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [bca.uk] INFO: Scrape type for AJ62%20RFN: 1
2026-03-29 11:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b with identifier: AJ62%20RFN
2026-03-29 11:01:32 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:01:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0be3690>
2026-03-29 11:01:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FSA13RLX%252F699142719%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142719/600 saved to cache
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964758/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964777/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390036/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:01:32 [bca.uk] INFO: Found listing with ID: EX64%20WZC
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX64%2520WZC%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [bca.uk] INFO: Scrape type for EX64%20WZC: 2
2026-03-29 11:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aeec800-1221-557e-92be-0dcdc65b535b with identifier: EX64%20WZC
2026-03-29 11:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aeec800-1221-557e-92be-0dcdc65b535b with scrape type 2
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aeec800-1221-557e-92be-0dcdc65b535b with scrape type 2
2026-03-29 11:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6aeec800-1221-557e-92be-0dcdc65b535b, identifier: EX64%20WZC
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D698952856%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952856 not downloaded yet
2026-03-29 11:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6aeec800-1221-557e-92be-0dcdc65b535b with identifier: EX64%20WZC
2026-03-29 11:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6aeec800-1221-557e-92be-0dcdc65b535b with identifier: EX64%20WZC
2026-03-29 11:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6aeec800-1221-557e-92be-0dcdc65b535b with identifier: EX64%20WZC to the API
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:32 [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': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX64%20WZC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6aeec800-1221-557e-92be-0dcdc65b535b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX64 WZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX64%20WZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 147582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TFSI 225 QUATTRO S LINE+ TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 225 QUATTRO S LINE+ TIP',
 'vin': 'WAUZZZ8R5FA033080',
 'year': 2014}
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX64%2520WZC%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [bca.uk] INFO: Saving data for EX64%20WZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774004920.953323, 'last_price_update_time': 1774782092.719961}
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX64%2520WZC') HTTP/1.1" 204 0
2026-03-29 11:01:32 [bca.uk] INFO: Found listing with ID: YG24%20RGT
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG24%2520RGT%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [bca.uk] INFO: Scrape type for YG24%20RGT: 1
2026-03-29 11:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a3c629a-eba3-5fad-8262-e5eafbd8e814 with identifier: YG24%20RGT
2026-03-29 11:01:32 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:32 [bca.uk] INFO: Found listing with ID: FE60%20MFV
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE60%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [bca.uk] INFO: Scrape type for FE60%20MFV: 2
2026-03-29 11:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b30a610d-69ce-537f-8e78-51b8befead12 with identifier: FE60%20MFV
2026-03-29 11:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b30a610d-69ce-537f-8e78-51b8befead12 with scrape type 2
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b30a610d-69ce-537f-8e78-51b8befead12 with scrape type 2
2026-03-29 11:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b30a610d-69ce-537f-8e78-51b8befead12, identifier: FE60%20MFV
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D698964864%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964864 not downloaded yet
2026-03-29 11:01:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e215d0>
2026-03-29 11:01:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_expert_report_file_8cde8ba1-ef1a-46db-87a8-7448a846577b.pdf HTTP/1.1" 201 0
2026-03-29 11:01:32 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:01:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c87fd87b-bc97-5556-84c1-f9d4d0e5781a, skipping ID generation
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%26Reg%3DVO59ZFX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VO59ZFX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952818>
2026-03-29 11:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b30a610d-69ce-537f-8e78-51b8befead12 with identifier: FE60%20MFV
2026-03-29 11:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b30a610d-69ce-537f-8e78-51b8befead12 with identifier: FE60%20MFV
2026-03-29 11:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b30a610d-69ce-537f-8e78-51b8befead12 with identifier: FE60%20MFV to the API
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:33 [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': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE60%20MFV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b30a610d-69ce-537f-8e78-51b8befead12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE60 MFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE60%20MFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 98236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.8 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TITANIUM',
 'vin': 'WF0PXXGCDPAP66909',
 'year': 2010}
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE60%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [bca.uk] INFO: Saving data for FE60%20MFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774391134.839963, 'last_price_update_time': 1774782093.271796}
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE60%2520MFV') HTTP/1.1" 204 0
2026-03-29 11:01:33 [bca.uk] INFO: Found listing with ID: LD75%20AOL
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD75%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [bca.uk] INFO: Scrape type for LD75%20AOL: 1
2026-03-29 11:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aca6682-fa58-52cc-840c-66e66c4e62d0 with identifier: LD75%20AOL
2026-03-29 11:01:33 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT11%20CZG-GB>
2026-03-29 11:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390022/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:01:33 [bca.uk] INFO: Found listing with ID: FV61%20WSU
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV61%2520WSU%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [bca.uk] INFO: Scrape type for FV61%20WSU: 2
2026-03-29 11:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18b1ae39-5e08-5eae-b6d5-20322e55159a with identifier: FV61%20WSU
2026-03-29 11:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18b1ae39-5e08-5eae-b6d5-20322e55159a with scrape type 2
2026-03-29 11:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18b1ae39-5e08-5eae-b6d5-20322e55159a with scrape type 2
2026-03-29 11:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18b1ae39-5e08-5eae-b6d5-20322e55159a, identifier: FV61%20WSU
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699146685%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146685 not downloaded yet
2026-03-29 11:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952799/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18b1ae39-5e08-5eae-b6d5-20322e55159a with identifier: FV61%20WSU
2026-03-29 11:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18b1ae39-5e08-5eae-b6d5-20322e55159a with identifier: FV61%20WSU
2026-03-29 11:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18b1ae39-5e08-5eae-b6d5-20322e55159a with identifier: FV61%20WSU to the API
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:33 [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': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV61%20WSU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18b1ae39-5e08-5eae-b6d5-20322e55159a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV61 WSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV61%20WSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLVO',
 'model': 'V70',
 'odometer': 154557,
 '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': 'VOLVO V70 2.0 D3 163 SE LUX G/T S/S Estate',
 'transmission': 'manual',
 'trim': 'D3 163 SE LUX G/T S/S',
 'vin': 'YV1BW88A0C1225738',
 'year': 2012}
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV61%2520WSU%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [bca.uk] INFO: Saving data for FV61%20WSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774275448.712814, 'last_price_update_time': 1774782093.841645}
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV61%2520WSU') HTTP/1.1" 204 0
2026-03-29 11:01:33 [bca.uk] INFO: Found listing with ID: BP17%20UCL
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP17%2520UCL%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [bca.uk] INFO: Scrape type for BP17%20UCL: 2
2026-03-29 11:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f80ef74f-14cb-59bb-9d76-3ddf4aa2456a with identifier: BP17%20UCL
2026-03-29 11:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f80ef74f-14cb-59bb-9d76-3ddf4aa2456a with scrape type 2
2026-03-29 11:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f80ef74f-14cb-59bb-9d76-3ddf4aa2456a with scrape type 2
2026-03-29 11:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f80ef74f-14cb-59bb-9d76-3ddf4aa2456a, identifier: BP17%20UCL
2026-03-29 11:01:33 [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-29 11:01:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f41790>
2026-03-29 11:01:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGN08YVR%252F698964758%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964758/600 saved to cache
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9e910>
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGN08YVR%252F698964777%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964777/600 saved to cache
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:01:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:01: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-29 11:01: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-29 11:01:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f65a50>
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FAK58WFA%252F699390036%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390036/600 saved to cache
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9f350>
2026-03-29 11:01:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_expert_report_file_b729d52d-ae11-45e6-a62b-db3fe247114e.pdf HTTP/1.1" 201 0
2026-03-29 11:01:34 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:01:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b045598-529a-5f70-942e-c03d7716292c, skipping ID generation
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%26Reg%3DLT15ODK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT15ODK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:34 [bca.uk] INFO: Found listing with ID: AP65%20MYK
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520MYK%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [bca.uk] INFO: Scrape type for AP65%20MYK: 2
2026-03-29 11:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3efdcc45-f3c3-582f-be1c-07e76c171ce2 with identifier: AP65%20MYK
2026-03-29 11:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3efdcc45-f3c3-582f-be1c-07e76c171ce2 with scrape type 2
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3efdcc45-f3c3-582f-be1c-07e76c171ce2 with scrape type 2
2026-03-29 11:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3efdcc45-f3c3-582f-be1c-07e76c171ce2, identifier: AP65%20MYK
2026-03-29 11:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f80ef74f-14cb-59bb-9d76-3ddf4aa2456a with identifier: BP17%20UCL
2026-03-29 11:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f80ef74f-14cb-59bb-9d76-3ddf4aa2456a with identifier: BP17%20UCL
2026-03-29 11:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f80ef74f-14cb-59bb-9d76-3ddf4aa2456a with identifier: BP17%20UCL to the API
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:34 [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': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP17%20UCL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f80ef74f-14cb-59bb-9d76-3ddf4aa2456a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP17 UCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP17%20UCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 60594,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 141 2WD SE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI B/D 141 2WD SE DCT',
 'vin': 'TMAJ3815VJJ454602',
 'year': 2017}
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP17%2520UCL%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [bca.uk] INFO: Saving data for BP17%20UCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774044406.282549, 'last_price_update_time': 1774782094.741949}
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP17%2520UCL') HTTP/1.1" 204 0
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%3D699146689%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146689 not downloaded yet
2026-03-29 11:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3efdcc45-f3c3-582f-be1c-07e76c171ce2 with identifier: AP65%20MYK
2026-03-29 11:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3efdcc45-f3c3-582f-be1c-07e76c171ce2 with identifier: AP65%20MYK
2026-03-29 11:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3efdcc45-f3c3-582f-be1c-07e76c171ce2 with identifier: AP65%20MYK to the API
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:35 [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=AP65%20MYK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3efdcc45-f3c3-582f-be1c-07e76c171ce2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP65 MYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP65%20MYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 55343,
 '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': 'WAUZZZ8X2GB055905',
 'year': 2016}
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520MYK%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [bca.uk] INFO: Saving data for AP65%20MYK: {'auction_closing_time': 1774864800.0, 'created_time': 1774303495.115811, 'last_price_update_time': 1774782095.232039}
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP65%2520MYK') HTTP/1.1" 204 0
2026-03-29 11:01:35 [bca.uk] INFO: Found listing with ID: DV15%20DSO
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV15%2520DSO%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [bca.uk] INFO: Scrape type for DV15%20DSO: 2
2026-03-29 11:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d084db0-7c5e-5d59-829b-7f734d66dc11 with identifier: DV15%20DSO
2026-03-29 11:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d084db0-7c5e-5d59-829b-7f734d66dc11 with scrape type 2
2026-03-29 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d084db0-7c5e-5d59-829b-7f734d66dc11 with scrape type 2
2026-03-29 11:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d084db0-7c5e-5d59-829b-7f734d66dc11, identifier: DV15%20DSO
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975632%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975632 not downloaded yet
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec7c90>
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_expert_report_file_84f5fc44-cb7f-4b5b-8162-dacbb15e4238.pdf HTTP/1.1" 201 0
2026-03-29 11:01:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:01:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3, skipping ID generation
2026-03-29 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRE62UHU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RE62UHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:01:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:01: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-29 11:01: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-29 11:01:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c8ca90>
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FAK58WFA%252F699390022%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390022/600 saved to cache
2026-03-29 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952837/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952837>
2026-03-29 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK57%20KTP-GB>
2026-03-29 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964839/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964839>
2026-03-29 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY59%20BWK-GB>
2026-03-29 11:01:35 [bca.uk] INFO: Found listing with ID: KW18%20YBL
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520YBL%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [bca.uk] INFO: Scrape type for KW18%20YBL: 2
2026-03-29 11:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61385c1c-ab3a-55c3-adeb-0d9e059302ad with identifier: KW18%20YBL
2026-03-29 11:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61385c1c-ab3a-55c3-adeb-0d9e059302ad with scrape type 2
2026-03-29 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61385c1c-ab3a-55c3-adeb-0d9e059302ad with scrape type 2
2026-03-29 11:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61385c1c-ab3a-55c3-adeb-0d9e059302ad, identifier: KW18%20YBL
2026-03-29 11:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d084db0-7c5e-5d59-829b-7f734d66dc11 with identifier: DV15%20DSO
2026-03-29 11:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d084db0-7c5e-5d59-829b-7f734d66dc11 with identifier: DV15%20DSO
2026-03-29 11:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d084db0-7c5e-5d59-829b-7f734d66dc11 with identifier: DV15%20DSO to the API
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 295,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV15%20DSO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0d084db0-7c5e-5d59-829b-7f734d66dc11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV15 DSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV15%20DSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'G350',
 'odometer': 92903,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ G350 3.0 CDI B/TEC 211 TIP StationWagon',
 'transmission': 'manual',
 'trim': 'CDI B/TEC 211 TIP',
 'vin': 'WDB4633462X236050',
 'year': 2015}
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV15%2520DSO%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [bca.uk] INFO: Saving data for DV15%20DSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774364715.188819, 'last_price_update_time': 1774782096.045277}
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV15%2520DSO') HTTP/1.1" 204 0
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146692%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146692 not downloaded yet
2026-03-29 11:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61385c1c-ab3a-55c3-adeb-0d9e059302ad with identifier: KW18%20YBL
2026-03-29 11:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61385c1c-ab3a-55c3-adeb-0d9e059302ad with identifier: KW18%20YBL
2026-03-29 11:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61385c1c-ab3a-55c3-adeb-0d9e059302ad with identifier: KW18%20YBL to the API
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:36 [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=KW18%20YBL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61385c1c-ab3a-55c3-adeb-0d9e059302ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW18 YBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW18%20YBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 78306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ACTIVE',
 'vin': 'VF3MRHNYHJS185510',
 'year': 2018}
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520YBL%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [bca.uk] INFO: Saving data for KW18%20YBL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477761.767994, 'last_price_update_time': 1774782096.415141}
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520YBL') HTTP/1.1" 204 0
2026-03-29 11:01:36 [bca.uk] INFO: Found listing with ID: KV66%20KTA
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [bca.uk] INFO: Scrape type for KV66%20KTA: 2
2026-03-29 11:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 135b9826-dc25-5cd6-b978-bfe14afc6872 with identifier: KV66%20KTA
2026-03-29 11:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 135b9826-dc25-5cd6-b978-bfe14afc6872 with scrape type 2
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 135b9826-dc25-5cd6-b978-bfe14afc6872 with scrape type 2
2026-03-29 11:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 135b9826-dc25-5cd6-b978-bfe14afc6872, identifier: KV66%20KTA
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975643%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975643 not downloaded yet
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146184%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146184 not downloaded yet
2026-03-29 11:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b06b50>
2026-03-29 11:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_expert_report_file_c130d4e2-4046-4c12-a54f-646e3f3d524f.pdf HTTP/1.1" 201 0
2026-03-29 11:01:36 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:01:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc, skipping ID generation
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAO63VKT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO63VKT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba0710>
2026-03-29 11:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGN08YVR%252F698952799%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952799/600 saved to cache
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:36 [bca.uk] INFO: Total items found: 100
2026-03-29 11:01:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded
2026-03-29 11:01:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:01:36 [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-29 11:01:36 [bca.uk] INFO: Found listing with ID: FN61%20BWH
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520BWH%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [bca.uk] INFO: Scrape type for FN61%20BWH: 2
2026-03-29 11:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 101ef61b-d468-5436-b36c-5f2210ef4bc9 with identifier: FN61%20BWH
2026-03-29 11:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 101ef61b-d468-5436-b36c-5f2210ef4bc9 with scrape type 2
2026-03-29 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 101ef61b-d468-5436-b36c-5f2210ef4bc9 with scrape type 2
2026-03-29 11:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 101ef61b-d468-5436-b36c-5f2210ef4bc9, identifier: FN61%20BWH
2026-03-29 11:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 135b9826-dc25-5cd6-b978-bfe14afc6872 with identifier: KV66%20KTA
2026-03-29 11:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 135b9826-dc25-5cd6-b978-bfe14afc6872 with identifier: KV66%20KTA
2026-03-29 11:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 135b9826-dc25-5cd6-b978-bfe14afc6872 with identifier: KV66%20KTA to the API
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV66%20KTA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '135b9826-dc25-5cd6-b978-bfe14afc6872',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV66 KTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV66%20KTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E350 D',
 'odometer': 75873,
 '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 E350 D 3.0 AMG LINE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2130332A121451',
 'year': 2016}
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [bca.uk] INFO: Saving data for KV66%20KTA: {'auction_closing_time': 1774864800.0, 'created_time': 1774650347.170411, 'last_price_update_time': 1774782097.251918}
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV66%2520KTA') HTTP/1.1" 204 0
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146698%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146698 not downloaded yet
2026-03-29 11:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952856/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952856>
2026-03-29 11:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146681/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VO59ZFX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD75%20AOL-GB>
2026-03-29 11:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 101ef61b-d468-5436-b36c-5f2210ef4bc9 with identifier: FN61%20BWH
2026-03-29 11:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 101ef61b-d468-5436-b36c-5f2210ef4bc9 with identifier: FN61%20BWH
2026-03-29 11:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 101ef61b-d468-5436-b36c-5f2210ef4bc9 with identifier: FN61%20BWH to the API
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:37 [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': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN61%20BWH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '101ef61b-d468-5436-b36c-5f2210ef4bc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN61 BWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN61%20BWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'C3 PICASSO',
 'odometer': 107081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 PICASSO 1.6 VTI EXCLUSIVE EGS6 MPV',
 'transmission': 'automatic',
 'trim': 'VTI EXCLUSIVE EGS6',
 'vin': 'VF7SH5FS8BT565320',
 'year': 2012}
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520BWH%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [bca.uk] INFO: Saving data for FN61%20BWH: {'auction_closing_time': 1774864800.0, 'created_time': 1774505309.670796, 'last_price_update_time': 1774782097.669281}
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN61%2520BWH') HTTP/1.1" 204 0
2026-03-29 11:01:37 [bca.uk] INFO: Found listing with ID: YB64%20PVZ
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520PVZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [bca.uk] INFO: Scrape type for YB64%20PVZ: 2
2026-03-29 11:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f10156bc-2c03-54a8-9947-79e8992afd9b with identifier: YB64%20PVZ
2026-03-29 11:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f10156bc-2c03-54a8-9947-79e8992afd9b with scrape type 2
2026-03-29 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f10156bc-2c03-54a8-9947-79e8992afd9b with scrape type 2
2026-03-29 11:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f10156bc-2c03-54a8-9947-79e8992afd9b, identifier: YB64%20PVZ
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975660%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975660 not downloaded yet
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146190%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146190 not downloaded yet
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964444%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964444 not downloaded yet
2026-03-29 11:01:37 [bca.uk] INFO: Found listing with ID: MA60%20UTM
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA60%2520UTM%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [bca.uk] INFO: Scrape type for MA60%20UTM: 2
2026-03-29 11:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92db9c54-9758-5bb0-9d12-39c5c0295419 with identifier: MA60%20UTM
2026-03-29 11:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92db9c54-9758-5bb0-9d12-39c5c0295419 with scrape type 2
2026-03-29 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92db9c54-9758-5bb0-9d12-39c5c0295419 with scrape type 2
2026-03-29 11:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92db9c54-9758-5bb0-9d12-39c5c0295419, identifier: MA60%20UTM
2026-03-29 11:01:37 [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-29 11:01:37 [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-29 11:01:37 [bca.uk] INFO: Found listing with ID: BJ07%20HHO
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520HHO%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [bca.uk] INFO: Scrape type for BJ07%20HHO: 0
2026-03-29 11:01:37 [bca.uk] INFO: Found listing with ID: SH13%20PNF
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH13%2520PNF%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for SH13%20PNF: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: WF63%20UPT
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520UPT%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for WF63%20UPT: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: WJ62%20BLV
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ62%2520BLV%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for WJ62%20BLV: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: WJ63%20NXK
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520NXK%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for WJ63%20NXK: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: WK54%20WFB
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK54%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for WK54%20WFB: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: WK58%20SYT
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK58%2520SYT%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for WK58%20SYT: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: WV09%20BNK
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV09%2520BNK%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for WV09%20BNK: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: YE09%20XVV
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE09%2520XVV%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for YE09%20XVV: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: FH12%20SXS
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH12%2520SXS%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for FH12%20SXS: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: HG13%20LZF
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG13%2520LZF%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for HG13%20LZF: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: HK57%20YCH
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK57%2520YCH%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for HK57%20YCH: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: HV64%20ZMX
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV64%2520ZMX%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for HV64%20ZMX: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: LR14%20NKS
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR14%2520NKS%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for LR14%20NKS: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: LT61%20FNW
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT61%2520FNW%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for LT61%20FNW: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: LX15%20SYU
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX15%2520SYU%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for LX15%20SYU: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: MF58%20FJO
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF58%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for MF58%20FJO: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: NJ11%20XCC
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ11%2520XCC%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for NJ11%20XCC: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: NX59%20VNB
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX59%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for NX59%20VNB: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: OFZ%205008
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OFZ%25205008%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for OFZ%205008: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: OW53%20UMO
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW53%2520UMO%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for OW53%20UMO: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: RJ11%20YBG
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520YBG%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for RJ11%20YBG: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: RV11%20NYX
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520NYX%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for RV11%20NYX: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: CV56%20YXN
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV56%2520YXN%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for CV56%20YXN: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: DG11%20EGJ
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG11%2520EGJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for DG11%20EGJ: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: FE09%20EOA
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE09%2520EOA%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for FE09%20EOA: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: FG12%20CXF
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520CXF%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for FG12%20CXF: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: WV68%20XXZ
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV68%2520XXZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for WV68%20XXZ: 0
2026-03-29 11:01:38 [bca.uk] INFO: Found listing with ID: BD64%20HBE
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Scrape type for BD64%20HBE: 2
2026-03-29 11:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 218dfeaf-bfc4-5fd0-9a99-822206630577 with identifier: BD64%20HBE
2026-03-29 11:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 218dfeaf-bfc4-5fd0-9a99-822206630577 with scrape type 2
2026-03-29 11:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 218dfeaf-bfc4-5fd0-9a99-822206630577 with scrape type 2
2026-03-29 11:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 218dfeaf-bfc4-5fd0-9a99-822206630577, identifier: BD64%20HBE
2026-03-29 11:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f10156bc-2c03-54a8-9947-79e8992afd9b with identifier: YB64%20PVZ
2026-03-29 11:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f10156bc-2c03-54a8-9947-79e8992afd9b with identifier: YB64%20PVZ
2026-03-29 11:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f10156bc-2c03-54a8-9947-79e8992afd9b with identifier: YB64%20PVZ to the API
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB64%20PVZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f10156bc-2c03-54a8-9947-79e8992afd9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB64 PVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB64%20PVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 95950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 AUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2KE0FA608382',
 'year': 2015}
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520PVZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [bca.uk] INFO: Saving data for YB64%20PVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650359.321137, 'last_price_update_time': 1774782098.921443}
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB64%2520PVZ') HTTP/1.1" 204 0
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146702%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146702 not downloaded yet
2026-03-29 11:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92db9c54-9758-5bb0-9d12-39c5c0295419 with identifier: MA60%20UTM
2026-03-29 11:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92db9c54-9758-5bb0-9d12-39c5c0295419 with identifier: MA60%20UTM
2026-03-29 11:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92db9c54-9758-5bb0-9d12-39c5c0295419 with identifier: MA60%20UTM to the API
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA60%20UTM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92db9c54-9758-5bb0-9d12-39c5c0295419',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA60 UTM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA60%20UTM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 125687,
 '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 S-MAX 2.0 TDCI 140 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 140 ZETEC',
 'vin': 'WF0SXXGBWSAR84973',
 'year': 2010}
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA60%2520UTM%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [bca.uk] INFO: Saving data for MA60%20UTM: {'auction_closing_time': 1774864800.0, 'created_time': 1774188524.902481, 'last_price_update_time': 1774782099.359901}
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA60%2520UTM') HTTP/1.1" 204 0
2026-03-29 11:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba3f90>
2026-03-29 11:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_expert_report_file_367aa252-da00-43e3-ab28-ac0e4cc29274.pdf HTTP/1.1" 201 0
2026-03-29 11:01:39 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:01:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70006479-f2d7-5499-b4e4-a1031008432b, skipping ID generation
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLO12SYJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LO12SYJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 218dfeaf-bfc4-5fd0-9a99-822206630577 with identifier: BD64%20HBE
2026-03-29 11:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 218dfeaf-bfc4-5fd0-9a99-822206630577 with identifier: BD64%20HBE
2026-03-29 11:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 218dfeaf-bfc4-5fd0-9a99-822206630577 with identifier: BD64%20HBE to the API
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:39 [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': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD64%20HBE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '218dfeaf-bfc4-5fd0-9a99-822206630577',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD64 HBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD64%20HBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 44379,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7055044',
 'year': 2014}
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [bca.uk] INFO: Saving data for BD64%20HBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774448294.501619, 'last_price_update_time': 1774782099.773774}
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD64%2520HBE') HTTP/1.1" 204 0
2026-03-29 11:01:39 [bca.uk] INFO: Found listing with ID: YH65%20MFP
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH65%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [bca.uk] INFO: Scrape type for YH65%20MFP: 0
2026-03-29 11:01:39 [bca.uk] INFO: Found listing with ID: HT10%20PCY
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT10%2520PCY%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [bca.uk] INFO: Scrape type for HT10%20PCY: 1
2026-03-29 11:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8c1d97a-305d-5753-a292-a2f2ec2ab1da with identifier: HT10%20PCY
2026-03-29 11:01:39 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975672%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975672 not downloaded yet
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146198%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146198 not downloaded yet
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964467%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964467 not downloaded yet
2026-03-29 11:01:39 [bca.uk] INFO: Found listing with ID: MA61%20RWZ
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA61%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [bca.uk] INFO: Scrape type for MA61%20RWZ: 1
2026-03-29 11:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7118cce7-034b-504e-b04c-992c03ee0859 with identifier: MA61%20RWZ
2026-03-29 11:01:39 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:39 [bca.uk] INFO: Found listing with ID: HK64%20KPR
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK64%2520KPR%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [bca.uk] INFO: Scrape type for HK64%20KPR: 2
2026-03-29 11:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e810d974-ecfc-5912-899e-c9f729881d9e with identifier: HK64%20KPR
2026-03-29 11:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e810d974-ecfc-5912-899e-c9f729881d9e with scrape type 2
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e810d974-ecfc-5912-899e-c9f729881d9e with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e810d974-ecfc-5912-899e-c9f729881d9e, identifier: HK64%20KPR
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146711%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146711 not downloaded yet
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980656%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980656 not downloaded yet
2026-03-29 11:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964839/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964864/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964864>
2026-03-29 11:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG24%20RGT-GB>
2026-03-29 11:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975620/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT15ODK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e810d974-ecfc-5912-899e-c9f729881d9e with identifier: HK64%20KPR
2026-03-29 11:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e810d974-ecfc-5912-899e-c9f729881d9e with identifier: HK64%20KPR
2026-03-29 11:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e810d974-ecfc-5912-899e-c9f729881d9e with identifier: HK64%20KPR to the API
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:40 [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=HK64%20KPR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e810d974-ecfc-5912-899e-c9f729881d9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK64 KPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK64%20KPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500',
 'odometer': 25730,
 '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': 'ZFA3120000J316638',
 'year': 2014}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK64%2520KPR%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Saving data for HK64%20KPR: {'auction_closing_time': 1774951200.0, 'created_time': 1774447547.044878, 'last_price_update_time': 1774782100.522143}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK64%2520KPR') HTTP/1.1" 204 0
2026-03-29 11:01:40 [bca.uk] INFO: Found listing with ID: RA66%20OVT
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520OVT%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Scrape type for RA66%20OVT: 1
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 990d690a-6a40-56ba-b88f-cd3641f952d0 with identifier: RA66%20OVT
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975688%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975688 not downloaded yet
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146203%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146203 not downloaded yet
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964500%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964500 not downloaded yet
2026-03-29 11:01:40 [bca.uk] INFO: Found listing with ID: MF12%20NUV
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520NUV%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Scrape type for MF12%20NUV: 1
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be8ba7be-cbd1-5193-b22e-7d19f801ab62 with identifier: MF12%20NUV
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac2950>
2026-03-29 11:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_expert_report_file_0d5d8303-a67f-4d4f-81eb-aaa9a48c09fb.pdf HTTP/1.1" 201 0
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89abed54-0c9b-5bc0-b06b-b73405d71d9c, skipping ID generation
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFN13VTE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FN13VTE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05b0b50>
2026-03-29 11:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGN08YVR%252F698952818%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952818/600 saved to cache
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:40 [bca.uk] INFO: Found listing with ID: MA16%20WKP
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520WKP%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Scrape type for MA16%20WKP: 1
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d19fce50-d697-5461-9259-648ff1251e0d with identifier: MA16%20WKP
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146719%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146719 not downloaded yet
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980682%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980682 not downloaded yet
2026-03-29 11:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:40 [bca.uk] INFO: Found listing with ID: FN64%20MFZ
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520MFZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Scrape type for FN64%20MFZ: 0
2026-03-29 11:01:40 [bca.uk] INFO: Found listing with ID: KN15%20KNH
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520KNH%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Scrape type for KN15%20KNH: 0
2026-03-29 11:01:40 [bca.uk] INFO: Found listing with ID: SA68%20XMR
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA68%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Scrape type for SA68%20XMR: 0
2026-03-29 11:01:40 [bca.uk] INFO: Found listing with ID: MV68%20YPF
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520YPF%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [bca.uk] INFO: Scrape type for MV68%20YPF: 2
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72e7be19-2b5a-5a08-980e-727fdce0717e with identifier: MV68%20YPF
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72e7be19-2b5a-5a08-980e-727fdce0717e with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72e7be19-2b5a-5a08-980e-727fdce0717e with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72e7be19-2b5a-5a08-980e-727fdce0717e, identifier: MV68%20YPF
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975722%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975722 not downloaded yet
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146209%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146209 not downloaded yet
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964528%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964528 not downloaded yet
2026-03-29 11:01:41 [bca.uk] INFO: Found listing with ID: ML08%20UCY
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML08%2520UCY%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [bca.uk] INFO: Scrape type for ML08%20UCY: 2
2026-03-29 11:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b with identifier: ML08%20UCY
2026-03-29 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b, identifier: ML08%20UCY
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143649%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143649 not downloaded yet
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05b2b90>
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_expert_report_file_e0d5ce47-bce5-4d6c-a290-2d40371a5fc7.pdf HTTP/1.1" 201 0
2026-03-29 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be36bd20-c1cb-52fc-9931-16687bc65591, skipping ID generation
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNL61SUX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NL61SUX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0be0a50>
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_expert_report_file_c3c48b7b-8240-43ee-a2c9-2783f0583ec5.pdf HTTP/1.1" 201 0
2026-03-29 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40, skipping ID generation
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLT11CZG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT11CZG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146681/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146689/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146689>
2026-03-29 11:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952856/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:41 [bca.uk] INFO: Found listing with ID: WF61%20JZG
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520JZG%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [bca.uk] INFO: Scrape type for WF61%20JZG: 2
2026-03-29 11:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760 with identifier: WF61%20JZG
2026-03-29 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760 with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760 with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760, identifier: WF61%20JZG
2026-03-29 11:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72e7be19-2b5a-5a08-980e-727fdce0717e with identifier: MV68%20YPF
2026-03-29 11:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72e7be19-2b5a-5a08-980e-727fdce0717e with identifier: MV68%20YPF
2026-03-29 11:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72e7be19-2b5a-5a08-980e-727fdce0717e with identifier: MV68%20YPF to the API
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV68%20YPF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '72e7be19-2b5a-5a08-980e-727fdce0717e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV68 YPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV68%20YPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 40261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 ALLURE',
 'vin': 'VF3MCYHZJJS359837',
 'year': 2018}
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520YPF%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [bca.uk] INFO: Saving data for MV68%20YPF: {'auction_closing_time': 1774951200.0, 'created_time': 1774621830.952885, 'last_price_update_time': 1774782101.951596}
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV68%2520YPF') HTTP/1.1" 204 0
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146733%27 HTTP/1.1" 200 None
2026-03-29 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146733 not downloaded yet
2026-03-29 11:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b with identifier: ML08%20UCY
2026-03-29 11:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b with identifier: ML08%20UCY
2026-03-29 11:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b with identifier: ML08%20UCY to the API
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML08%20UCY-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fcd4a2b8-3f6b-5247-89ea-5368dbf62d1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML08 UCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML08%20UCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '407',
 'odometer': 79336,
 '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': 'PEUGEOT 407 2.0 HDI 136 SE Saloon',
 'transmission': 'manual',
 'trim': 'HDI 136 SE',
 'vin': 'VF36DRHRH21718721',
 'year': 2008}
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML08%2520UCY%27 HTTP/1.1" 200 None
2026-03-29 11:01:42 [bca.uk] INFO: Saving data for ML08%20UCY: {'auction_closing_time': 1774864800.0, 'created_time': 1773931119.499856, 'last_price_update_time': 1774782102.501357}
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML08%2520UCY') HTTP/1.1" 204 0
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980723%27 HTTP/1.1" 200 None
2026-03-29 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980723 not downloaded yet
2026-03-29 11:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952837/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760 with identifier: WF61%20JZG
2026-03-29 11:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760 with identifier: WF61%20JZG
2026-03-29 11:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760 with identifier: WF61%20JZG to the API
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:43 [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=WF61%20JZG-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b4d4fa4a-e32f-5ebd-aa0f-d66eb9704760',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF61 JZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF61%20JZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'CARAVELLE',
 'odometer': 37763,
 '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 CARAVELLE 2.0 TDI 140 EXECUTIVE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 140 EXECUTIVE DSG',
 'vin': 'WV2ZZZ7HZBH101403',
 'year': 2012}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520JZG%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [bca.uk] INFO: Saving data for WF61%20JZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774304337.795319, 'last_price_update_time': 1774782103.042071}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF61%2520JZG') HTTP/1.1" 204 0
2026-03-29 11:01:43 [bca.uk] INFO: Found listing with ID: FV64%20AUX
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [bca.uk] INFO: Scrape type for FV64%20AUX: 0
2026-03-29 11:01:43 [bca.uk] INFO: Found listing with ID: GY64%20VCN
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520VCN%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [bca.uk] INFO: Scrape type for GY64%20VCN: 0
2026-03-29 11:01:43 [bca.uk] INFO: Found listing with ID: FXZ%209529
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FXZ%25209529%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [bca.uk] INFO: Scrape type for FXZ%209529: 1
2026-03-29 11:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f265c975-85e9-541c-9946-5ef66e062080 with identifier: FXZ%209529
2026-03-29 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975746%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975746 not downloaded yet
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146222%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146222 not downloaded yet
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964551%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964551 not downloaded yet
2026-03-29 11:01:43 [bca.uk] INFO: Found listing with ID: MT12%20ZNR
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT12%2520ZNR%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [bca.uk] INFO: Scrape type for MT12%20ZNR: 2
2026-03-29 11:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd87a17-2c20-55a1-b855-24db2d0697bb with identifier: MT12%20ZNR
2026-03-29 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd87a17-2c20-55a1-b855-24db2d0697bb with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd87a17-2c20-55a1-b855-24db2d0697bb with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cd87a17-2c20-55a1-b855-24db2d0697bb, identifier: MT12%20ZNR
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143658%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143658 not downloaded yet
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145855%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145855 not downloaded yet
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946676%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946676 not downloaded yet
2026-03-29 11:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146698/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146698>
2026-03-29 11:01:43 [bca.uk] INFO: Found listing with ID: VK67%20KFZ
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520KFZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [bca.uk] INFO: Scrape type for VK67%20KFZ: 2
2026-03-29 11:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4994300-e7fd-5519-86aa-f7165e4f9433 with identifier: VK67%20KFZ
2026-03-29 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4994300-e7fd-5519-86aa-f7165e4f9433 with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4994300-e7fd-5519-86aa-f7165e4f9433 with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4994300-e7fd-5519-86aa-f7165e4f9433, identifier: VK67%20KFZ
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146747%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146747 not downloaded yet
2026-03-29 11:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cd87a17-2c20-55a1-b855-24db2d0697bb with identifier: MT12%20ZNR
2026-03-29 11:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cd87a17-2c20-55a1-b855-24db2d0697bb with identifier: MT12%20ZNR
2026-03-29 11:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cd87a17-2c20-55a1-b855-24db2d0697bb with identifier: MT12%20ZNR to the API
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT12%20ZNR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4cd87a17-2c20-55a1-b855-24db2d0697bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT12 ZNR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT12%20ZNR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 127740,
 '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 CORSA 1.2 VVT ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT ACTIVE',
 'vin': 'W0L0SDL68C4230663',
 'year': 2012}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT12%2520ZNR%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [bca.uk] INFO: Saving data for MT12%20ZNR: {'auction_closing_time': 1774864800.0, 'created_time': 1774564788.979651, 'last_price_update_time': 1774782103.884492}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT12%2520ZNR') HTTP/1.1" 204 0
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980753%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980753 not downloaded yet
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0560f10>
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FGN08YVR%252F698964839%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964839/600 saved to cache
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c043d050>
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_expert_report_file_6b4ab808-058a-4725-b77e-a9d5f7ce88b4.pdf HTTP/1.1" 201 0
2026-03-29 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:01:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 556f45d6-ae75-55be-9706-64f962b3c11b, skipping ID generation
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEK61WNP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK61WNP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4994300-e7fd-5519-86aa-f7165e4f9433 with identifier: VK67%20KFZ
2026-03-29 11:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4994300-e7fd-5519-86aa-f7165e4f9433 with identifier: VK67%20KFZ
2026-03-29 11:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4994300-e7fd-5519-86aa-f7165e4f9433 with identifier: VK67%20KFZ to the API
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:44 [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=VK67%20KFZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4994300-e7fd-5519-86aa-f7165e4f9433',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 KFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20KFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'MONDEO VIGNALE',
 'odometer': 65556,
 '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 MONDEO VIGNALE 2.0 E/B 240 Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 240',
 'vin': 'WF0EXXWPCEHC13637',
 'year': 2017}
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520KFZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [bca.uk] INFO: Saving data for VK67%20KFZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774504975.052193, 'last_price_update_time': 1774782104.348974}
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520KFZ') HTTP/1.1" 204 0
2026-03-29 11:01:44 [bca.uk] INFO: Found listing with ID: YH09%20UFX
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH09%2520UFX%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [bca.uk] INFO: Scrape type for YH09%20UFX: 2
2026-03-29 11:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71a0aded-8934-5ca8-9fa6-fab177e516b2 with identifier: YH09%20UFX
2026-03-29 11:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71a0aded-8934-5ca8-9fa6-fab177e516b2 with scrape type 2
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71a0aded-8934-5ca8-9fa6-fab177e516b2 with scrape type 2
2026-03-29 11:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71a0aded-8934-5ca8-9fa6-fab177e516b2, identifier: YH09%20UFX
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975765%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975765 not downloaded yet
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146236%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146236 not downloaded yet
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964577%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964577 not downloaded yet
2026-03-29 11:01:44 [bca.uk] INFO: Found listing with ID: MT60%20JXW
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT60%2520JXW%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [bca.uk] INFO: Scrape type for MT60%20JXW: 1
2026-03-29 11:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f with identifier: MT60%20JXW
2026-03-29 11:01:44 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143670%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143670 not downloaded yet
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145862%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145862 not downloaded yet
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946687%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946687 not downloaded yet
2026-03-29 11:01:44 [bca.uk] INFO: Found listing with ID: VX67%20UYY
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520UYY%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [bca.uk] INFO: Scrape type for VX67%20UYY: 0
2026-03-29 11:01:44 [bca.uk] INFO: Found listing with ID: BW15%20UPM
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520UPM%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [bca.uk] INFO: Scrape type for BW15%20UPM: 0
2026-03-29 11:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71a0aded-8934-5ca8-9fa6-fab177e516b2 with identifier: YH09%20UFX
2026-03-29 11:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71a0aded-8934-5ca8-9fa6-fab177e516b2 with identifier: YH09%20UFX
2026-03-29 11:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71a0aded-8934-5ca8-9fa6-fab177e516b2 with identifier: YH09%20UFX to the API
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH09%20UFX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71a0aded-8934-5ca8-9fa6-fab177e516b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH09 UFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH09%20UFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 126334,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TITANIUM',
 'vin': 'WF0JXXWPJJ9P08559',
 'year': 2009}
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH09%2520UFX%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [bca.uk] INFO: Saving data for YH09%20UFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563827.555778, 'last_price_update_time': 1774782104.997383}
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH09%2520UFX') HTTP/1.1" 204 0
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980774%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980774 not downloaded yet
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975360%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975360 not downloaded yet
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c045b410>
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FVO59ZFX%252F699146681%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146681/600 saved to cache
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20d05d0>
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FGN08YVR%252F698952856%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952856/600 saved to cache
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1a88390>
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FGN08YVR%252F698952837%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952837/600 saved to cache
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:45 [bca.uk] INFO: Found listing with ID: YK02%20UWL
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK02%2520UWL%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [bca.uk] INFO: Scrape type for YK02%20UWL: 2
2026-03-29 11:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be5adc70-4e02-56d5-b348-b5756f1d75fa with identifier: YK02%20UWL
2026-03-29 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be5adc70-4e02-56d5-b348-b5756f1d75fa with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be5adc70-4e02-56d5-b348-b5756f1d75fa with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be5adc70-4e02-56d5-b348-b5756f1d75fa, identifier: YK02%20UWL
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975785%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975785 not downloaded yet
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146249%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146249 not downloaded yet
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964602%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964602 not downloaded yet
2026-03-29 11:01:45 [bca.uk] INFO: Found listing with ID: MW61%20AJO
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW61%2520AJO%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [bca.uk] INFO: Scrape type for MW61%20AJO: 2
2026-03-29 11:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c1712c6-4719-5a46-b08d-d2f1c86c8159 with identifier: MW61%20AJO
2026-03-29 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c1712c6-4719-5a46-b08d-d2f1c86c8159 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c1712c6-4719-5a46-b08d-d2f1c86c8159 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c1712c6-4719-5a46-b08d-d2f1c86c8159, identifier: MW61%20AJO
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143680%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143680 not downloaded yet
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145866%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145866 not downloaded yet
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946708%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946708 not downloaded yet
2026-03-29 11:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be5adc70-4e02-56d5-b348-b5756f1d75fa with identifier: YK02%20UWL
2026-03-29 11:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be5adc70-4e02-56d5-b348-b5756f1d75fa with identifier: YK02%20UWL
2026-03-29 11:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be5adc70-4e02-56d5-b348-b5756f1d75fa with identifier: YK02%20UWL to the API
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK02%20UWL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be5adc70-4e02-56d5-b348-b5756f1d75fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK02 UWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK02%20UWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 91903,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 SE 16V (105) Hatchback',
 'transmission': 'manual',
 'trim': 'SE 16V (105)',
 'vin': 'WVWZZZ1JZ2P382360',
 'year': 2002}
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK02%2520UWL%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [bca.uk] INFO: Saving data for YK02%20UWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774650860.282931, 'last_price_update_time': 1774782105.869042}
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK02%2520UWL') HTTP/1.1" 204 0
2026-03-29 11:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c1712c6-4719-5a46-b08d-d2f1c86c8159 with identifier: MW61%20AJO
2026-03-29 11:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c1712c6-4719-5a46-b08d-d2f1c86c8159 with identifier: MW61%20AJO
2026-03-29 11:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c1712c6-4719-5a46-b08d-d2f1c86c8159 with identifier: MW61%20AJO to the API
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW61%20AJO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c1712c6-4719-5a46-b08d-d2f1c86c8159',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW61 AJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW61%20AJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 80583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXWPJJBP13414',
 'year': 2012}
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW61%2520AJO%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [bca.uk] INFO: Saving data for MW61%20AJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564790.976847, 'last_price_update_time': 1774782106.357098}
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW61%2520AJO') HTTP/1.1" 204 0
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980818%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980818 not downloaded yet
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975380%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975380 not downloaded yet
2026-03-29 11:01:46 [bca.uk] INFO: Found listing with ID: N300%20GRA
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N300%2520GRA%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [bca.uk] INFO: Scrape type for N300%20GRA: 2
2026-03-29 11:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49ed913a-d324-5ed1-950a-6ac953e3062f with identifier: N300%20GRA
2026-03-29 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49ed913a-d324-5ed1-950a-6ac953e3062f with scrape type 2
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49ed913a-d324-5ed1-950a-6ac953e3062f with scrape type 2
2026-03-29 11:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49ed913a-d324-5ed1-950a-6ac953e3062f, identifier: N300%20GRA
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146262%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146262 not downloaded yet
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964633%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964633 not downloaded yet
2026-03-29 11:01:46 [bca.uk] INFO: Found listing with ID: MW63%20EZT
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520EZT%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [bca.uk] INFO: Scrape type for MW63%20EZT: 1
2026-03-29 11:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae83530e-f8b3-5ce6-90a2-da656b1479a3 with identifier: MW63%20EZT
2026-03-29 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143691%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143691 not downloaded yet
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145871%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145871 not downloaded yet
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946723%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946723 not downloaded yet
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04a5dd0>
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_expert_report_file_f834538f-6468-429e-aacb-31fd0f279dac.pdf HTTP/1.1" 201 0
2026-03-29 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:01:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1aca6682-fa58-52cc-840c-66e66c4e62d0, skipping ID generation
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD75AOL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD75AOL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c049c790>
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_expert_report_file_209503c0-985c-4f89-970b-e654e210e206.pdf HTTP/1.1" 201 0
2026-03-29 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:01:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 135af172-e1b2-5b19-a9b8-7231b88b2460, skipping ID generation
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGY59BWK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY59BWK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1a894d0>
2026-03-29 11:01:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_expert_report_file_a5ff76dc-b56c-4d08-a31f-127f91340c82.pdf HTTP/1.1" 201 0
2026-03-29 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:01:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d, skipping ID generation
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHK57KTP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HK57KTP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49ed913a-d324-5ed1-950a-6ac953e3062f with identifier: N300%20GRA
2026-03-29 11:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49ed913a-d324-5ed1-950a-6ac953e3062f with identifier: N300%20GRA
2026-03-29 11:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49ed913a-d324-5ed1-950a-6ac953e3062f with identifier: N300%20GRA to the API
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N300%20GRA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '49ed913a-d324-5ed1-950a-6ac953e3062f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'N300 GRA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=N300%20GRA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'CLC 180K',
 'odometer': 110961,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLC 180K 1.8 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDB2037462E074002',
 'year': 2009}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N300%2520GRA%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [bca.uk] INFO: Saving data for N300%20GRA: {'auction_closing_time': 1774864800.0, 'created_time': 1774621280.762927, 'last_price_update_time': 1774782107.207727}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N300%2520GRA') HTTP/1.1" 204 0
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980851%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980851 not downloaded yet
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975400%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975400 not downloaded yet
2026-03-29 11:01:47 [bca.uk] INFO: Found listing with ID: YE13%20NRJ
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE13%2520NRJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [bca.uk] INFO: Scrape type for YE13%20NRJ: 0
2026-03-29 11:01:47 [bca.uk] INFO: Found listing with ID: OY11%20MFP
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY11%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [bca.uk] INFO: Scrape type for OY11%20MFP: 2
2026-03-29 11:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e69b578-6a1a-5652-a04d-cd84259940ae with identifier: OY11%20MFP
2026-03-29 11:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e69b578-6a1a-5652-a04d-cd84259940ae with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e69b578-6a1a-5652-a04d-cd84259940ae with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e69b578-6a1a-5652-a04d-cd84259940ae, identifier: OY11%20MFP
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964655%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964655 not downloaded yet
2026-03-29 11:01:47 [bca.uk] INFO: Found listing with ID: AJ11%20NFR
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ11%2520NFR%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [bca.uk] INFO: Scrape type for AJ11%20NFR: 2
2026-03-29 11:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277a389c-21ea-5589-982c-d31ca6c71e01 with identifier: AJ11%20NFR
2026-03-29 11:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277a389c-21ea-5589-982c-d31ca6c71e01 with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277a389c-21ea-5589-982c-d31ca6c71e01 with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 277a389c-21ea-5589-982c-d31ca6c71e01, identifier: AJ11%20NFR
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143700%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143700 not downloaded yet
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145880%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145880 not downloaded yet
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946746%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946746 not downloaded yet
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975634%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975634 not downloaded yet
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946662%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946662 not downloaded yet
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964460%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964460 not downloaded yet
2026-03-29 11:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e69b578-6a1a-5652-a04d-cd84259940ae with identifier: OY11%20MFP
2026-03-29 11:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e69b578-6a1a-5652-a04d-cd84259940ae with identifier: OY11%20MFP
2026-03-29 11:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e69b578-6a1a-5652-a04d-cd84259940ae with identifier: OY11%20MFP to the API
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY11%20MFP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8e69b578-6a1a-5652-a04d-cd84259940ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY11 MFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY11%20MFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'YETI',
 'odometer': 105852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'SKODA YETI 1.8 TSI 160 4X4 SE Estate',
 'transmission': 'manual',
 'trim': 'TSI 160 4X4 SE',
 'vin': 'TMBMB75L4B6041996',
 'year': 2011}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY11%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [bca.uk] INFO: Saving data for OY11%20MFP: {'auction_closing_time': 1774864800.0, 'created_time': 1774650868.70216, 'last_price_update_time': 1774782107.992567}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY11%2520MFP') HTTP/1.1" 204 0
2026-03-29 11:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 277a389c-21ea-5589-982c-d31ca6c71e01 with identifier: AJ11%20NFR
2026-03-29 11:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 277a389c-21ea-5589-982c-d31ca6c71e01 with identifier: AJ11%20NFR
2026-03-29 11:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 277a389c-21ea-5589-982c-d31ca6c71e01 with identifier: AJ11%20NFR to the API
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ11%20NFR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '277a389c-21ea-5589-982c-d31ca6c71e01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ11 NFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ11%20NFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 124946,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 HDI 112 EXCLUSIVE EGC MPV',
 'transmission': 'automatic',
 'trim': 'HDI 112 EXCLUSIVE EGC',
 'vin': 'VF30U9HR8BS170817',
 'year': 2011}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ11%2520NFR%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [bca.uk] INFO: Saving data for AJ11%20NFR: {'auction_closing_time': 1774864800.0, 'created_time': 1774650889.709828, 'last_price_update_time': 1774782108.347854}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ11%2520NFR') HTTP/1.1" 204 0
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980895%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980895 not downloaded yet
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975426%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975426 not downloaded yet
2026-03-29 11:01:48 [bca.uk] INFO: Found listing with ID: PE59%20GHB
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520GHB%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [bca.uk] INFO: Scrape type for PE59%20GHB: 2
2026-03-29 11:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bac4dc8e-0a0f-57bf-9704-784c55cde92f with identifier: PE59%20GHB
2026-03-29 11:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bac4dc8e-0a0f-57bf-9704-784c55cde92f with scrape type 2
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bac4dc8e-0a0f-57bf-9704-784c55cde92f with scrape type 2
2026-03-29 11:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bac4dc8e-0a0f-57bf-9704-784c55cde92f, identifier: PE59%20GHB
2026-03-29 11:01:48 [bca.uk] INFO: Found listing with ID: BJ59%20HKC
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ59%2520HKC%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [bca.uk] INFO: Scrape type for BJ59%20HKC: 1
2026-03-29 11:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47 with identifier: BJ59%20HKC
2026-03-29 11:01:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143712%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143712 not downloaded yet
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145887%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145887 not downloaded yet
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946776%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946776 not downloaded yet
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975648%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975648 not downloaded yet
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946671%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946671 not downloaded yet
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964480%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964480 not downloaded yet
2026-03-29 11:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975620/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146689/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:01:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980818>
2026-03-29 11:01:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946708/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946708>
2026-03-29 11:01:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975380/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975380>
2026-03-29 11:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964864/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146698/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bac4dc8e-0a0f-57bf-9704-784c55cde92f with identifier: PE59%20GHB
2026-03-29 11:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bac4dc8e-0a0f-57bf-9704-784c55cde92f with identifier: PE59%20GHB
2026-03-29 11:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bac4dc8e-0a0f-57bf-9704-784c55cde92f with identifier: PE59%20GHB to the API
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE59%20GHB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bac4dc8e-0a0f-57bf-9704-784c55cde92f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE59 GHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE59%20GHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 137318,
 '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': 'TOYOTA AURIS 1.3 DUAL VVTI TR Hatchback',
 'transmission': 'manual',
 'trim': 'DUAL VVTI TR',
 'vin': 'SB1KT56E20F009512',
 'year': 2009}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520GHB%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [bca.uk] INFO: Saving data for PE59%20GHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563826.435194, 'last_price_update_time': 1774782108.941455}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE59%2520GHB') HTTP/1.1" 204 0
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698980930%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980930 not downloaded yet
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975451%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975451 not downloaded yet
2026-03-29 11:01:48 [bca.uk] INFO: Found listing with ID: PJ60%20OUY
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ60%2520OUY%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [bca.uk] INFO: Scrape type for PJ60%20OUY: 0
2026-03-29 11:01:49 [bca.uk] INFO: Found listing with ID: PX16%20OFH
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX16%2520OFH%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [bca.uk] INFO: Scrape type for PX16%20OFH: 0
2026-03-29 11:01:49 [bca.uk] INFO: Found listing with ID: SW59%20GZN
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW59%2520GZN%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [bca.uk] INFO: Scrape type for SW59%20GZN: 2
2026-03-29 11:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 677fe21c-5f86-54a6-a7c1-572479bfcf9c with identifier: SW59%20GZN
2026-03-29 11:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677fe21c-5f86-54a6-a7c1-572479bfcf9c with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 677fe21c-5f86-54a6-a7c1-572479bfcf9c with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 677fe21c-5f86-54a6-a7c1-572479bfcf9c, identifier: SW59%20GZN
2026-03-29 11:01:49 [bca.uk] INFO: Found listing with ID: CE61%20YGC
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE61%2520YGC%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [bca.uk] INFO: Scrape type for CE61%20YGC: 2
2026-03-29 11:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebcb9d95-15a7-55d2-a0b9-3277b081b185 with identifier: CE61%20YGC
2026-03-29 11:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebcb9d95-15a7-55d2-a0b9-3277b081b185 with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebcb9d95-15a7-55d2-a0b9-3277b081b185 with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebcb9d95-15a7-55d2-a0b9-3277b081b185, identifier: CE61%20YGC
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143725%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143725 not downloaded yet
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145896%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145896 not downloaded yet
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946806%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946806 not downloaded yet
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975663%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975663 not downloaded yet
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946680%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946680 not downloaded yet
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964506%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964506 not downloaded yet
2026-03-29 11:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 677fe21c-5f86-54a6-a7c1-572479bfcf9c with identifier: SW59%20GZN
2026-03-29 11:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 677fe21c-5f86-54a6-a7c1-572479bfcf9c with identifier: SW59%20GZN
2026-03-29 11:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 677fe21c-5f86-54a6-a7c1-572479bfcf9c with identifier: SW59%20GZN to the API
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW59%20GZN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '677fe21c-5f86-54a6-a7c1-572479bfcf9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW59 GZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW59%20GZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 96802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.4  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWME32000TM67321',
 'year': 2010}
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW59%2520GZN%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [bca.uk] INFO: Saving data for SW59%20GZN: {'auction_closing_time': 1774864800.0, 'created_time': 1774622393.534613, 'last_price_update_time': 1774782109.722084}
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW59%2520GZN') HTTP/1.1" 204 0
2026-03-29 11:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebcb9d95-15a7-55d2-a0b9-3277b081b185 with identifier: CE61%20YGC
2026-03-29 11:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebcb9d95-15a7-55d2-a0b9-3277b081b185 with identifier: CE61%20YGC
2026-03-29 11:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebcb9d95-15a7-55d2-a0b9-3277b081b185 with identifier: CE61%20YGC to the API
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE61%20YGC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ebcb9d95-15a7-55d2-a0b9-3277b081b185',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE61 YGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE61%20YGC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 105744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 1 AIR Hatchback',
 'transmission': 'manual',
 'trim': '1 AIR',
 'vin': 'KNABE311LCT116425',
 'year': 2011}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE61%2520YGC%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [bca.uk] INFO: Saving data for CE61%20YGC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563222.330056, 'last_price_update_time': 1774782110.19375}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE61%2520YGC') HTTP/1.1" 204 0
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975478%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975478 not downloaded yet
2026-03-29 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975360/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975360>
2026-03-29 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980774/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980774>
2026-03-29 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146249/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146249>
2026-03-29 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145866/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145866>
2026-03-29 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964602/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964602>
2026-03-29 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975785/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975785>
2026-03-29 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143680/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143680>
2026-03-29 11:01:50 [bca.uk] INFO: Found listing with ID: VE14%20HHP
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [bca.uk] INFO: Scrape type for VE14%20HHP: 2
2026-03-29 11:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d7b7c2e-097c-5053-b937-3565d60b6118 with identifier: VE14%20HHP
2026-03-29 11:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d7b7c2e-097c-5053-b937-3565d60b6118 with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d7b7c2e-097c-5053-b937-3565d60b6118 with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d7b7c2e-097c-5053-b937-3565d60b6118, identifier: VE14%20HHP
2026-03-29 11:01:50 [bca.uk] INFO: Found listing with ID: ME74%20ZGH
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME74%2520ZGH%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [bca.uk] INFO: Scrape type for ME74%20ZGH: 1
2026-03-29 11:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728 with identifier: ME74%20ZGH
2026-03-29 11:01:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143745%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143745 not downloaded yet
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145909%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145909 not downloaded yet
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946835%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946835 not downloaded yet
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975679%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975679 not downloaded yet
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946695%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946695 not downloaded yet
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964541%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964541 not downloaded yet
2026-03-29 11:01:50 [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-29 11:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d7b7c2e-097c-5053-b937-3565d60b6118 with identifier: VE14%20HHP
2026-03-29 11:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d7b7c2e-097c-5053-b937-3565d60b6118 with identifier: VE14%20HHP
2026-03-29 11:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d7b7c2e-097c-5053-b937-3565d60b6118 with identifier: VE14%20HHP to the API
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE14%20HHP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9d7b7c2e-097c-5053-b937-3565d60b6118',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE14 HHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE14%20HHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 145490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'SJNFAAJ11U1132954',
 'year': 2014}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [bca.uk] INFO: Saving data for VE14%20HHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563824.383264, 'last_price_update_time': 1774782110.839454}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE14%2520HHP') HTTP/1.1" 204 0
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975503%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975503 not downloaded yet
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0579790>
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FLT15ODK%252F698975620%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975620/600 saved to cache
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9cc90>
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FVO59ZFX%252F699146689%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146689/600 saved to cache
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f66b90>
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FGN08YVR%252F698964864%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964864/600 saved to cache
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa1790>
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FVO59ZFX%252F699146698%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146698/600 saved to cache
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975380/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:01:51 [bca.uk] INFO: Found listing with ID: WU66%20PXJ
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520PXJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [bca.uk] INFO: Scrape type for WU66%20PXJ: 2
2026-03-29 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90a207e9-9b05-54c2-8787-1d1c910cae01 with identifier: WU66%20PXJ
2026-03-29 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90a207e9-9b05-54c2-8787-1d1c910cae01 with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90a207e9-9b05-54c2-8787-1d1c910cae01 with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90a207e9-9b05-54c2-8787-1d1c910cae01, identifier: WU66%20PXJ
2026-03-29 11:01:51 [bca.uk] INFO: Found listing with ID: PJ68%20AYD
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ68%2520AYD%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [bca.uk] INFO: Scrape type for PJ68%20AYD: 0
2026-03-29 11:01:51 [bca.uk] INFO: Found listing with ID: KE19%20ODG
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE19%2520ODG%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [bca.uk] INFO: Scrape type for KE19%20ODG: 1
2026-03-29 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd2935ad-b93a-50bd-b001-b3c41ad2495f with identifier: KE19%20ODG
2026-03-29 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145919%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145919 not downloaded yet
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946858%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946858 not downloaded yet
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975697%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975697 not downloaded yet
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946713%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946713 not downloaded yet
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964558%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964558 not downloaded yet
2026-03-29 11:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90a207e9-9b05-54c2-8787-1d1c910cae01 with identifier: WU66%20PXJ
2026-03-29 11:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90a207e9-9b05-54c2-8787-1d1c910cae01 with identifier: WU66%20PXJ
2026-03-29 11:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90a207e9-9b05-54c2-8787-1d1c910cae01 with identifier: WU66%20PXJ to the API
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU66%20PXJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90a207e9-9b05-54c2-8787-1d1c910cae01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU66 PXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU66%20PXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 146683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 180 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 180 TITANIUM',
 'vin': 'WF0KXXWPCKGK50881',
 'year': 2016}
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520PXJ%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [bca.uk] INFO: Saving data for WU66%20PXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650869.07401, 'last_price_update_time': 1774782111.710113}
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU66%2520PXJ') HTTP/1.1" 204 0
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975530%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975530 not downloaded yet
2026-03-29 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964460/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964460>
2026-03-29 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946662/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946662>
2026-03-29 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980895/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980895>
2026-03-29 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975451/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975451>
2026-03-29 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975426/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975426>
2026-03-29 11:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946708/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:01:51 [bca.uk] INFO: Found listing with ID: YH11%20CYZ
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520CYZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [bca.uk] INFO: Scrape type for YH11%20CYZ: 2
2026-03-29 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c666a089-6a08-51c0-a797-2f6817e0fa2b with identifier: YH11%20CYZ
2026-03-29 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c666a089-6a08-51c0-a797-2f6817e0fa2b with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c666a089-6a08-51c0-a797-2f6817e0fa2b with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c666a089-6a08-51c0-a797-2f6817e0fa2b, identifier: YH11%20CYZ
2026-03-29 11:01:51 [bca.uk] INFO: Found listing with ID: DF18%20UUA
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520UUA%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [bca.uk] INFO: Scrape type for DF18%20UUA: 1
2026-03-29 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83c566d9-43b7-52d7-9260-a17697898367 with identifier: DF18%20UUA
2026-03-29 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975723%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975723 not downloaded yet
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946736%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946736 not downloaded yet
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964591%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964591 not downloaded yet
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ada390>
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_expert_report_file_32467a23-20d8-4dd3-8a25-67b60aa6352d.pdf HTTP/1.1" 201 0
2026-03-29 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:01:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a3c629a-eba3-5fad-8262-e5eafbd8e814, skipping ID generation
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYG24RGT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG24RGT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:01:51 [bca.uk] INFO: Total items found: 100
2026-03-29 11:01:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded
2026-03-29 11:01:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:01:51 [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-29 11:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c666a089-6a08-51c0-a797-2f6817e0fa2b with identifier: YH11%20CYZ
2026-03-29 11:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c666a089-6a08-51c0-a797-2f6817e0fa2b with identifier: YH11%20CYZ
2026-03-29 11:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c666a089-6a08-51c0-a797-2f6817e0fa2b with identifier: YH11%20CYZ to the API
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:52 [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': 423,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH11%20CYZ-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c666a089-6a08-51c0-a797-2f6817e0fa2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH11 CYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH11%20CYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 95500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 N-TEC',
 'vin': 'SJNFCAJ10U2262117',
 'year': 2011}
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520CYZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [bca.uk] INFO: Saving data for YH11%20CYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563830.312308, 'last_price_update_time': 1774782112.690524}
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH11%2520CYZ') HTTP/1.1" 204 0
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975562%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975562 not downloaded yet
2026-03-29 11:01:52 [bca.uk] INFO: Found listing with ID: YR63%20JXD
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR63%2520JXD%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [bca.uk] INFO: Scrape type for YR63%20JXD: 2
2026-03-29 11:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b4e7d94-ef0b-5195-8e54-7737d53a2766 with identifier: YR63%20JXD
2026-03-29 11:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b4e7d94-ef0b-5195-8e54-7737d53a2766 with scrape type 2
2026-03-29 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b4e7d94-ef0b-5195-8e54-7737d53a2766 with scrape type 2
2026-03-29 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b4e7d94-ef0b-5195-8e54-7737d53a2766, identifier: YR63%20JXD
2026-03-29 11:01:52 [bca.uk] INFO: Found listing with ID: KM68%20WZP
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM68%2520WZP%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [bca.uk] INFO: Scrape type for KM68%20WZP: 0
2026-03-29 11:01:52 [bca.uk] INFO: Found listing with ID: PN68%20BZB
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN68%2520BZB%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [bca.uk] INFO: Scrape type for PN68%20BZB: 1
2026-03-29 11:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d09099ae-dd8a-5845-a8c8-f70302019fc9 with identifier: PN68%20BZB
2026-03-29 11:01:52 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975742%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975742 not downloaded yet
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946774%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946774 not downloaded yet
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964622%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964622 not downloaded yet
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147049%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147049 not downloaded yet
2026-03-29 11:01:52 [bca.uk] INFO: Found listing with ID: ET10%20FWV
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [bca.uk] INFO: Scrape type for ET10%20FWV: 0
2026-03-29 11:01:52 [bca.uk] INFO: Found listing with ID: FE12%20WRX
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520WRX%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [bca.uk] INFO: Scrape type for FE12%20WRX: 0
2026-03-29 11:01:52 [bca.uk] INFO: Found listing with ID: FN15%20HLM
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN15%2520HLM%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [bca.uk] INFO: Scrape type for FN15%20HLM: 0
2026-03-29 11:01:52 [bca.uk] INFO: Found listing with ID: MV65%20OCE
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV65%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 11:01:53 [bca.uk] INFO: Scrape type for MV65%20OCE: 0
2026-03-29 11:01:53 [bca.uk] INFO: Found listing with ID: NJ14%20XCP
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ14%2520XCP%27 HTTP/1.1" 200 None
2026-03-29 11:01:53 [bca.uk] INFO: Scrape type for NJ14%20XCP: 2
2026-03-29 11:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2131ab2-b5ce-5f80-8bc1-3ab8099a105f with identifier: NJ14%20XCP
2026-03-29 11:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2131ab2-b5ce-5f80-8bc1-3ab8099a105f with scrape type 2
2026-03-29 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2131ab2-b5ce-5f80-8bc1-3ab8099a105f with scrape type 2
2026-03-29 11:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2131ab2-b5ce-5f80-8bc1-3ab8099a105f, identifier: NJ14%20XCP
2026-03-29 11:01:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05c9bd0>
2026-03-29 11:01:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEK61WNP%252F698975380%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975380/600 saved to cache
2026-03-29 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b4e7d94-ef0b-5195-8e54-7737d53a2766 with identifier: YR63%20JXD
2026-03-29 11:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b4e7d94-ef0b-5195-8e54-7737d53a2766 with identifier: YR63%20JXD
2026-03-29 11:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b4e7d94-ef0b-5195-8e54-7737d53a2766 with identifier: YR63%20JXD to the API
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:53 [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': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR63%20JXD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b4e7d94-ef0b-5195-8e54-7737d53a2766',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR63 JXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR63%20JXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 143948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 18D X LINE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 18D X LINE',
 'vin': 'WBAVP72070VX42192',
 'year': 2013}
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR63%2520JXD%27 HTTP/1.1" 200 None
2026-03-29 11:01:53 [bca.uk] INFO: Saving data for YR63%20JXD: {'auction_closing_time': 1774864800.0, 'created_time': 1773959154.952484, 'last_price_update_time': 1774782113.564079}
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR63%2520JXD') HTTP/1.1" 204 0
2026-03-29 11:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2131ab2-b5ce-5f80-8bc1-3ab8099a105f with identifier: NJ14%20XCP
2026-03-29 11:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2131ab2-b5ce-5f80-8bc1-3ab8099a105f with identifier: NJ14%20XCP
2026-03-29 11:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2131ab2-b5ce-5f80-8bc1-3ab8099a105f with identifier: NJ14%20XCP to the API
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ14%20XCP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2131ab2-b5ce-5f80-8bc1-3ab8099a105f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ14 XCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ14%20XCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 101749,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI AMG SPORT EDITION Saloon',
 'transmission': 'manual',
 'trim': 'CDI AMG SPORT EDITION',
 'vin': 'WDD2040022A938394',
 'year': 2014}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ14%2520XCP%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [bca.uk] INFO: Saving data for NJ14%20XCP: {'auction_closing_time': 1774951200.0, 'created_time': 1773841747.076726, 'last_price_update_time': 1774782114.192705}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ14%2520XCP') HTTP/1.1" 204 0
2026-03-29 11:01:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05d4ad0>
2026-03-29 11:01:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLT11CZG%252F698946708%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946708/600 saved to cache
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:01:54 [bca.uk] INFO: Found listing with ID: CV65%20RRY
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV65%2520RRY%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [bca.uk] INFO: Scrape type for CV65%20RRY: 2
2026-03-29 11:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be with identifier: CV65%20RRY
2026-03-29 11:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be, identifier: CV65%20RRY
2026-03-29 11:01:54 [bca.uk] INFO: Found listing with ID: RRZ%209472
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RRZ%25209472%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [bca.uk] INFO: Scrape type for RRZ%209472: 0
2026-03-29 11:01:54 [bca.uk] INFO: Found listing with ID: PG73%20AHU
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PG73%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [bca.uk] INFO: Scrape type for PG73%20AHU: 1
2026-03-29 11:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1053c036-7216-5c10-b2ed-c2de019b65f0 with identifier: PG73%20AHU
2026-03-29 11:01:54 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D698975768%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975768 not downloaded yet
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D698946802%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946802 not downloaded yet
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D698964657%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964657 not downloaded yet
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D699147055%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147055 not downloaded yet
2026-03-29 11:01:54 [bca.uk] INFO: Found listing with ID: HK69%20RSZ
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK69%2520RSZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [bca.uk] INFO: Scrape type for HK69%20RSZ: 2
2026-03-29 11:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88471989-0c44-5aae-b732-7157180412ad with identifier: HK69%20RSZ
2026-03-29 11:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88471989-0c44-5aae-b732-7157180412ad with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88471989-0c44-5aae-b732-7157180412ad with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88471989-0c44-5aae-b732-7157180412ad, identifier: HK69%20RSZ
2026-03-29 11:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946662/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975451/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964460/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143680/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975426/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be with identifier: CV65%20RRY
2026-03-29 11:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be with identifier: CV65%20RRY
2026-03-29 11:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be with identifier: CV65%20RRY to the API
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:54 [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': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV65%20RRY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1f8e8c7a-9792-57f2-9d3d-88f5aa06a7be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV65 RRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV65%20RRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 69437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.5 112 ZETEC StationWagon',
 'transmission': 'manual',
 'trim': '112 ZETEC',
 'vin': 'WF0BXXMRKBFY58867',
 'year': 2015}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV65%2520RRY%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [bca.uk] INFO: Saving data for CV65%20RRY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564781.913752, 'last_price_update_time': 1774782114.943108}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV65%2520RRY') HTTP/1.1" 204 0
2026-03-29 11:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88471989-0c44-5aae-b732-7157180412ad with identifier: HK69%20RSZ
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=multicoloured HTTP/1.1" 200 None
2026-03-29 11:01:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88471989-0c44-5aae-b732-7157180412ad with identifier: HK69%20RSZ
2026-03-29 11:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88471989-0c44-5aae-b732-7157180412ad with identifier: HK69%20RSZ to the API
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK69%20RSZ-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88471989-0c44-5aae-b732-7157180412ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK69 RSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK69%20RSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 63483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.3 TCE 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 130 GT LINE',
 'vin': 'VF1R8700064559394',
 'year': 2019}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520RSZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [bca.uk] INFO: Saving data for HK69%20RSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774361061.45104, 'last_price_update_time': 1774782115.451352}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK69%2520RSZ') HTTP/1.1" 204 0
2026-03-29 11:01:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:01:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:01:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:01:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:01:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2d67c10>
2026-03-29 11:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLO12SYJ%252F698980818%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980818/600 saved to cache
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964602/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975785/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980895/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:01:55 [bca.uk] INFO: Found listing with ID: DG14%20PDV
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG14%2520PDV%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [bca.uk] INFO: Scrape type for DG14%20PDV: 1
2026-03-29 11:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c17a2b1-d874-58df-beb6-24c90329a928 with identifier: DG14%20PDV
2026-03-29 11:01:55 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:01:55 [bca.uk] INFO: Found listing with ID: WHZ%203609
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WHZ%25203609%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [bca.uk] INFO: Scrape type for WHZ%203609: 2
2026-03-29 11:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32deda83-5784-588b-9e94-cd6e79ac2859 with identifier: WHZ%203609
2026-03-29 11:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32deda83-5784-588b-9e94-cd6e79ac2859 with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32deda83-5784-588b-9e94-cd6e79ac2859 with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32deda83-5784-588b-9e94-cd6e79ac2859, identifier: WHZ%203609
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D698975788%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975788 not downloaded yet
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D698946831%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946831 not downloaded yet
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D698964697%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964697 not downloaded yet
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D699147064%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147064 not downloaded yet
2026-03-29 11:01:55 [bca.uk] INFO: Found listing with ID: KX18%20YJZ
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520YJZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [bca.uk] INFO: Scrape type for KX18%20YJZ: 2
2026-03-29 11:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48fd6051-09ef-5bf1-a862-feba6365dd37 with identifier: KX18%20YJZ
2026-03-29 11:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48fd6051-09ef-5bf1-a862-feba6365dd37 with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48fd6051-09ef-5bf1-a862-feba6365dd37 with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48fd6051-09ef-5bf1-a862-feba6365dd37, identifier: KX18%20YJZ
2026-03-29 11:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32deda83-5784-588b-9e94-cd6e79ac2859 with identifier: WHZ%203609
2026-03-29 11:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32deda83-5784-588b-9e94-cd6e79ac2859 with identifier: WHZ%203609
2026-03-29 11:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32deda83-5784-588b-9e94-cd6e79ac2859 with identifier: WHZ%203609 to the API
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WHZ%203609-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '32deda83-5784-588b-9e94-cd6e79ac2859',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WHZ 3609',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WHZ%203609&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 34973,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 126 SR Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 126 SR',
 'vin': 'SHHFK6760JU008258',
 'year': 2018}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WHZ%25203609%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [bca.uk] INFO: Saving data for WHZ%203609: {'auction_closing_time': 1774951200.0, 'created_time': 1774620667.636539, 'last_price_update_time': 1774782116.207289}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WHZ%25203609') HTTP/1.1" 204 0
2026-03-29 11:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48fd6051-09ef-5bf1-a862-feba6365dd37 with identifier: KX18%20YJZ
2026-03-29 11:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48fd6051-09ef-5bf1-a862-feba6365dd37 with identifier: KX18%20YJZ
2026-03-29 11:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48fd6051-09ef-5bf1-a862-feba6365dd37 with identifier: KX18%20YJZ to the API
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX18%20YJZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '48fd6051-09ef-5bf1-a862-feba6365dd37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX18 YJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX18%20YJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'C250 D',
 'odometer': 82638,
 '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 C250 D 2.1 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2050082R335289',
 'year': 2018}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX18%2520YJZ%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [bca.uk] INFO: Saving data for KX18%20YJZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773822900.932431, 'last_price_update_time': 1774782116.571826}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX18%2520YJZ') HTTP/1.1" 204 0
2026-03-29 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975530/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975530>
2026-03-29 11:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975360/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980774/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145866/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:01:56 [bca.uk] INFO: Found listing with ID: DU13%20AUM
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU13%2520AUM%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [bca.uk] INFO: Scrape type for DU13%20AUM: 2
2026-03-29 11:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19e7f9bb-abd7-5d45-a891-c284c7d48826 with identifier: DU13%20AUM
2026-03-29 11:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19e7f9bb-abd7-5d45-a891-c284c7d48826 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19e7f9bb-abd7-5d45-a891-c284c7d48826 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19e7f9bb-abd7-5d45-a891-c284c7d48826, identifier: DU13%20AUM
2026-03-29 11:01:56 [bca.uk] INFO: Found listing with ID: MJ15%20GNK
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ15%2520GNK%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [bca.uk] INFO: Scrape type for MJ15%20GNK: 1
2026-03-29 11:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903 with identifier: MJ15%20GNK
2026-03-29 11:01:56 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%3D699147070%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147070 not downloaded yet
2026-03-29 11:01:56 [bca.uk] INFO: Found listing with ID: AV67%20YOM
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV67%2520YOM%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [bca.uk] INFO: Scrape type for AV67%20YOM: 2
2026-03-29 11:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fa11bf4-17c9-5612-8b85-ef42e857da20 with identifier: AV67%20YOM
2026-03-29 11:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fa11bf4-17c9-5612-8b85-ef42e857da20 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fa11bf4-17c9-5612-8b85-ef42e857da20 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5fa11bf4-17c9-5612-8b85-ef42e857da20, identifier: AV67%20YOM
2026-03-29 11:01:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c03f4650>
2026-03-29 11:01:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:01:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FGY59BWK%252F698946662%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946662/600 saved to cache
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f08c90>
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FEK61WNP%252F698975451%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975451/600 saved to cache
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f11910>
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FHK57KTP%252F698964460%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964460/600 saved to cache
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f0dd90>
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FFN13VTE%252F699143680%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143680/600 saved to cache
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f08550>
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FEK61WNP%252F698975426%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975426/600 saved to cache
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975697/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975697>
2026-03-29 11:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964558/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964558>
2026-03-29 11:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946713/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946713>
2026-03-29 11:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146249/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19e7f9bb-abd7-5d45-a891-c284c7d48826 with identifier: DU13%20AUM
2026-03-29 11:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19e7f9bb-abd7-5d45-a891-c284c7d48826 with identifier: DU13%20AUM
2026-03-29 11:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19e7f9bb-abd7-5d45-a891-c284c7d48826 with identifier: DU13%20AUM to the API
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:57 [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': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU13%20AUM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19e7f9bb-abd7-5d45-a891-c284c7d48826',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU13 AUM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU13%20AUM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 177455,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE',
 'vin': 'WVWZZZAUZDP049950',
 'year': 2013}
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU13%2520AUM%27 HTTP/1.1" 200 None
2026-03-29 11:01:57 [bca.uk] INFO: Saving data for DU13%20AUM: {'auction_closing_time': 1774864800.0, 'created_time': 1774650861.367625, 'last_price_update_time': 1774782117.718522}
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU13%2520AUM') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5fa11bf4-17c9-5612-8b85-ef42e857da20 with identifier: AV67%20YOM
2026-03-29 11:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5fa11bf4-17c9-5612-8b85-ef42e857da20 with identifier: AV67%20YOM
2026-03-29 11:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5fa11bf4-17c9-5612-8b85-ef42e857da20 with identifier: AV67%20YOM to the API
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV67%20YOM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5fa11bf4-17c9-5612-8b85-ef42e857da20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV67 YOM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV67%20YOM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '220I',
 'odometer': 83109,
 '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 220I 2.0 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA2H52010VB21621',
 'year': 2017}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV67%2520YOM%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [bca.uk] INFO: Saving data for AV67%20YOM: {'auction_closing_time': 1774951200.0, 'created_time': 1773842477.746298, 'last_price_update_time': 1774782118.065966}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV67%2520YOM') HTTP/1.1" 204 0
2026-03-29 11:01:58 [bca.uk] INFO: Found listing with ID: EO62%20BFE
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO62%2520BFE%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [bca.uk] INFO: Scrape type for EO62%20BFE: 1
2026-03-29 11:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2da0ce89-b099-5d51-8be9-fc586623b7d2 with identifier: EO62%20BFE
2026-03-29 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:01:58 [bca.uk] INFO: Found listing with ID: PJ66%20DPK
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520DPK%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [bca.uk] INFO: Scrape type for PJ66%20DPK: 2
2026-03-29 11:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc56947e-5c4a-5de4-91ff-786c2a76a9e3 with identifier: PJ66%20DPK
2026-03-29 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc56947e-5c4a-5de4-91ff-786c2a76a9e3 with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc56947e-5c4a-5de4-91ff-786c2a76a9e3 with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc56947e-5c4a-5de4-91ff-786c2a76a9e3, identifier: PJ66%20DPK
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147081%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147081 not downloaded yet
2026-03-29 11:01:58 [bca.uk] INFO: Found listing with ID: EO65%20KNR
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO65%2520KNR%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [bca.uk] INFO: Scrape type for EO65%20KNR: 2
2026-03-29 11:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4550a130-57dc-572a-9506-1bebb21cbdd0 with identifier: EO65%20KNR
2026-03-29 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4550a130-57dc-572a-9506-1bebb21cbdd0 with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4550a130-57dc-572a-9506-1bebb21cbdd0 with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4550a130-57dc-572a-9506-1bebb21cbdd0, identifier: EO65%20KNR
2026-03-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:01: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-29 11:01: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-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e6aa50>
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FAO63VKT%252F698964602%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964602/600 saved to cache
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:01: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-29 11:01: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-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c03fe450>
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FLT15ODK%252F698975785%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975785/600 saved to cache
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:01: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-29 11:01: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-29 11:01:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0463710>
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01: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%252FLO12SYJ%252F698980895%252F600') HTTP/1.1" 204 0
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980895/600 saved to cache
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946774/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946774>
2026-03-29 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975742/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975742>
2026-03-29 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964622>
2026-03-29 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147049/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147049>
2026-03-29 11:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc56947e-5c4a-5de4-91ff-786c2a76a9e3 with identifier: PJ66%20DPK
2026-03-29 11:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc56947e-5c4a-5de4-91ff-786c2a76a9e3 with identifier: PJ66%20DPK
2026-03-29 11:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc56947e-5c4a-5de4-91ff-786c2a76a9e3 with identifier: PJ66%20DPK to the API
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ66%20DPK-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc56947e-5c4a-5de4-91ff-786c2a76a9e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ66 DPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ66%20DPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 18704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12RAJ1A54608305',
 'year': 2016}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520DPK%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [bca.uk] INFO: Saving data for PJ66%20DPK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621801.185497, 'last_price_update_time': 1774782118.993923}
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ66%2520DPK') HTTP/1.1" 204 0
2026-03-29 11:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4550a130-57dc-572a-9506-1bebb21cbdd0 with identifier: EO65%20KNR
2026-03-29 11:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4550a130-57dc-572a-9506-1bebb21cbdd0 with identifier: EO65%20KNR
2026-03-29 11:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4550a130-57dc-572a-9506-1bebb21cbdd0 with identifier: EO65%20KNR to the API
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO65%20KNR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4550a130-57dc-572a-9506-1bebb21cbdd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO65 KNR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO65%20KNR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 80981,
 '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 C-MAX 1.5 TDCI 120 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM X',
 'vin': 'WF0VXXGCEVFJ74922',
 'year': 2015}
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO65%2520KNR%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [bca.uk] INFO: Saving data for EO65%20KNR: {'auction_closing_time': 1774951200.0, 'created_time': 1774350133.715283, 'last_price_update_time': 1774782119.386791}
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO65%2520KNR') HTTP/1.1" 204 0
2026-03-29 11:01:59 [bca.uk] INFO: Found listing with ID: FL10%20FKN
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL10%2520FKN%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [bca.uk] INFO: Scrape type for FL10%20FKN: 2
2026-03-29 11:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a998206-9bef-5c30-943c-82041e3111c5 with identifier: FL10%20FKN
2026-03-29 11:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a998206-9bef-5c30-943c-82041e3111c5 with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a998206-9bef-5c30-943c-82041e3111c5 with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a998206-9bef-5c30-943c-82041e3111c5, identifier: FL10%20FKN
2026-03-29 11:01:59 [bca.uk] INFO: Found listing with ID: PK16%20BGU
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK16%2520BGU%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [bca.uk] INFO: Scrape type for PK16%20BGU: 2
2026-03-29 11:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36f0d4e-fe29-5112-aa5b-bb440e1733a1 with identifier: PK16%20BGU
2026-03-29 11:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36f0d4e-fe29-5112-aa5b-bb440e1733a1 with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36f0d4e-fe29-5112-aa5b-bb440e1733a1 with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e36f0d4e-fe29-5112-aa5b-bb440e1733a1, identifier: PK16%20BGU
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147091%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147091 not downloaded yet
2026-03-29 11:01:59 [bca.uk] INFO: Found listing with ID: LL62%20RXR
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL62%2520RXR%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [bca.uk] INFO: Scrape type for LL62%20RXR: 2
2026-03-29 11:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 621b61b3-32cc-5576-93a6-2e684c839ddd with identifier: LL62%20RXR
2026-03-29 11:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 621b61b3-32cc-5576-93a6-2e684c839ddd with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 621b61b3-32cc-5576-93a6-2e684c839ddd with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 621b61b3-32cc-5576-93a6-2e684c839ddd, identifier: LL62%20RXR
2026-03-29 11:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946802/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946802>
2026-03-29 11:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964657/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964657>
2026-03-29 11:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN68%20BZB-GB>
2026-03-29 11:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147055/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147055>
2026-03-29 11:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a998206-9bef-5c30-943c-82041e3111c5 with identifier: FL10%20FKN
2026-03-29 11:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a998206-9bef-5c30-943c-82041e3111c5 with identifier: FL10%20FKN
2026-03-29 11:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a998206-9bef-5c30-943c-82041e3111c5 with identifier: FL10%20FKN to the API
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:00 [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': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL10%20FKN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a998206-9bef-5c30-943c-82041e3111c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL10 FKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL10%20FKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 122396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TDCI ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI ZETEC',
 'vin': 'WF0JXXWPJJAY14910',
 'year': 2010}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL10%2520FKN%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [bca.uk] INFO: Saving data for FL10%20FKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650892.193815, 'last_price_update_time': 1774782120.094651}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL10%2520FKN') HTTP/1.1" 204 0
2026-03-29 11:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e36f0d4e-fe29-5112-aa5b-bb440e1733a1 with identifier: PK16%20BGU
2026-03-29 11:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e36f0d4e-fe29-5112-aa5b-bb440e1733a1 with identifier: PK16%20BGU
2026-03-29 11:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e36f0d4e-fe29-5112-aa5b-bb440e1733a1 with identifier: PK16%20BGU to the API
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK16%20BGU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e36f0d4e-fe29-5112-aa5b-bb440e1733a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK16 BGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK16%20BGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 30397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1666440',
 'year': 2016}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK16%2520BGU%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [bca.uk] INFO: Saving data for PK16%20BGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621788.366884, 'last_price_update_time': 1774782120.441867}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK16%2520BGU') HTTP/1.1" 204 0
2026-03-29 11:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 621b61b3-32cc-5576-93a6-2e684c839ddd with identifier: LL62%20RXR
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FElectric HTTP/1.1" 200 None
2026-03-29 11:02:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 621b61b3-32cc-5576-93a6-2e684c839ddd with identifier: LL62%20RXR
2026-03-29 11:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 621b61b3-32cc-5576-93a6-2e684c839ddd with identifier: LL62%20RXR to the API
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL62%20RXR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '621b61b3-32cc-5576-93a6-2e684c839ddd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL62 RXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL62%20RXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 57540,
 '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 YARIS 1.5 VVT-I HYBRID T SPIRIT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID T SPIRIT',
 'vin': 'VNKKD3D330A022014',
 'year': 2012}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL62%2520RXR%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [bca.uk] INFO: Saving data for LL62%20RXR: {'auction_closing_time': 1774951200.0, 'created_time': 1774305085.847417, 'last_price_update_time': 1774782120.918992}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL62%2520RXR') HTTP/1.1" 204 0
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0462010>
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEK61WNP%252F698975360%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975360/600 saved to cache
2026-03-29 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecefd0>
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLO12SYJ%252F698980774%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980774/600 saved to cache
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1efb8d0>
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FNL61SUX%252F699145866%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145866/600 saved to cache
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cbac50>
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRE62UHU%252F699146249%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146249/600 saved to cache
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964697/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964697>
2026-03-29 11:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147064/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147064>
2026-03-29 11:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946831/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946831>
2026-03-29 11:02:01 [bca.uk] INFO: Found listing with ID: SHZ%204847
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SHZ%25204847%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Scrape type for SHZ%204847: 2
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b280a7c-7a64-58b7-9add-e18d76e33293 with identifier: SHZ%204847
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b280a7c-7a64-58b7-9add-e18d76e33293 with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b280a7c-7a64-58b7-9add-e18d76e33293 with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b280a7c-7a64-58b7-9add-e18d76e33293, identifier: SHZ%204847
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147103%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147103 not downloaded yet
2026-03-29 11:02:01 [bca.uk] INFO: Found listing with ID: HX68%20VCJ
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520VCJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Scrape type for HX68%20VCJ: 1
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 654d64db-456d-511f-b813-c59750fd57d4 with identifier: HX68%20VCJ
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975530/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b280a7c-7a64-58b7-9add-e18d76e33293 with identifier: SHZ%204847
2026-03-29 11:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b280a7c-7a64-58b7-9add-e18d76e33293 with identifier: SHZ%204847
2026-03-29 11:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b280a7c-7a64-58b7-9add-e18d76e33293 with identifier: SHZ%204847 to the API
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SHZ%204847-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b280a7c-7a64-58b7-9add-e18d76e33293',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SHZ 4847',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SHZ%204847&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 45611,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNTAAE12U1065376',
 'year': 2014}
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SHZ%25204847%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Saving data for SHZ%204847: {'auction_closing_time': 1774951200.0, 'created_time': 1774621826.167025, 'last_price_update_time': 1774782121.73721}
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SHZ%25204847') HTTP/1.1" 204 0
2026-03-29 11:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147070>
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964558/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975697/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946713/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:02:01 [bca.uk] INFO: Found listing with ID: DF14%20ENO
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520ENO%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Scrape type for DF14%20ENO: 1
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 890f21ab-8e4b-5714-94ca-324a10c954a5 with identifier: DF14%20ENO
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147114%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147114 not downloaded yet
2026-03-29 11:02:01 [bca.uk] INFO: Found listing with ID: FL17%20JFX
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520JFX%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Scrape type for FL17%20JFX: 1
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1d7ed20-281e-59a5-b08c-e24ee8f24f32 with identifier: FL17%20JFX
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975742/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147049/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964622/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:02:01 [bca.uk] INFO: Found listing with ID: DF59%20HXA
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF59%2520HXA%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Scrape type for DF59%20HXA: 1
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2649ed14-46d8-5740-ae25-02bf13b46d67 with identifier: DF59%20HXA
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147124%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147124 not downloaded yet
2026-03-29 11:02:01 [bca.uk] INFO: Found listing with ID: FJ20%20RXK
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ20%2520RXK%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Scrape type for FJ20%20RXK: 1
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80dab8dc-6b05-5eff-b3b9-4146447e4ccc with identifier: FJ20%20RXK
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef09d0>
2026-03-29 11:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEK61WNP%252F698975530%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975530/600 saved to cache
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946774/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147055/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:01 [bca.uk] INFO: Found listing with ID: EGZ%203015
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EGZ%25203015%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [bca.uk] INFO: Scrape type for EGZ%203015: 2
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f709e04a-a17b-58e6-b98a-0c8fc64c0932 with identifier: EGZ%203015
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f709e04a-a17b-58e6-b98a-0c8fc64c0932 with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f709e04a-a17b-58e6-b98a-0c8fc64c0932 with scrape type 2
2026-03-29 11:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f709e04a-a17b-58e6-b98a-0c8fc64c0932, identifier: EGZ%203015
2026-03-29 11:02:02 [bca.uk] INFO: Found listing with ID: BJ67%20FKL
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ67%2520FKL%27 HTTP/1.1" 200 None
2026-03-29 11:02:02 [bca.uk] INFO: Scrape type for BJ67%20FKL: 1
2026-03-29 11:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 297b1e09-1068-5d32-9db7-87d9551e46d2 with identifier: BJ67%20FKL
2026-03-29 11:02:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147064/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946802/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946831/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f709e04a-a17b-58e6-b98a-0c8fc64c0932 with identifier: EGZ%203015
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cream HTTP/1.1" 200 None
2026-03-29 11:02:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f709e04a-a17b-58e6-b98a-0c8fc64c0932 with identifier: EGZ%203015
2026-03-29 11:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f709e04a-a17b-58e6-b98a-0c8fc64c0932 with identifier: EGZ%203015 to the API
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EGZ%203015-GB',
 'category': 'Car',
 'color': 'cream',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f709e04a-a17b-58e6-b98a-0c8fc64c0932',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EGZ 3015',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EGZ%203015&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 36221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF12RD11A56845594',
 'year': 2016}
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EGZ%25203015%27 HTTP/1.1" 200 None
2026-03-29 11:02:02 [bca.uk] INFO: Saving data for EGZ%203015: {'auction_closing_time': 1774951200.0, 'created_time': 1774620653.208888, 'last_price_update_time': 1774782122.690057}
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EGZ%25203015') HTTP/1.1" 204 0
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0589950>
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FHK57KTP%252F698964558%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964558/600 saved to cache
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1a94d90>
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLD75AOL%252F698975697%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975697/600 saved to cache
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eaca90>
2026-03-29 11:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGY59BWK%252F698946713%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946713/600 saved to cache
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964657/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:02:02 [bca.uk] INFO: Found listing with ID: HW67%20GWK
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HW67%2520GWK%27 HTTP/1.1" 200 None
2026-03-29 11:02:02 [bca.uk] INFO: Scrape type for HW67%20GWK: 2
2026-03-29 11:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c6f0d96-4970-5719-87bc-80b21748aee8 with identifier: HW67%20GWK
2026-03-29 11:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c6f0d96-4970-5719-87bc-80b21748aee8 with scrape type 2
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c6f0d96-4970-5719-87bc-80b21748aee8 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c6f0d96-4970-5719-87bc-80b21748aee8, identifier: HW67%20GWK
2026-03-29 11:02:03 [bca.uk] INFO: Found listing with ID: GX10%20XBP
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX10%2520XBP%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [bca.uk] INFO: Scrape type for GX10%20XBP: 1
2026-03-29 11:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 534301ff-88c1-5039-9ad1-8f0d987bc984 with identifier: GX10%20XBP
2026-03-29 11:02:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964697/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c6f0d96-4970-5719-87bc-80b21748aee8 with identifier: HW67%20GWK
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange HTTP/1.1" 200 None
2026-03-29 11:02:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c6f0d96-4970-5719-87bc-80b21748aee8 with identifier: HW67%20GWK
2026-03-29 11:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c6f0d96-4970-5719-87bc-80b21748aee8 with identifier: HW67%20GWK to the API
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW67%20GWK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c6f0d96-4970-5719-87bc-80b21748aee8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW67 GWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW67%20GWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 8322,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.2 3 Hatchback',
 'transmission': 'manual',
 'trim': '3',
 'vin': 'KNAB3512LJT133137',
 'year': 2017}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HW67%2520GWK%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [bca.uk] INFO: Saving data for HW67%20GWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621816.980257, 'last_price_update_time': 1774782123.474945}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW67%2520GWK') HTTP/1.1" 204 0
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac0590>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLD75AOL%252F698975742%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975742/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec6290>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG24RGT%252F699147049%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147049/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c044b490>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FHK57KTP%252F698964622%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964622/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec5dd0>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGY59BWK%252F698946774%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946774/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ada9d0>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG24RGT%252F699147055%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147055/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147070/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX68%20VCJ-GB>
2026-03-29 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147091/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147091>
2026-03-29 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147081/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147081>
2026-03-29 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147103/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147103>
2026-03-29 11:02:03 [bca.uk] INFO: Found listing with ID: MA66%20FNM
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA66%2520FNM%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [bca.uk] INFO: Scrape type for MA66%20FNM: 2
2026-03-29 11:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0132774-d5b0-58a3-affa-2b11dd6d3e0c with identifier: MA66%20FNM
2026-03-29 11:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0132774-d5b0-58a3-affa-2b11dd6d3e0c with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0132774-d5b0-58a3-affa-2b11dd6d3e0c with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0132774-d5b0-58a3-affa-2b11dd6d3e0c, identifier: MA66%20FNM
2026-03-29 11:02:03 [bca.uk] INFO: Found listing with ID: YS64%20UYZ
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS64%2520UYZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [bca.uk] INFO: Scrape type for YS64%20UYZ: 1
2026-03-29 11:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7835d264-067a-5bc2-b7c4-bb7824e63bae with identifier: YS64%20UYZ
2026-03-29 11:02:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f6a910>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG24RGT%252F699147064%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147064/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ead210>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGY59BWK%252F698946802%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946802/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e6b990>
2026-03-29 11:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGY59BWK%252F698946831%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946831/600 saved to cache
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO62%20BFE-GB>
2026-03-29 11:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0132774-d5b0-58a3-affa-2b11dd6d3e0c with identifier: MA66%20FNM
2026-03-29 11:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0132774-d5b0-58a3-affa-2b11dd6d3e0c with identifier: MA66%20FNM
2026-03-29 11:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0132774-d5b0-58a3-affa-2b11dd6d3e0c with identifier: MA66%20FNM to the API
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA66%20FNM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f0132774-d5b0-58a3-affa-2b11dd6d3e0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA66 FNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA66%20FNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 19690,
 '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 YARIS 1.0 VVT-I ICON Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON',
 'vin': 'VNKKL3D300A197470',
 'year': 2016}
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA66%2520FNM%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [bca.uk] INFO: Saving data for MA66%20FNM: {'auction_closing_time': 1774951200.0, 'created_time': 1774621814.369201, 'last_price_update_time': 1774782124.315087}
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA66%2520FNM') HTTP/1.1" 204 0
2026-03-29 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ15%20GNK-GB>
2026-03-29 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL17%20JFX-GB>
2026-03-29 11:02:04 [bca.uk] INFO: Found listing with ID: PF60%20FKN
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF60%2520FKN%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [bca.uk] INFO: Scrape type for PF60%20FKN: 1
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7c76929-b131-55fd-ac6a-e643f741e56a with identifier: PF60%20FKN
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:02:04 [bca.uk] INFO: Found listing with ID: YG13%20JDU
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG13%2520JDU%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [bca.uk] INFO: Scrape type for YG13%20JDU: 1
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deb23486-1438-55bd-a8d8-0955760e87d0 with identifier: YG13%20JDU
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:02:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c120d3d0>
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FHK57KTP%252F698964657%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964657/600 saved to cache
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0517ad0>
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_expert_report_file_e72fcd0f-269a-42d7-b15f-a7d8f7da1681.pdf HTTP/1.1" 201 0
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d09099ae-dd8a-5845-a8c8-f70302019fc9, skipping ID generation
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3DPN68BZB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PN68BZB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e44990>
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FHK57KTP%252F698964697%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964697/600 saved to cache
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147124/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147124>
2026-03-29 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147114/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147114>
2026-03-29 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF59%20HXA-GB>
2026-03-29 11:02:04 [bca.uk] INFO: Found listing with ID: VEZ%207096
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VEZ%25207096%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [bca.uk] INFO: Scrape type for VEZ%207096: 1
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5f723d-61b3-50cb-a28f-c8aeee4c3512 with identifier: VEZ%207096
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:02:04 [bca.uk] INFO: Found listing with ID: YA19%20LLG
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA19%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [bca.uk] INFO: Scrape type for YA19%20LLG: 1
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbab5023-5d85-5b69-96c1-2ab3b59c804d with identifier: YA19%20LLG
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699082617%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082617 not downloaded yet
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c4395950>
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYG24RGT%252F699147070%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147070/600 saved to cache
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:04 [bca.uk] INFO: Found listing with ID: AF16%20WXA
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF16%2520WXA%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [bca.uk] INFO: Scrape type for AF16%20WXA: 2
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a596874d-8bff-5327-96a5-60ebedd9cf7c with identifier: AF16%20WXA
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a596874d-8bff-5327-96a5-60ebedd9cf7c with scrape type 2
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a596874d-8bff-5327-96a5-60ebedd9cf7c with scrape type 2
2026-03-29 11:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a596874d-8bff-5327-96a5-60ebedd9cf7c, identifier: AF16%20WXA
2026-03-29 11:02:04 [bca.uk] INFO: Found listing with ID: VK67%20ENL
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK67%2520ENL%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [bca.uk] INFO: Scrape type for VK67%20ENL: 1
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f3faefc-c37e-54b1-a12e-fd46a8e80489 with identifier: VK67%20ENL
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699082632%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082632 not downloaded yet
2026-03-29 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975788/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975788>
2026-03-29 11:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147081/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG14%20PDV-GB>
2026-03-29 11:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a596874d-8bff-5327-96a5-60ebedd9cf7c with identifier: AF16%20WXA
2026-03-29 11:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a596874d-8bff-5327-96a5-60ebedd9cf7c with identifier: AF16%20WXA
2026-03-29 11:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a596874d-8bff-5327-96a5-60ebedd9cf7c with identifier: AF16%20WXA to the API
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF16%20WXA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a596874d-8bff-5327-96a5-60ebedd9cf7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF16 WXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF16%20WXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 81961,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN3GH112739',
 'year': 2016}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF16%2520WXA%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [bca.uk] INFO: Saving data for AF16%20WXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774102099.592548, 'last_price_update_time': 1774782125.161121}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF16%2520WXA') HTTP/1.1" 204 0
2026-03-29 11:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ67%20FKL-GB>
2026-03-29 11:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147091/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147103/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:05 [bca.uk] INFO: Found listing with ID: DSZ%207504
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25207504%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [bca.uk] INFO: Scrape type for DSZ%207504: 2
2026-03-29 11:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3461e17-0b70-5d52-b2f4-a8e24fb1e93a with identifier: DSZ%207504
2026-03-29 11:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3461e17-0b70-5d52-b2f4-a8e24fb1e93a with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3461e17-0b70-5d52-b2f4-a8e24fb1e93a with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3461e17-0b70-5d52-b2f4-a8e24fb1e93a, identifier: DSZ%207504
2026-03-29 11:02:05 [bca.uk] INFO: Found listing with ID: SV18%20GVY
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520GVY%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [bca.uk] INFO: Scrape type for SV18%20GVY: 1
2026-03-29 11:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b44206aa-c760-569d-9eaf-c845be300f4a with identifier: SV18%20GVY
2026-03-29 11:02:05 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699082644%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082644 not downloaded yet
2026-03-29 11:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3461e17-0b70-5d52-b2f4-a8e24fb1e93a with identifier: DSZ%207504
2026-03-29 11:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3461e17-0b70-5d52-b2f4-a8e24fb1e93a with identifier: DSZ%207504
2026-03-29 11:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3461e17-0b70-5d52-b2f4-a8e24fb1e93a with identifier: DSZ%207504 to the API
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DSZ%207504-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3461e17-0b70-5d52-b2f4-a8e24fb1e93a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DSZ 7504',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DSZ%207504&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 85898,
 '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': 'SALWA2KE2GA647427',
 'year': 2016}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25207504%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [bca.uk] INFO: Saving data for DSZ%207504: {'auction_closing_time': 1774864800.0, 'created_time': 1774390196.095768, 'last_price_update_time': 1774782125.646682}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DSZ%25207504') HTTP/1.1" 204 0
2026-03-29 11:02:05 [bca.uk] INFO: Found listing with ID: FG67%20GJU
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG67%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [bca.uk] INFO: Scrape type for FG67%20GJU: 1
2026-03-29 11:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce94861d-e050-5142-a240-db979c2dce66 with identifier: FG67%20GJU
2026-03-29 11:02:05 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:05 [bca.uk] INFO: Found listing with ID: OW17%20KLK
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW17%2520KLK%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [bca.uk] INFO: Scrape type for OW17%20KLK: 2
2026-03-29 11:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b747f13-ba33-59c2-b790-0a08fc0f9884 with identifier: OW17%20KLK
2026-03-29 11:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b747f13-ba33-59c2-b790-0a08fc0f9884 with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b747f13-ba33-59c2-b790-0a08fc0f9884 with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b747f13-ba33-59c2-b790-0a08fc0f9884, identifier: OW17%20KLK
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699082662%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082662 not downloaded yet
2026-03-29 11:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e56090>
2026-03-29 11:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYG24RGT%252F699147081%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147081/600 saved to cache
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX10%20XBP-GB>
2026-03-29 11:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b747f13-ba33-59c2-b790-0a08fc0f9884 with identifier: OW17%20KLK
2026-03-29 11:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b747f13-ba33-59c2-b790-0a08fc0f9884 with identifier: OW17%20KLK
2026-03-29 11:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b747f13-ba33-59c2-b790-0a08fc0f9884 with identifier: OW17%20KLK to the API
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:06 [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=OW17%20KLK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b747f13-ba33-59c2-b790-0a08fc0f9884',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW17 KLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW17%20KLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 87474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC LUX Coupe',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC LUX',
 'vin': 'SALVA1AN4HH253024',
 'year': 2017}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW17%2520KLK%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [bca.uk] INFO: Saving data for OW17%20KLK: {'auction_closing_time': 1774951200.0, 'created_time': 1774534906.042691, 'last_price_update_time': 1774782126.289744}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW17%2520KLK') HTTP/1.1" 204 0
2026-03-29 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ20%20RXK-GB>
2026-03-29 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF14%20ENO-GB>
2026-03-29 11:02:06 [bca.uk] INFO: Found listing with ID: ST19%20CBF
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST19%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [bca.uk] INFO: Scrape type for ST19%20CBF: 2
2026-03-29 11:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b079224a-c758-5613-b58a-25b30e38e589 with identifier: ST19%20CBF
2026-03-29 11:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b079224a-c758-5613-b58a-25b30e38e589 with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b079224a-c758-5613-b58a-25b30e38e589 with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b079224a-c758-5613-b58a-25b30e38e589, identifier: ST19%20CBF
2026-03-29 11:02:06 [bca.uk] INFO: Found listing with ID: EY20%20UZX
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY20%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [bca.uk] INFO: Scrape type for EY20%20UZX: 2
2026-03-29 11:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12890b19-0b6f-5dbd-943d-064c2bc364b6 with identifier: EY20%20UZX
2026-03-29 11:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12890b19-0b6f-5dbd-943d-064c2bc364b6 with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12890b19-0b6f-5dbd-943d-064c2bc364b6 with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12890b19-0b6f-5dbd-943d-064c2bc364b6, identifier: EY20%20UZX
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699082670%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082670 not downloaded yet
2026-03-29 11:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c058fa50>
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYG24RGT%252F699147091%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147091/600 saved to cache
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eb61d0>
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYG24RGT%252F699147103%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147103/600 saved to cache
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b079224a-c758-5613-b58a-25b30e38e589 with identifier: ST19%20CBF
2026-03-29 11:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b079224a-c758-5613-b58a-25b30e38e589 with identifier: ST19%20CBF
2026-03-29 11:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b079224a-c758-5613-b58a-25b30e38e589 with identifier: ST19%20CBF to the API
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 76,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST19%20CBF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b079224a-c758-5613-b58a-25b30e38e589',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST19 CBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST19%20CBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 114410,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 HSE LUXURY',
 'vin': 'SALRA2AK5K2406050',
 'year': 2019}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST19%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [bca.uk] INFO: Saving data for ST19%20CBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774478105.324832, 'last_price_update_time': 1774782126.968772}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST19%2520CBF') HTTP/1.1" 204 0
2026-03-29 11:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12890b19-0b6f-5dbd-943d-064c2bc364b6 with identifier: EY20%20UZX
2026-03-29 11:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12890b19-0b6f-5dbd-943d-064c2bc364b6 with identifier: EY20%20UZX
2026-03-29 11:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12890b19-0b6f-5dbd-943d-064c2bc364b6 with identifier: EY20%20UZX to the API
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY20%20UZX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '12890b19-0b6f-5dbd-943d-064c2bc364b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY20 UZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY20%20UZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'T-CROSS',
 'odometer': 52151,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 115 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SE DSG',
 'vin': 'WVGZZZC1ZLY044645',
 'year': 2020}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY20%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [bca.uk] INFO: Saving data for EY20%20UZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774523947.799257, 'last_price_update_time': 1774782127.339245}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY20%2520UZX') HTTP/1.1" 204 0
2026-03-29 11:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:07 [bca.uk] INFO: Found listing with ID: WG67%20KDZ
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG67%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [bca.uk] INFO: Scrape type for WG67%20KDZ: 2
2026-03-29 11:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19696694-53b0-55ed-9050-20afa551271e with identifier: WG67%20KDZ
2026-03-29 11:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19696694-53b0-55ed-9050-20afa551271e with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19696694-53b0-55ed-9050-20afa551271e with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19696694-53b0-55ed-9050-20afa551271e, identifier: WG67%20KDZ
2026-03-29 11:02:07 [bca.uk] INFO: Found listing with ID: YF20%20YTC
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520YTC%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [bca.uk] INFO: Scrape type for YF20%20YTC: 2
2026-03-29 11:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01056819-30a3-5223-8ef2-4b49ad071868 with identifier: YF20%20YTC
2026-03-29 11:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01056819-30a3-5223-8ef2-4b49ad071868 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01056819-30a3-5223-8ef2-4b49ad071868 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01056819-30a3-5223-8ef2-4b49ad071868, identifier: YF20%20YTC
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699082691%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082691 not downloaded yet
2026-03-29 11:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19696694-53b0-55ed-9050-20afa551271e with identifier: WG67%20KDZ
2026-03-29 11:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19696694-53b0-55ed-9050-20afa551271e with identifier: WG67%20KDZ
2026-03-29 11:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19696694-53b0-55ed-9050-20afa551271e with identifier: WG67%20KDZ to the API
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 79,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG67%20KDZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '19696694-53b0-55ed-9050-20afa551271e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG67 KDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG67%20KDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'IONIQ HYBRID',
 'odometer': 76916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ HYBRID 1.6 GDI 105 PREMIUM SE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 105 PREMIUM SE DCT',
 'vin': 'KMHC851CVHU054677',
 'year': 2017}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG67%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [bca.uk] INFO: Saving data for WG67%20KDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774265596.776013, 'last_price_update_time': 1774782127.923153}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG67%2520KDZ') HTTP/1.1" 204 0
2026-03-29 11:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01056819-30a3-5223-8ef2-4b49ad071868 with identifier: YF20%20YTC
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-29 11:02:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01056819-30a3-5223-8ef2-4b49ad071868 with identifier: YF20%20YTC
2026-03-29 11:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01056819-30a3-5223-8ef2-4b49ad071868 with identifier: YF20%20YTC to the API
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 229,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF20%20YTC-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01056819-30a3-5223-8ef2-4b49ad071868',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF20 YTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF20%20YTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 20789,
 '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': 'PORSCHE 911 3.0 CARRERA (992) PDK Coupe',
 'transmission': 'automatic',
 'trim': 'CARRERA (992) PDK',
 'vin': 'WP0ZZZ99ZLS203814',
 'year': 2020}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF20%2520YTC%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [bca.uk] INFO: Saving data for YF20%20YTC: {'auction_closing_time': 1774951200.0, 'created_time': 1774354851.289667, 'last_price_update_time': 1774782128.398236}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF20%2520YTC') HTTP/1.1" 204 0
2026-03-29 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082632/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082632>
2026-03-29 11:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975788/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147114/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147124/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:02:08 [bca.uk] INFO: Found listing with ID: WHZ%208143
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WHZ%25208143%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [bca.uk] INFO: Scrape type for WHZ%208143: 1
2026-03-29 11:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d with identifier: WHZ%208143
2026-03-29 11:02:08 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:02:08 [bca.uk] INFO: Found listing with ID: OV13%20ULH
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV13%2520ULH%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [bca.uk] INFO: Scrape type for OV13%20ULH: 2
2026-03-29 11:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c4cfaee-7691-5c65-8f26-eded1a7b37c8 with identifier: OV13%20ULH
2026-03-29 11:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c4cfaee-7691-5c65-8f26-eded1a7b37c8 with scrape type 2
2026-03-29 11:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c4cfaee-7691-5c65-8f26-eded1a7b37c8 with scrape type 2
2026-03-29 11:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c4cfaee-7691-5c65-8f26-eded1a7b37c8, identifier: OV13%20ULH
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699082706%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082706 not downloaded yet
2026-03-29 11:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c4cfaee-7691-5c65-8f26-eded1a7b37c8 with identifier: OV13%20ULH
2026-03-29 11:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c4cfaee-7691-5c65-8f26-eded1a7b37c8 with identifier: OV13%20ULH
2026-03-29 11:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c4cfaee-7691-5c65-8f26-eded1a7b37c8 with identifier: OV13%20ULH to the API
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV13%20ULH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c4cfaee-7691-5c65-8f26-eded1a7b37c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV13 ULH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV13%20ULH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 161145,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 XS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 XS',
 'vin': 'SALFA2CC3DH363014',
 'year': 2013}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV13%2520ULH%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [bca.uk] INFO: Saving data for OV13%20ULH: {'auction_closing_time': 1775037600.0, 'created_time': 1774535120.849592, 'last_price_update_time': 1774782128.932332}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV13%2520ULH') HTTP/1.1" 204 0
2026-03-29 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20ENL-GB>
2026-03-29 11:02:08 [bca.uk] INFO: Found listing with ID: YB18%20HGA
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB18%2520HGA%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [bca.uk] INFO: Scrape type for YB18%20HGA: 0
2026-03-29 11:02:08 [bca.uk] INFO: Found listing with ID: YF16%20VUJ
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF16%2520VUJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [bca.uk] INFO: Scrape type for YF16%20VUJ: 1
2026-03-29 11:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfe50742-44c3-5c1a-99a0-f186a794ba0e with identifier: YF16%20VUJ
2026-03-29 11:02:08 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:02:08 [bca.uk] INFO: Found listing with ID: LM17%20HLX
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM17%2520HLX%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for LM17%20HLX: 1
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ca7f3b8-1161-565f-950d-f6d567be0694 with identifier: LM17%20HLX
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699082728%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082728 not downloaded yet
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c113d950>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_expert_report_file_d3589a00-e893-4665-9f16-a0d0add5f55a.pdf HTTP/1.1" 201 0
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903, skipping ID generation
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMJ15GNK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MJ15GNK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04000d0>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_expert_report_file_2d61ce9a-83fe-4694-9763-25bea91cba67.pdf HTTP/1.1" 201 0
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1d7ed20-281e-59a5-b08c-e24ee8f24f32, skipping ID generation
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFL17JFX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FL17JFX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c124a450>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_expert_report_file_23702e4c-71a2-48c3-bb16-e6604bda911b.pdf HTTP/1.1" 201 0
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 654d64db-456d-511f-b813-c59750fd57d4, skipping ID generation
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHX68VCJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HX68VCJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c117de90>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_expert_report_file_ab31e42a-ddbc-4560-a762-83c6c3a4aa9d.pdf HTTP/1.1" 201 0
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2649ed14-46d8-5740-ae25-02bf13b46d67, skipping ID generation
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDF59HXA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF59HXA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082617/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082617>
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: YH66%20USG
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH66%2520USG%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for YH66%20USG: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: YR15%20BJV
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520BJV%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for YR15%20BJV: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: YR64%20ZFO
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR64%2520ZFO%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for YR64%20ZFO: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: CK15%20AEP
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for CK15%20AEP: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: DA66%20OXP
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520OXP%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for DA66%20OXP: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: DE14%20WTA
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520WTA%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for DE14%20WTA: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: DE64%20TVD
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520TVD%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for DE64%20TVD: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: DV64%20UBN
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520UBN%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for DV64%20UBN: 1
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4 with identifier: DV64%20UBN
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: GK61%20APX
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520APX%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for GK61%20APX: 1
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17 with identifier: GK61%20APX
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699082743%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082743 not downloaded yet
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252138%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252138 not downloaded yet
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696906832%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906832 not downloaded yet
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696966290%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966290 not downloaded yet
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250308%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250308 not downloaded yet
2026-03-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cf9a90>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FLD75AOL%252F698975788%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975788/600 saved to cache
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057d410>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYG24RGT%252F699147114%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147114/600 saved to cache
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d800d0>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYG24RGT%252F699147124%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147124/600 saved to cache
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04aed10>
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_expert_report_file_0c036add-25f4-4659-a45b-69be2e2ce287.pdf HTTP/1.1" 201 0
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2da0ce89-b099-5d51-8be9-fc586623b7d2, skipping ID generation
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEO62BFE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO62BFE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082662/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082662>
2026-03-29 11:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG67%20GJU-GB>
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: FD16%20VWM
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520VWM%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for FD16%20VWM: 0
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: FL16%20CWO
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL16%2520CWO%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for FL16%20CWO: 1
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee with identifier: FL16%20CWO
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:02:09 [bca.uk] INFO: Found listing with ID: GF71%20YDC
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520YDC%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [bca.uk] INFO: Scrape type for GF71%20YDC: 2
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00730a69-bc23-5a47-8061-0f6bf8874e8b with identifier: GF71%20YDC
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00730a69-bc23-5a47-8061-0f6bf8874e8b with scrape type 2
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00730a69-bc23-5a47-8061-0f6bf8874e8b with scrape type 2
2026-03-29 11:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00730a69-bc23-5a47-8061-0f6bf8874e8b, identifier: GF71%20YDC
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252143%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252143 not downloaded yet
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696906834%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906834 not downloaded yet
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696966297%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966297 not downloaded yet
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250319%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250319 not downloaded yet
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250737%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250737 not downloaded yet
2026-03-29 11:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00730a69-bc23-5a47-8061-0f6bf8874e8b with identifier: GF71%20YDC
2026-03-29 11:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00730a69-bc23-5a47-8061-0f6bf8874e8b with identifier: GF71%20YDC
2026-03-29 11:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00730a69-bc23-5a47-8061-0f6bf8874e8b with identifier: GF71%20YDC to the API
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:10 [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': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF71%20YDC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '00730a69-bc23-5a47-8061-0f6bf8874e8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF71 YDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF71%20YDC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 45375,
 '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 HS 1.5 TGI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCITE DCT',
 'vin': 'LSJA24U97MN135093',
 'year': 2021}
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520YDC%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [bca.uk] INFO: Saving data for GF71%20YDC: {'auction_closing_time': 1774951200.0, 'created_time': 1774535107.106748, 'last_price_update_time': 1774782130.357939}
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520YDC') HTTP/1.1" 204 0
2026-03-29 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082644/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082644>
2026-03-29 11:02:10 [bca.uk] INFO: Found listing with ID: GV65%20GPK
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV65%2520GPK%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [bca.uk] INFO: Scrape type for GV65%20GPK: 0
2026-03-29 11:02:10 [bca.uk] INFO: Found listing with ID: HY65%20KRJ
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [bca.uk] INFO: Scrape type for HY65%20KRJ: 0
2026-03-29 11:02:10 [bca.uk] INFO: Found listing with ID: M70%20ODE
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M70%2520ODE%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [bca.uk] INFO: Scrape type for M70%20ODE: 0
2026-03-29 11:02:10 [bca.uk] INFO: Found listing with ID: PY14%20EBA
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520EBA%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [bca.uk] INFO: Scrape type for PY14%20EBA: 0
2026-03-29 11:02:10 [bca.uk] INFO: Found listing with ID: SH64%20FFB
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520FFB%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [bca.uk] INFO: Scrape type for SH64%20FFB: 1
2026-03-29 11:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30e42597-e1c7-53ae-a625-43bb8bfa72b2 with identifier: SH64%20FFB
2026-03-29 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:02:10 [bca.uk] INFO: Found listing with ID: ET66%20WBO
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [bca.uk] INFO: Scrape type for ET66%20WBO: 1
2026-03-29 11:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d1dec77-1467-54a2-89b8-510decdb8dc7 with identifier: ET66%20WBO
2026-03-29 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252151%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252151 not downloaded yet
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696906839%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906839 not downloaded yet
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696966303%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966303 not downloaded yet
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250328%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250328 not downloaded yet
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250743%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250743 not downloaded yet
2026-03-29 11:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082632/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082691/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082691>
2026-03-29 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA19%20LLG-GB>
2026-03-29 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082670/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082670>
2026-03-29 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV18%20GVY-GB>
2026-03-29 11:02:10 [scrapy.extensions.logstats] INFO: Crawled 34 pages (at 30 pages/min), scraped 109 items (at 91 items/min)
2026-03-29 11:02:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c208f750>
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_expert_report_file_f0eab79b-2866-457f-83f5-b07a7a23a417.pdf HTTP/1.1" 201 0
2026-03-29 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 534301ff-88c1-5039-9ad1-8f0d987bc984, skipping ID generation
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGX10XBP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GX10XBP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05c8110>
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_expert_report_file_899120f0-0581-4602-a81d-6903939fb197.pdf HTTP/1.1" 201 0
2026-03-29 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 890f21ab-8e4b-5714-94ca-324a10c954a5, skipping ID generation
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDF14ENO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF14ENO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c55550>
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_expert_report_file_0a52f00a-eb46-4570-91e0-69a5a330d3ee.pdf HTTP/1.1" 201 0
2026-03-29 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80dab8dc-6b05-5eff-b3b9-4146447e4ccc, skipping ID generation
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFJ20RXK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FJ20RXK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c55c50>
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_expert_report_file_128b595e-e1e7-4b87-a893-d773d62de32b.pdf HTTP/1.1" 201 0
2026-03-29 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c17a2b1-d874-58df-beb6-24c90329a928, skipping ID generation
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDG14PDV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DG14PDV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:10 [bca.uk] INFO: Found listing with ID: AE16%20SPZ
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE16%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [bca.uk] INFO: Scrape type for AE16%20SPZ: 0
2026-03-29 11:02:11 [bca.uk] INFO: Found listing with ID: CU54%20OFO
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU54%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [bca.uk] INFO: Scrape type for CU54%20OFO: 2
2026-03-29 11:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beb39843-63e1-5298-858e-601cc7218bd1 with identifier: CU54%20OFO
2026-03-29 11:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beb39843-63e1-5298-858e-601cc7218bd1 with scrape type 2
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beb39843-63e1-5298-858e-601cc7218bd1 with scrape type 2
2026-03-29 11:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: beb39843-63e1-5298-858e-601cc7218bd1, identifier: CU54%20OFO
2026-03-29 11:02:11 [bca.uk] INFO: Found listing with ID: EO66%20BRV
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO66%2520BRV%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [bca.uk] INFO: Scrape type for EO66%20BRV: 1
2026-03-29 11:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417ef3d0-c6da-5650-b16a-415917af8bd2 with identifier: EO66%20BRV
2026-03-29 11:02:11 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252156%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252156 not downloaded yet
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696906845%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906845 not downloaded yet
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696966308%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966308 not downloaded yet
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250343%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250343 not downloaded yet
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250748%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250748 not downloaded yet
2026-03-29 11:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: beb39843-63e1-5298-858e-601cc7218bd1 with identifier: CU54%20OFO
2026-03-29 11:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: beb39843-63e1-5298-858e-601cc7218bd1 with identifier: CU54%20OFO
2026-03-29 11:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: beb39843-63e1-5298-858e-601cc7218bd1 with identifier: CU54%20OFO to the API
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 410,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU54%20OFO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '6.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'beb39843-63e1-5298-858e-601cc7218bd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU54 OFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU54%20OFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BENTLEY',
 'model': 'CONTINENTAL GT',
 'odometer': 85198,
 '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': 'BENTLEY CONTINENTAL GT 6.0 W12 Coupe',
 'transmission': 'manual',
 'trim': 'W12',
 'vin': 'SCBCE63W75C024869',
 'year': 2004}
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU54%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [bca.uk] INFO: Saving data for CU54%20OFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774361626.933125, 'last_price_update_time': 1774782131.939409}
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU54%2520OFO') HTTP/1.1" 204 0
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698981038%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981038 not downloaded yet
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250275%27 HTTP/1.1" 200 None
2026-03-29 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250275 not downloaded yet
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697113593%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113593 not downloaded yet
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250344%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250344 not downloaded yet
2026-03-29 11:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082662/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082617/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250308/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250308>
2026-03-29 11:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082706/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082706>
2026-03-29 11:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250730/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO62BFE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:12 [bca.uk] INFO: Found listing with ID: GL61%20YHO
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520YHO%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [bca.uk] INFO: Scrape type for GL61%20YHO: 2
2026-03-29 11:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5a4424-4091-5409-b9ce-6bf07bbb105e with identifier: GL61%20YHO
2026-03-29 11:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5a4424-4091-5409-b9ce-6bf07bbb105e with scrape type 2
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef5a4424-4091-5409-b9ce-6bf07bbb105e with scrape type 2
2026-03-29 11:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef5a4424-4091-5409-b9ce-6bf07bbb105e, identifier: GL61%20YHO
2026-03-29 11:02:12 [bca.uk] INFO: Found listing with ID: EJ19%20NRO
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520NRO%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [bca.uk] INFO: Scrape type for EJ19%20NRO: 2
2026-03-29 11:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c9c262a-4732-5045-bf32-d71faa5e7133 with identifier: EJ19%20NRO
2026-03-29 11:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c9c262a-4732-5045-bf32-d71faa5e7133 with scrape type 2
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c9c262a-4732-5045-bf32-d71faa5e7133 with scrape type 2
2026-03-29 11:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c9c262a-4732-5045-bf32-d71faa5e7133, identifier: EJ19%20NRO
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252159%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252159 not downloaded yet
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696906852%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906852 not downloaded yet
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696966311%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966311 not downloaded yet
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250351%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250351 not downloaded yet
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250753%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250753 not downloaded yet
2026-03-29 11:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba1390>
2026-03-29 11:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FPN68BZB%252F699082632%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082632/600 saved to cache
2026-03-29 11:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef5a4424-4091-5409-b9ce-6bf07bbb105e with identifier: GL61%20YHO
2026-03-29 11:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef5a4424-4091-5409-b9ce-6bf07bbb105e with identifier: GL61%20YHO
2026-03-29 11:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef5a4424-4091-5409-b9ce-6bf07bbb105e with identifier: GL61%20YHO to the API
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL61%20YHO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef5a4424-4091-5409-b9ce-6bf07bbb105e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL61 YHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL61%20YHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200',
 'odometer': 71941,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 200 1.8 B/E AMG SPORT EDITION 125 TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT EDITION 125 TIP',
 'vin': 'WDD1724482F028573',
 'year': 2011}
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520YHO%27 HTTP/1.1" 200 None
2026-03-29 11:02:12 [bca.uk] INFO: Saving data for GL61%20YHO: {'auction_closing_time': 1774951200.0, 'created_time': 1774564122.25979, 'last_price_update_time': 1774782132.717164}
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL61%2520YHO') HTTP/1.1" 204 0
2026-03-29 11:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c9c262a-4732-5045-bf32-d71faa5e7133 with identifier: EJ19%20NRO
2026-03-29 11:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c9c262a-4732-5045-bf32-d71faa5e7133 with identifier: EJ19%20NRO
2026-03-29 11:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c9c262a-4732-5045-bf32-d71faa5e7133 with identifier: EJ19%20NRO to the API
2026-03-29 11:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ19%20NRO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c9c262a-4732-5045-bf32-d71faa5e7133',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ19 NRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ19%20NRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '320D',
 'odometer': 88181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5V52000AJ69069',
 'year': 2019}
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520NRO%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [bca.uk] INFO: Saving data for EJ19%20NRO: {'auction_closing_time': 1774951200.0, 'created_time': 1774535069.58769, 'last_price_update_time': 1774782133.204285}
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ19%2520NRO') HTTP/1.1" 204 0
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698981066%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981066 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250286%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250286 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697113598%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113598 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250353%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250353 not downloaded yet
2026-03-29 11:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:13 [bca.uk] INFO: Found listing with ID: VN17%20XYT
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN17%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [bca.uk] INFO: Scrape type for VN17%20XYT: 2
2026-03-29 11:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 825d8705-10de-5675-b781-9f9fa57bdb06 with identifier: VN17%20XYT
2026-03-29 11:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 825d8705-10de-5675-b781-9f9fa57bdb06 with scrape type 2
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 825d8705-10de-5675-b781-9f9fa57bdb06 with scrape type 2
2026-03-29 11:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 825d8705-10de-5675-b781-9f9fa57bdb06, identifier: VN17%20XYT
2026-03-29 11:02:13 [bca.uk] INFO: Found listing with ID: DE62%20FON
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE62%2520FON%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [bca.uk] INFO: Scrape type for DE62%20FON: 1
2026-03-29 11:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4af15117-4e31-51a6-9931-cf5cb805453c with identifier: DE62%20FON
2026-03-29 11:02:13 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252168%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252168 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696906860%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906860 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696966316%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966316 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250368%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250368 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250760%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250760 not downloaded yet
2026-03-29 11:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082670/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906832/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906832>
2026-03-29 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966290/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966290>
2026-03-29 11:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 825d8705-10de-5675-b781-9f9fa57bdb06 with identifier: VN17%20XYT
2026-03-29 11:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 825d8705-10de-5675-b781-9f9fa57bdb06 with identifier: VN17%20XYT
2026-03-29 11:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 825d8705-10de-5675-b781-9f9fa57bdb06 with identifier: VN17%20XYT to the API
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN17%20XYT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '825d8705-10de-5675-b781-9f9fa57bdb06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN17 XYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN17%20XYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 16076,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 2.0 TURBO D SRI VX-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D SRI VX-LINE',
 'vin': 'W0LZS6EG7J1004440',
 'year': 2017}
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN17%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [bca.uk] INFO: Saving data for VN17%20XYT: {'auction_closing_time': 1774864800.0, 'created_time': 1774650865.035564, 'last_price_update_time': 1774782133.825234}
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN17%2520XYT') HTTP/1.1" 204 0
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698981088%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981088 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250293%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250293 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697113604%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113604 not downloaded yet
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250360%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250360 not downloaded yet
2026-03-29 11:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082691/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:02:13 [bca.uk] INFO: Found listing with ID: ASZ%205349
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ASZ%25205349%27 HTTP/1.1" 200 None
2026-03-29 11:02:13 [bca.uk] INFO: Scrape type for ASZ%205349: 2
2026-03-29 11:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49ec071b-7834-56d9-8da7-609c14e76964 with identifier: ASZ%205349
2026-03-29 11:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49ec071b-7834-56d9-8da7-609c14e76964 with scrape type 2
2026-03-29 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49ec071b-7834-56d9-8da7-609c14e76964 with scrape type 2
2026-03-29 11:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49ec071b-7834-56d9-8da7-609c14e76964, identifier: ASZ%205349
2026-03-29 11:02:14 [bca.uk] INFO: Found listing with ID: RK21%20HHP
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK21%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [bca.uk] INFO: Scrape type for RK21%20HHP: 1
2026-03-29 11:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfe641c3-e3b2-586d-bd40-096ec0d57e8a with identifier: RK21%20HHP
2026-03-29 11:02:14 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699252177%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252177 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D696906867%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906867 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D696966321%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966321 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250388%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250388 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250773%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250773 not downloaded yet
2026-03-29 11:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082644/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250737/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250737>
2026-03-29 11:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49ec071b-7834-56d9-8da7-609c14e76964 with identifier: ASZ%205349
2026-03-29 11:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49ec071b-7834-56d9-8da7-609c14e76964 with identifier: ASZ%205349
2026-03-29 11:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49ec071b-7834-56d9-8da7-609c14e76964 with identifier: ASZ%205349 to the API
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ASZ%205349-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '49ec071b-7834-56d9-8da7-609c14e76964',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ASZ 5349',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ASZ%205349&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'C350 E',
 'odometer': 121161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C350 E 2.0 SPORT Estate',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2052472F543312',
 'year': 2017}
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ASZ%25205349%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [bca.uk] INFO: Saving data for ASZ%205349: {'auction_closing_time': 1774864800.0, 'created_time': 1774650877.651639, 'last_price_update_time': 1774782134.51759}
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ASZ%25205349') HTTP/1.1" 204 0
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D698981116%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981116 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250307%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250307 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D697113611%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113611 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250372%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250372 not downloaded yet
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057c9d0>
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_expert_report_file_578bc7ca-c0fd-4809-879a-ea0dafbb18ae.pdf HTTP/1.1" 201 0
2026-03-29 11:02:14 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f3faefc-c37e-54b1-a12e-fd46a8e80489, skipping ID generation
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3DVK67ENL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VK67ENL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05d2d50>
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FPN68BZB%252F699082662%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082662/600 saved to cache
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1d27510>
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FPN68BZB%252F699082617%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082617/600 saved to cache
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f08090>
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_expert_report_file_69db15c1-25f6-440b-a5f6-f53b98f450e6.pdf HTTP/1.1" 201 0
2026-03-29 11:02:14 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 297b1e09-1068-5d32-9db7-87d9551e46d2, skipping ID generation
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3DBJ67FKL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BJ67FKL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eaa9d0>
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_expert_report_file_8b6d6aac-abb8-46ad-b294-316cf90b4c36.pdf HTTP/1.1" 201 0
2026-03-29 11:02:14 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce94861d-e050-5142-a240-db979c2dce66, skipping ID generation
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3DFG67GJU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FG67GJU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250730/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250308/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:02:14 [bca.uk] INFO: Found listing with ID: FE04%20PMY
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE04%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [bca.uk] INFO: Scrape type for FE04%20PMY: 1
2026-03-29 11:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8d1713d-f4ff-5c78-9c82-a2886554109d with identifier: FE04%20PMY
2026-03-29 11:02:14 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:02:14 [bca.uk] INFO: Found listing with ID: PK21%20JWF
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK21%2520JWF%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [bca.uk] INFO: Scrape type for PK21%20JWF: 1
2026-03-29 11:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dd45ced-ec66-53dd-bfc5-cd853a744567 with identifier: PK21%20JWF
2026-03-29 11:02:14 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699252186%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252186 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D696906874%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906874 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250405%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250405 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250786%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250786 not downloaded yet
2026-03-29 11:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082706/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D698981137%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981137 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250317%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250317 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D697113615%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113615 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250378%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250378 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699206948%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206948 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699262384%27 HTTP/1.1" 200 None
2026-03-29 11:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262384 not downloaded yet
2026-03-29 11:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250867%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250867 not downloaded yet
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1a8b110>
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FPN68BZB%252F699082670%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082670/600 saved to cache
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20879d0>
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FPN68BZB%252F699082691%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082691/600 saved to cache
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250753/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250753>
2026-03-29 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250748/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250748>
2026-03-29 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250343/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250343>
2026-03-29 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966308/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966308>
2026-03-29 11:02:15 [bca.uk] INFO: Found listing with ID: OY12%20WFC
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY12%2520WFC%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [bca.uk] INFO: Scrape type for OY12%20WFC: 2
2026-03-29 11:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d86be0b1-ab8f-5818-93ca-91a68a360ddb with identifier: OY12%20WFC
2026-03-29 11:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d86be0b1-ab8f-5818-93ca-91a68a360ddb with scrape type 2
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d86be0b1-ab8f-5818-93ca-91a68a360ddb with scrape type 2
2026-03-29 11:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d86be0b1-ab8f-5818-93ca-91a68a360ddb, identifier: OY12%20WFC
2026-03-29 11:02:15 [bca.uk] INFO: Found listing with ID: MV13%20FCF
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV13%2520FCF%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [bca.uk] INFO: Scrape type for MV13%20FCF: 2
2026-03-29 11:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83276cc2-429c-557a-883e-9f0294a23ab5 with identifier: MV13%20FCF
2026-03-29 11:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83276cc2-429c-557a-883e-9f0294a23ab5 with scrape type 2
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83276cc2-429c-557a-883e-9f0294a23ab5 with scrape type 2
2026-03-29 11:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83276cc2-429c-557a-883e-9f0294a23ab5, identifier: MV13%20FCF
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699252202%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252202 not downloaded yet
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D696906879%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906879 not downloaded yet
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250422%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250422 not downloaded yet
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250801%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250801 not downloaded yet
2026-03-29 11:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d86be0b1-ab8f-5818-93ca-91a68a360ddb with identifier: OY12%20WFC
2026-03-29 11:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d86be0b1-ab8f-5818-93ca-91a68a360ddb with identifier: OY12%20WFC
2026-03-29 11:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d86be0b1-ab8f-5818-93ca-91a68a360ddb with identifier: OY12%20WFC to the API
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY12%20WFC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd86be0b1-ab8f-5818-93ca-91a68a360ddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY12 WFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY12%20WFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 126011,
 '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': 'LAND ROVER DISCOVERY 4 3.0 SDV6 255 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 255 HSE',
 'vin': 'SALLAAAG5CA618976',
 'year': 2012}
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY12%2520WFC%27 HTTP/1.1" 200 None
2026-03-29 11:02:15 [bca.uk] INFO: Saving data for OY12%20WFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650878.783915, 'last_price_update_time': 1774782135.749879}
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY12%2520WFC') HTTP/1.1" 204 0
2026-03-29 11:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83276cc2-429c-557a-883e-9f0294a23ab5 with identifier: MV13%20FCF
2026-03-29 11:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83276cc2-429c-557a-883e-9f0294a23ab5 with identifier: MV13%20FCF
2026-03-29 11:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83276cc2-429c-557a-883e-9f0294a23ab5 with identifier: MV13%20FCF to the API
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV13%20FCF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '83276cc2-429c-557a-883e-9f0294a23ab5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV13 FCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV13%20FCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 80 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '80 ZETEC',
 'vin': 'WF0CXXGAKCDJ22424',
 'year': 2013}
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV13%2520FCF%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [bca.uk] INFO: Saving data for MV13%20FCF: {'auction_closing_time': 1775037600.0, 'created_time': 1774425720.868047, 'last_price_update_time': 1774782136.129738}
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV13%2520FCF') HTTP/1.1" 204 0
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D698981165%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981165 not downloaded yet
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250339%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250339 not downloaded yet
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D697113619%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113619 not downloaded yet
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250394%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250394 not downloaded yet
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699206956%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206956 not downloaded yet
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699262393%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262393 not downloaded yet
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250876%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250876 not downloaded yet
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0cf50>
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_expert_report_file_93a265fe-2712-4dcb-b29e-43e8f7c1bd06.pdf HTTP/1.1" 201 0
2026-03-29 11:02:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b44206aa-c760-569d-9eaf-c845be300f4a, skipping ID generation
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3DSV18GVY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SV18GVY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b73010>
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FPN68BZB%252F699082644%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082644/600 saved to cache
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906832/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250351/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250351>
2026-03-29 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250353/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250353>
2026-03-29 11:02:16 [bca.uk] INFO: Found listing with ID: YY15%20GXL
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY15%2520GXL%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [bca.uk] INFO: Scrape type for YY15%20GXL: 2
2026-03-29 11:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e960d11-7ab4-5d62-a0fb-4c64bccdcc95 with identifier: YY15%20GXL
2026-03-29 11:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e960d11-7ab4-5d62-a0fb-4c64bccdcc95 with scrape type 2
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e960d11-7ab4-5d62-a0fb-4c64bccdcc95 with scrape type 2
2026-03-29 11:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e960d11-7ab4-5d62-a0fb-4c64bccdcc95, identifier: YY15%20GXL
2026-03-29 11:02:16 [bca.uk] INFO: Found listing with ID: MJ16%20VHE
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ16%2520VHE%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [bca.uk] INFO: Scrape type for MJ16%20VHE: 2
2026-03-29 11:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with identifier: MJ16%20VHE
2026-03-29 11:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with scrape type 2
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with scrape type 2
2026-03-29 11:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96a29e23-d156-5e71-ba05-3d1e2049c2c0, identifier: MJ16%20VHE
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250816%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250816 not downloaded yet
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b798d0>
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEO62BFE%252F699250730%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250730/600 saved to cache
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fdfa10>
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDF59HXA%252F699250308%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250308/600 saved to cache
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fe3dd0>
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_expert_report_file_6f647c3f-c5ca-4fd5-8bb5-78d673103b01.pdf HTTP/1.1" 201 0
2026-03-29 11:02:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dbab5023-5d85-5b69-96c1-2ab3b59c804d, skipping ID generation
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3DYA19LLG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YA19LLG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fe4d50>
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FPN68BZB%252F699082706%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082706/600 saved to cache
2026-03-29 11:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113604/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113604>
2026-03-29 11:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250737/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250360/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250360>
2026-03-29 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250293>
2026-03-29 11:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966290/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e960d11-7ab4-5d62-a0fb-4c64bccdcc95 with identifier: YY15%20GXL
2026-03-29 11:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e960d11-7ab4-5d62-a0fb-4c64bccdcc95 with identifier: YY15%20GXL
2026-03-29 11:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e960d11-7ab4-5d62-a0fb-4c64bccdcc95 with identifier: YY15%20GXL to the API
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY15%20GXL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e960d11-7ab4-5d62-a0fb-4c64bccdcc95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY15 GXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY15%20GXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 69408,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.2 P/T 110 DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 DSTYLE PLUS',
 'vin': 'VF7SAHNZ6FW534361',
 'year': 2015}
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY15%2520GXL%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Saving data for YY15%20GXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774362668.131163, 'last_price_update_time': 1774782137.243957}
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY15%2520GXL') HTTP/1.1" 204 0
2026-03-29 11:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with identifier: MJ16%20VHE
2026-03-29 11:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with identifier: MJ16%20VHE
2026-03-29 11:02:17 [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-29 11:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:02:17 [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': 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-04-01T10: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-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ16%2520VHE%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Saving data for MJ16%20VHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774425715.454452, 'last_price_update_time': 1774782137.63171}
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:17 [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-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D698981201%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981201 not downloaded yet
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250361%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250361 not downloaded yet
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D697113622%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113622 not downloaded yet
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250410%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250410 not downloaded yet
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699206963%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206963 not downloaded yet
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699262400%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262400 not downloaded yet
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250885%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250885 not downloaded yet
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209159%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209159 not downloaded yet
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: WJ68%20YNB
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ68%2520YNB%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for WJ68%20YNB: 0
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: YH19%20LVV
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH19%2520LVV%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for YH19%20LVV: 0
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: EA18%20YDV
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA18%2520YDV%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for EA18%20YDV: 0
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: OO67%20KEZ
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OO67%2520KEZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for OO67%20KEZ: 0
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: RF68%20YKB
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF68%2520YKB%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for RF68%20YKB: 0
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: EF03%20CXR
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF03%2520CXR%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for EF03%20CXR: 0
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: LK18%20UPR
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK18%2520UPR%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for LK18%20UPR: 0
2026-03-29 11:02:17 [bca.uk] INFO: Found listing with ID: KK15%20GPV
2026-03-29 11:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KK15%2520GPV%27 HTTP/1.1" 200 None
2026-03-29 11:02:17 [bca.uk] INFO: Scrape type for KK15%20GPV: 2
2026-03-29 11:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 930373a9-2b50-55cb-aecf-279d066825cc with identifier: KK15%20GPV
2026-03-29 11:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 930373a9-2b50-55cb-aecf-279d066825cc with scrape type 2
2026-03-29 11:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 930373a9-2b50-55cb-aecf-279d066825cc with scrape type 2
2026-03-29 11:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 930373a9-2b50-55cb-aecf-279d066825cc, identifier: KK15%20GPV
2026-03-29 11:02:18 [bca.uk] INFO: Found listing with ID: MH22%20KGO
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH22%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [bca.uk] INFO: Scrape type for MH22%20KGO: 1
2026-03-29 11:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6090bc60-1c27-5840-ac70-86e691f2a52e with identifier: MH22%20KGO
2026-03-29 11:02:18 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209277%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209277 not downloaded yet
2026-03-29 11:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 930373a9-2b50-55cb-aecf-279d066825cc with identifier: KK15%20GPV
2026-03-29 11:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 930373a9-2b50-55cb-aecf-279d066825cc with identifier: KK15%20GPV
2026-03-29 11:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 930373a9-2b50-55cb-aecf-279d066825cc with identifier: KK15%20GPV to the API
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK15%20GPV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '930373a9-2b50-55cb-aecf-279d066825cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KK15 GPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK15%20GPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'YETI OUTDOOR',
 'odometer': 95226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA YETI OUTDOOR 1.2 TSI 110 SE L DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI 110 SE L DSG',
 'vin': 'TMBKF95L8G6020650',
 'year': 2015}
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK15%2520GPV%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [bca.uk] INFO: Saving data for KK15%20GPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562561.79529, 'last_price_update_time': 1774782138.382017}
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK15%2520GPV') HTTP/1.1" 204 0
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D698981251%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981251 not downloaded yet
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250377%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250377 not downloaded yet
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250424%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250424 not downloaded yet
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699206971%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206971 not downloaded yet
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699262405%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262405 not downloaded yet
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250892%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250892 not downloaded yet
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209174%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209174 not downloaded yet
2026-03-29 11:02:18 [bca.uk] INFO: Found listing with ID: SV15%20VVF
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV15%2520VVF%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [bca.uk] INFO: Scrape type for SV15%20VVF: 2
2026-03-29 11:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baaa786f-7913-51af-874c-108d73b057b8 with identifier: SV15%20VVF
2026-03-29 11:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baaa786f-7913-51af-874c-108d73b057b8 with scrape type 2
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baaa786f-7913-51af-874c-108d73b057b8 with scrape type 2
2026-03-29 11:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baaa786f-7913-51af-874c-108d73b057b8, identifier: SV15%20VVF
2026-03-29 11:02:18 [bca.uk] INFO: Found listing with ID: MC66%20XFJ
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC66%2520XFJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [bca.uk] INFO: Scrape type for MC66%20XFJ: 1
2026-03-29 11:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f444a203-88ef-53b2-8354-8fe77b17fe57 with identifier: MC66%20XFJ
2026-03-29 11:02:18 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209289%27 HTTP/1.1" 200 None
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209289 not downloaded yet
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c438c450>
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FFL17JFX%252F696906832%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906832/600 saved to cache
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c120f150>
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEO62BFE%252F699250737%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250737/600 saved to cache
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2d9d550>
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FHX68VCJ%252F696966290%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966290/600 saved to cache
2026-03-29 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baaa786f-7913-51af-874c-108d73b057b8 with identifier: SV15%20VVF
2026-03-29 11:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baaa786f-7913-51af-874c-108d73b057b8 with identifier: SV15%20VVF
2026-03-29 11:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baaa786f-7913-51af-874c-108d73b057b8 with identifier: SV15%20VVF to the API
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV15%20VVF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'baaa786f-7913-51af-874c-108d73b057b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV15 VVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV15%20VVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'S3 SALOON',
 'odometer': 86196,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI S3 SALOON 2.0 TFS1 300 QUATTRO S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TFS1 300 QUATTRO S-T',
 'vin': 'WAUZZZ8V1F1114915',
 'year': 2015}
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV15%2520VVF%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Saving data for SV15%20VVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774130867.544874, 'last_price_update_time': 1774782139.263963}
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV15%2520VVF') HTTP/1.1" 204 0
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D698981299%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981299 not downloaded yet
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250397%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250397 not downloaded yet
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250441%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250441 not downloaded yet
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699206979%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206979 not downloaded yet
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699262413%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262413 not downloaded yet
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250900%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250900 not downloaded yet
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209180%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209180 not downloaded yet
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: LK66%20RLX
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for LK66%20RLX: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: MJ65%20XFP
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ65%2520XFP%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for MJ65%20XFP: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: SM70%20LKK
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM70%2520LKK%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for SM70%20LKK: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: AJ17%20HXL
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for AJ17%20HXL: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: AO65%20YFV
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520YFV%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for AO65%20YFV: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: EY18%20ZXV
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY18%2520ZXV%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for EY18%20ZXV: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: HV15%20WJD
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV15%2520WJD%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for HV15%20WJD: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: KM62%20FPV
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM62%2520FPV%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for KM62%20FPV: 0
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: BG56%20VSO
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG56%2520VSO%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for BG56%20VSO: 2
2026-03-29 11:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0 with identifier: BG56%20VSO
2026-03-29 11:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0 with scrape type 2
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0 with scrape type 2
2026-03-29 11:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0, identifier: BG56%20VSO
2026-03-29 11:02:19 [bca.uk] INFO: Found listing with ID: GF19%20JNN
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF19%2520JNN%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [bca.uk] INFO: Scrape type for GF19%20JNN: 1
2026-03-29 11:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152c646d-ef5e-5430-9fc1-51fea08c9499 with identifier: GF19%20JNN
2026-03-29 11:02:19 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209298%27 HTTP/1.1" 200 None
2026-03-29 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209298 not downloaded yet
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250353/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250293/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113604/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250343/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250351/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250748/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250360/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966308/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0 with identifier: BG56%20VSO
2026-03-29 11:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0 with identifier: BG56%20VSO
2026-03-29 11:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0 with identifier: BG56%20VSO to the API
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG56%20VSO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f76cd7d7-d41d-5bad-aeee-dedd8c1cf3e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG56 VSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG56%20VSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'CITY-COUPE',
 'odometer': 72311,
 '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': 'SMART CITY-COUPE 0.7 PASSION Coupe',
 'transmission': 'automatic',
 'trim': 'PASSION',
 'vin': 'WME4503322J303616',
 'year': 2006}
2026-03-29 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG56%2520VSO%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Saving data for BG56%20VSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774478123.141135, 'last_price_update_time': 1774782140.00752}
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG56%2520VSO') HTTP/1.1" 204 0
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699206994%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206994 not downloaded yet
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699262422%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262422 not downloaded yet
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250923%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250923 not downloaded yet
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209188%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209188 not downloaded yet
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: EN59%20JWZ
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN59%2520JWZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for EN59%20JWZ: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: GD10%20BNJ
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for GD10%20BNJ: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: GY62%20OLR
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520OLR%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for GY62%20OLR: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: LJ63%20JYB
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ63%2520JYB%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for LJ63%20JYB: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: LS06%20BVE
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS06%2520BVE%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for LS06%20BVE: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: LT10%20XJA
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT10%2520XJA%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for LT10%20XJA: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: LT64%20YWX
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT64%2520YWX%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for LT64%20YWX: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: ML10%20HFR
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML10%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for ML10%20HFR: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: NA52%20HNU
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA52%2520HNU%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for NA52%20HNU: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: NJ15%20YWH
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520YWH%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for NJ15%20YWH: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: RJ03%20NRF
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ03%2520NRF%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for RJ03%20NRF: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: WD59%20AZX
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD59%2520AZX%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for WD59%20AZX: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: YB57%20FZC
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB57%2520FZC%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for YB57%20FZC: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: YN08%20UVD
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN08%2520UVD%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for YN08%20UVD: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: AJ59%20YCC
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ59%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for AJ59%20YCC: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: BG61%20XGP
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG61%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for BG61%20XGP: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: DA59%20ZDF
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA59%2520ZDF%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for DA59%20ZDF: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: DE61%20AVB
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for DE61%20AVB: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: DU11%20ZKX
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for DU11%20ZKX: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: EJ11%20WXD
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ11%2520WXD%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for EJ11%20WXD: 0
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: EJ65%20WRC
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520WRC%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for EJ65%20WRC: 1
2026-03-29 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30656b1a-1ef0-570d-b003-87686be88982 with identifier: EJ65%20WRC
2026-03-29 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209310%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209310 not downloaded yet
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699207009%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699207009 not downloaded yet
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699262429%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262429 not downloaded yet
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699250940%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250940 not downloaded yet
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%3D699209198%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209198 not downloaded yet
2026-03-29 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206963/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206963>
2026-03-29 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262400/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262400>
2026-03-29 11:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250753/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113622>
2026-03-29 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250361/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250361>
2026-03-29 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209159/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209159>
2026-03-29 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250410>
2026-03-29 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250885/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250885>
2026-03-29 11:02:20 [bca.uk] INFO: Found listing with ID: CK20%20UDP
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520UDP%27 HTTP/1.1" 200 None
2026-03-29 11:02:20 [bca.uk] INFO: Scrape type for CK20%20UDP: 2
2026-03-29 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 241dc19f-6352-5d97-935c-531a409dfff5 with identifier: CK20%20UDP
2026-03-29 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 241dc19f-6352-5d97-935c-531a409dfff5 with scrape type 2
2026-03-29 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 241dc19f-6352-5d97-935c-531a409dfff5 with scrape type 2
2026-03-29 11:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 241dc19f-6352-5d97-935c-531a409dfff5, identifier: CK20%20UDP
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209313%27 HTTP/1.1" 200 None
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209313 not downloaded yet
2026-03-29 11:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 241dc19f-6352-5d97-935c-531a409dfff5 with identifier: CK20%20UDP
2026-03-29 11:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 241dc19f-6352-5d97-935c-531a409dfff5 with identifier: CK20%20UDP
2026-03-29 11:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 241dc19f-6352-5d97-935c-531a409dfff5 with identifier: CK20%20UDP to the API
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:21 [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': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK20%20UDP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '241dc19f-6352-5d97-935c-531a409dfff5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK20 UDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK20%20UDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 77430,
 '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 DEFENDER 110 2.0 D200 AWD S (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD S (5ST)',
 'vin': 'SALEA7AN8L2004255',
 'year': 2020}
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520UDP%27 HTTP/1.1" 200 None
2026-03-29 11:02:21 [bca.uk] INFO: Saving data for CK20%20UDP: {'auction_closing_time': 1774951200.0, 'created_time': 1774418935.228906, 'last_price_update_time': 1774782141.553716}
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK20%2520UDP') HTTP/1.1" 204 0
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699207024%27 HTTP/1.1" 200 None
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699207024 not downloaded yet
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699262436%27 HTTP/1.1" 200 None
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262436 not downloaded yet
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250958%27 HTTP/1.1" 200 None
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250958 not downloaded yet
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209211%27 HTTP/1.1" 200 None
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209211 not downloaded yet
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c056b7d0>
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDG14PDV%252F699250353%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250353/600 saved to cache
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04a9790>
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDF14ENO%252F699250293%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250293/600 saved to cache
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20fb110>
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FFJ20RXK%252F697113604%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113604/600 saved to cache
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c03f7290>
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDF59HXA%252F699250343%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250343/600 saved to cache
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e8d810>
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDF59HXA%252F699250351%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250351/600 saved to cache
2026-03-29 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04a8d90>
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEO62BFE%252F699250748%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250748/600 saved to cache
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c046a1d0>
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDG14PDV%252F699250360%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250360/600 saved to cache
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057c890>
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FHX68VCJ%252F696966308%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966308/600 saved to cache
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:02:22 [bca.uk] INFO: Found listing with ID: BU19%20YAO
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [bca.uk] INFO: Scrape type for BU19%20YAO: 2
2026-03-29 11:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf0cf39e-0d5c-519f-a17d-84ace37d2901 with identifier: BU19%20YAO
2026-03-29 11:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf0cf39e-0d5c-519f-a17d-84ace37d2901 with scrape type 2
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf0cf39e-0d5c-519f-a17d-84ace37d2901 with scrape type 2
2026-03-29 11:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf0cf39e-0d5c-519f-a17d-84ace37d2901, identifier: BU19%20YAO
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209329%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209329 not downloaded yet
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250900/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250900>
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209180/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209180>
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981299/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981299>
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250397/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250397>
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262413/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262413>
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250441/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250441>
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209289/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209289>
2026-03-29 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206979/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206979>
2026-03-29 11:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf0cf39e-0d5c-519f-a17d-84ace37d2901 with identifier: BU19%20YAO
2026-03-29 11:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf0cf39e-0d5c-519f-a17d-84ace37d2901 with identifier: BU19%20YAO
2026-03-29 11:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf0cf39e-0d5c-519f-a17d-84ace37d2901 with identifier: BU19%20YAO to the API
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:22 [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': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU19%20YAO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf0cf39e-0d5c-519f-a17d-84ace37d2901',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU19 YAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU19%20YAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 42952,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SPORT EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDD1770032N068347',
 'year': 2019}
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [bca.uk] INFO: Saving data for BU19%20YAO: {'auction_closing_time': 1774951200.0, 'created_time': 1774622141.869722, 'last_price_update_time': 1774782142.625309}
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU19%2520YAO') HTTP/1.1" 204 0
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699207045%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699207045 not downloaded yet
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699262444%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262444 not downloaded yet
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250978%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250978 not downloaded yet
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209229%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209229 not downloaded yet
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0779b50>
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEO62BFE%252F699250753%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250753/600 saved to cache
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:02:22 [bca.uk] INFO: Found listing with ID: YH19%20KBB
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520KBB%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [bca.uk] INFO: Scrape type for YH19%20KBB: 2
2026-03-29 11:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24cca714-7a72-556a-860c-a486ffbfa453 with identifier: YH19%20KBB
2026-03-29 11:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24cca714-7a72-556a-860c-a486ffbfa453 with scrape type 2
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24cca714-7a72-556a-860c-a486ffbfa453 with scrape type 2
2026-03-29 11:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24cca714-7a72-556a-860c-a486ffbfa453, identifier: YH19%20KBB
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209342%27 HTTP/1.1" 200 None
2026-03-29 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209342 not downloaded yet
2026-03-29 11:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24cca714-7a72-556a-860c-a486ffbfa453 with identifier: YH19%20KBB
2026-03-29 11:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24cca714-7a72-556a-860c-a486ffbfa453 with identifier: YH19%20KBB
2026-03-29 11:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24cca714-7a72-556a-860c-a486ffbfa453 with identifier: YH19%20KBB to the API
2026-03-29 11:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:23 [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=YH19%20KBB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24cca714-7a72-556a-860c-a486ffbfa453',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH19 KBB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH19%20KBB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 97090,
 '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 520D 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJF32090BX21341',
 'year': 2019}
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520KBB%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Saving data for YH19%20KBB: {'auction_closing_time': 1774951200.0, 'created_time': 1774350227.099778, 'last_price_update_time': 1774782143.208017}
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH19%2520KBB') HTTP/1.1" 204 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209240%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209240 not downloaded yet
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262400/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209310/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209310>
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250885/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206963/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209159/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: YE62%20AZZ
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE62%2520AZZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for YE62%20AZZ: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59719e26-78b6-5e1a-bb69-3f2851f4dfa3 with identifier: YE62%20AZZ
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209365%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209365 not downloaded yet
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250361/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113622/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209261%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209261 not downloaded yet
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: XO09%20SEB
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XO09%2520SEB%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for XO09%20SEB: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ad4def-e600-5058-b55b-f056e247a4a1 with identifier: XO09%20SEB
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699209387%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209387 not downloaded yet
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: RY65%20VKS
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY65%2520VKS%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for RY65%20VKS: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51339bd8-b181-5003-9db7-a2b05b0cd0e2 with identifier: RY65%20VKS
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: RJ16%20CDK
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520CDK%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for RJ16%20CDK: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd8b81ca-25f0-574a-ad43-a32226f92a09 with identifier: RJ16%20CDK
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209289/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: RF17%20GVT
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520GVT%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for RF17%20GVT: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c80ced7-c691-5333-acbe-2a24e66960c1 with identifier: RF17%20GVT
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206979/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0749650>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FBJ67FKL%252F699262400%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262400/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea2110>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FFG67GJU%252F699250885%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250885/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ff4bd0>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FVK67ENL%252F699206963%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206963/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04a7cd0>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FSV18GVY%252F699209159%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209159/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981299/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209180/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250441/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262413/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: ND16%20UAR
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND16%2520UAR%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for ND16%20UAR: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ea3fd80-65ae-5a7a-a579-6f8801672b32 with identifier: ND16%20UAR
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250900/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250397/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f0f950>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDF14ENO%252F699250361%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250361/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10fdfd0>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDG14PDV%252F699250410%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250410/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b94e90>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FFJ20RXK%252F697113622%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113622/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: LD69%20WFH
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520WFH%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for LD69%20WFH: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4af19ff9-eb57-5cb1-9d92-4833062a1130 with identifier: LD69%20WFH
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209342/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209342>
2026-03-29 11:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209310/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:23 [bca.uk] INFO: Found listing with ID: KR68%20LWZ
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR68%2520LWZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:23 [bca.uk] INFO: Scrape type for KR68%20LWZ: 1
2026-03-29 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68b60b29-310b-59ac-b6cc-426037be0f31 with identifier: KR68%20LWZ
2026-03-29 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c76310>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYA19LLG%252F699209289%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209289/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f0c990>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FVK67ENL%252F699206979%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206979/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e8c190>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGX10XBP%252F698981299%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981299/600 saved to cache
2026-03-29 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e0dd0>
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FSV18GVY%252F699209180%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209180/600 saved to cache
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e8ce90>
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDG14PDV%252F699250441%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250441/600 saved to cache
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa7b10>
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FBJ67FKL%252F699262413%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262413/600 saved to cache
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04e3210>
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FFG67GJU%252F699250900%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250900/600 saved to cache
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8cf50>
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDF14ENO%252F699250397%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250397/600 saved to cache
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209229/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209229>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209240/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209240>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209329/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209329>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262444/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262444>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207045/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699207045>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250978/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250978>
2026-03-29 11:02:24 [bca.uk] INFO: Found listing with ID: GV14%20CUC
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV14%2520CUC%27 HTTP/1.1" 200 None
2026-03-29 11:02:24 [bca.uk] INFO: Scrape type for GV14%20CUC: 1
2026-03-29 11:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 271ca34c-c14d-58b7-9d64-f4eae5519871 with identifier: GV14%20CUC
2026-03-29 11:02:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:24 [bca.uk] INFO: Found listing with ID: GD69%20OMW
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520OMW%27 HTTP/1.1" 200 None
2026-03-29 11:02:24 [bca.uk] INFO: Scrape type for GD69%20OMW: 1
2026-03-29 11:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d6994b-8b62-5cec-be0b-76f344ebe18a with identifier: GD69%20OMW
2026-03-29 11:02:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e5c810>
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYA19LLG%252F699209310%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209310/600 saved to cache
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:24 [bca.uk] INFO: Found listing with ID: EK68%20WBM
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK68%2520WBM%27 HTTP/1.1" 200 None
2026-03-29 11:02:24 [bca.uk] INFO: Scrape type for EK68%20WBM: 2
2026-03-29 11:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf5acddf-d67b-533d-b4da-f4361f8570db with identifier: EK68%20WBM
2026-03-29 11:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf5acddf-d67b-533d-b4da-f4361f8570db with scrape type 2
2026-03-29 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf5acddf-d67b-533d-b4da-f4361f8570db with scrape type 2
2026-03-29 11:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf5acddf-d67b-533d-b4da-f4361f8570db, identifier: EK68%20WBM
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY65%20VKS-GB>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ16%20CDK-GB>
2026-03-29 11:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf5acddf-d67b-533d-b4da-f4361f8570db with identifier: EK68%20WBM
2026-03-29 11:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf5acddf-d67b-533d-b4da-f4361f8570db with identifier: EK68%20WBM
2026-03-29 11:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf5acddf-d67b-533d-b4da-f4361f8570db with identifier: EK68%20WBM to the API
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:24 [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': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK68%20WBM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf5acddf-d67b-533d-b4da-f4361f8570db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK68 WBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK68%20WBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 40040,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1R520107B77068',
 'year': 2018}
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK68%2520WBM%27 HTTP/1.1" 200 None
2026-03-29 11:02:24 [bca.uk] INFO: Saving data for EK68%20WBM: {'auction_closing_time': 1774951200.0, 'created_time': 1774535020.354382, 'last_price_update_time': 1774782144.862638}
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK68%2520WBM') HTTP/1.1" 204 0
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209365/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209365>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209387/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209387>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209261/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209261>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=XO09%20SEB-GB>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE62%20AZZ-GB>
2026-03-29 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF17%20GVT-GB>
2026-03-29 11:02:24 [bca.uk] INFO: Found listing with ID: EF63%20OVD
2026-03-29 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF63%2520OVD%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for EF63%20OVD: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8a2a312-ee21-5646-b2ae-f595bc7e6f15 with identifier: EF63%20OVD
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: BL66%20VSC
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520VSC%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for BL66%20VSC: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2465dff4-7c85-50cc-80bf-0871d404e7e2 with identifier: BL66%20VSC
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: AE64%20XBG
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE64%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for AE64%20XBG: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abae661e-23db-53d0-9010-590156248b7b with identifier: AE64%20XBG
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: YD65%20BVG
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520BVG%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for YD65%20BVG: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1dc3c60-90da-5c7c-9851-3a3ca5b8887e with identifier: YD65%20BVG
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: EX69%20XSC
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520XSC%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for EX69%20XSC: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d647955-e960-5bd3-94bf-ffea6ac93e9c with identifier: EX69%20XSC
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD69%20WFH-GB>
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: DF17%20NMJ
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF17%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for DF17%20NMJ: 2
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8da7dbf7-6a82-5067-8e17-10e0d07d4b14 with identifier: DF17%20NMJ
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8da7dbf7-6a82-5067-8e17-10e0d07d4b14 with scrape type 2
2026-03-29 11:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8da7dbf7-6a82-5067-8e17-10e0d07d4b14 with scrape type 2
2026-03-29 11:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8da7dbf7-6a82-5067-8e17-10e0d07d4b14, identifier: DF17%20NMJ
2026-03-29 11:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8da7dbf7-6a82-5067-8e17-10e0d07d4b14 with identifier: DF17%20NMJ
2026-03-29 11:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8da7dbf7-6a82-5067-8e17-10e0d07d4b14 with identifier: DF17%20NMJ
2026-03-29 11:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8da7dbf7-6a82-5067-8e17-10e0d07d4b14 with identifier: DF17%20NMJ to the API
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:25 [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': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF17%20NMJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8da7dbf7-6a82-5067-8e17-10e0d07d4b14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF17 NMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF17%20NMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 56690,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.0 TFSI 115 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 115 SE',
 'vin': 'WAUZZZ8V5HA147578',
 'year': 2017}
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF17%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Saving data for DF17%20NMJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774505215.352816, 'last_price_update_time': 1774782145.561358}
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF17%2520NMJ') HTTP/1.1" 204 0
2026-03-29 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209229/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: DA11%20MYU
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520MYU%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for DA11%20MYU: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8599b203-cc31-5d9a-8b13-a0fcb74c26ce with identifier: DA11%20MYU
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207045/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209240/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209329/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250978/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209342/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262444/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: AX64%20FEG
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX64%2520FEG%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for AX64%20FEG: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d4d57a5-8580-5c66-9314-87962d980728 with identifier: AX64%20FEG
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: AO19%20AUH
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO19%2520AUH%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for AO19%20AUH: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5eed0e-e72d-555c-bac1-cd53df8b3861 with identifier: AO19%20AUH
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: N44%20CNC
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N44%2520CNC%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for N44%20CNC: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8f21ff-26b8-5e66-a27d-0e461fa61bd5 with identifier: N44%20CNC
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: S10%20ULU
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S10%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for S10%20ULU: 1
2026-03-29 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a9d7986-2ee9-518c-b572-78208d2d3885 with identifier: S10%20ULU
2026-03-29 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: KS17%20LFM
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for KS17%20LFM: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: DS64%20KUP
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS64%2520KUP%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for DS64%20KUP: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: DY61%20NHM
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520NHM%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for DY61%20NHM: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: EU12%20RAX
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU12%2520RAX%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for EU12%20RAX: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: FG12%20NLT
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520NLT%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for FG12%20NLT: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: YF62%20DGV
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF62%2520DGV%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for YF62%20DGV: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: YG66%20MEV
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG66%2520MEV%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for YG66%20MEV: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: DP64%20OFX
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP64%2520OFX%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for DP64%20OFX: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: VA62%20BTY
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA62%2520BTY%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for VA62%20BTY: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: VO13%20UKS
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO13%2520UKS%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for VO13%20UKS: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: DS09%20KHK
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS09%2520KHK%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for DS09%20KHK: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: DY59%20OYL
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY59%2520OYL%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for DY59%20OYL: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: KS09%20VZK
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS09%2520VZK%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for KS09%20VZK: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: KU60%20XCH
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU60%2520XCH%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for KU60%20XCH: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: LY10%20BTE
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY10%2520BTE%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for LY10%20BTE: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: MV60%20OCJ
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV60%2520OCJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for MV60%20OCJ: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: ND62%20EWM
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520EWM%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for ND62%20EWM: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: OV07%20NNA
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV07%2520NNA%27 HTTP/1.1" 200 None
2026-03-29 11:02:25 [bca.uk] INFO: Scrape type for OV07%20NNA: 0
2026-03-29 11:02:25 [bca.uk] INFO: Found listing with ID: OY14%20LMF
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY14%2520LMF%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for OY14%20LMF: 2
2026-03-29 11:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 349d6f25-2ffa-5300-96f3-3922ab32cef3 with identifier: OY14%20LMF
2026-03-29 11:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 349d6f25-2ffa-5300-96f3-3922ab32cef3 with scrape type 2
2026-03-29 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 349d6f25-2ffa-5300-96f3-3922ab32cef3 with scrape type 2
2026-03-29 11:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 349d6f25-2ffa-5300-96f3-3922ab32cef3, identifier: OY14%20LMF
2026-03-29 11:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 349d6f25-2ffa-5300-96f3-3922ab32cef3 with identifier: OY14%20LMF
2026-03-29 11:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 349d6f25-2ffa-5300-96f3-3922ab32cef3 with identifier: OY14%20LMF
2026-03-29 11:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 349d6f25-2ffa-5300-96f3-3922ab32cef3 with identifier: OY14%20LMF to the API
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:26 [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': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY14%20LMF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '349d6f25-2ffa-5300-96f3-3922ab32cef3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY14 LMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY14%20LMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '118I',
 'odometer': 113028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.6 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1D32040J585258',
 'year': 2014}
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY14%2520LMF%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Saving data for OY14%20LMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774274714.689509, 'last_price_update_time': 1774782146.563599}
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY14%2520LMF') HTTP/1.1" 204 0
2026-03-29 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209261/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:26 [bca.uk] INFO: Found listing with ID: P60%20GOB
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P60%2520GOB%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for P60%20GOB: 0
2026-03-29 11:02:26 [bca.uk] INFO: Found listing with ID: PJ12%20NEO
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ12%2520NEO%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for PJ12%20NEO: 0
2026-03-29 11:02:26 [bca.uk] INFO: Found listing with ID: SA62%20FAO
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA62%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for SA62%20FAO: 0
2026-03-29 11:02:26 [bca.uk] INFO: Found listing with ID: AP17%20LGF
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP17%2520LGF%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for AP17%20LGF: 0
2026-03-29 11:02:26 [bca.uk] INFO: Found listing with ID: BD57%20OLK
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD57%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for BD57%20OLK: 0
2026-03-29 11:02:26 [bca.uk] INFO: Found listing with ID: CN63%20OLH
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN63%2520OLH%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for CN63%20OLH: 0
2026-03-29 11:02:26 [bca.uk] INFO: Found listing with ID: DA64%20WPD
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520WPD%27 HTTP/1.1" 200 None
2026-03-29 11:02:26 [bca.uk] INFO: Scrape type for DA64%20WPD: 2
2026-03-29 11:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb with identifier: DA64%20WPD
2026-03-29 11:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb with scrape type 2
2026-03-29 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb with scrape type 2
2026-03-29 11:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb, identifier: DA64%20WPD
2026-03-29 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209365/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209387/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb with identifier: DA64%20WPD
2026-03-29 11:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb with identifier: DA64%20WPD
2026-03-29 11:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb with identifier: DA64%20WPD to the API
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA64%20WPD-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '912a84e9-ef5e-5c9d-a2f2-3e39be4af3cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA64 WPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA64%20WPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 157404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 2.0 CRDI KX-3 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI KX-3',
 'vin': 'U5YPC813NEL562715',
 'year': 2014}
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520WPD%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Saving data for DA64%20WPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774015816.010983, 'last_price_update_time': 1774782147.357475}
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA64%2520WPD') HTTP/1.1" 204 0
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c87490>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FSV18GVY%252F699209229%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209229/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba3ed0>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FVK67ENL%252F699207045%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207045/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1108e90>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FSV18GVY%252F699209240%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209240/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c110b690>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYA19LLG%252F699209329%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209329/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba3c50>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FFG67GJU%252F699250978%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250978/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2017750>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYA19LLG%252F699209342%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209342/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea0610>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FBJ67FKL%252F699262444%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262444/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: OY18%20OKJ
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY18%2520OKJ%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for OY18%20OKJ: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: PJ18%20YMZ
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for PJ18%20YMZ: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: RX68%20XHM
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX68%2520XHM%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for RX68%20XHM: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: HT19%20CVS
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520CVS%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for HT19%20CVS: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: LT70%20TDO
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520TDO%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for LT70%20TDO: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: BJ68%20UWN
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for BJ68%20UWN: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: BJ70%20EHU
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520EHU%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for BJ70%20EHU: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: KJ73%20EOT
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ73%2520EOT%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for KJ73%20EOT: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: BP15%20GZB
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP15%2520GZB%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for BP15%20GZB: 0
2026-03-29 11:02:27 [bca.uk] INFO: Found listing with ID: VX52%20YYH
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX52%2520YYH%27 HTTP/1.1" 200 None
2026-03-29 11:02:27 [bca.uk] INFO: Scrape type for VX52%20YYH: 0
2026-03-29 11:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b94910>
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FSV18GVY%252F699209261%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209261/600 saved to cache
2026-03-29 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD65%20BVG-GB>
2026-03-29 11:02:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX69%20XSC-GB>
2026-03-29 11:02:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6ee10>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYA19LLG%252F699209365%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209365/600 saved to cache
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05ae690>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FYA19LLG%252F699209387%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209387/600 saved to cache
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1edbd90>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_expert_report_file_1f69aa3b-41fd-4efc-a2cf-f76ed0c52c75.pdf HTTP/1.1" 201 0
2026-03-29 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c80ced7-c691-5333-acbe-2a24e66960c1, skipping ID generation
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRF17GVT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RF17GVT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c03ecd10>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_expert_report_file_870dc3da-9db7-4077-944c-c5f48f5d9f0d.pdf HTTP/1.1" 201 0
2026-03-29 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f5ad4def-e600-5058-b55b-f056e247a4a1, skipping ID generation
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DXO09SEB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=XO09SEB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE64%20XBG-GB>
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD69%20OMW-GB>
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF63%20OVD-GB>
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL66%20VSC-GB>
2026-03-29 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S10%20ULU-GB>
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N44%20CNC-GB>
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146207%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146207 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146953%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146953 not downloaded yet
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa3590>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_expert_report_file_c58a115c-2661-4d73-abc2-bc13e6dc81fb.pdf HTTP/1.1" 201 0
2026-03-29 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51339bd8-b181-5003-9db7-a2b05b0cd0e2, skipping ID generation
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRY65VKS-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RY65VKS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06ebd50>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_expert_report_file_ae77bb31-d8eb-4469-8095-a59b3d629882.pdf HTTP/1.1" 201 0
2026-03-29 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59719e26-78b6-5e1a-bb69-3f2851f4dfa3, skipping ID generation
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYE62AZZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YE62AZZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e8a50>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_expert_report_file_c615f99f-4003-4b8b-befb-a1f8fbc13838.pdf HTTP/1.1" 201 0
2026-03-29 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd8b81ca-25f0-574a-ad43-a32226f92a09, skipping ID generation
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRJ16CDK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RJ16CDK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146213%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146213 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146959%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146959 not downloaded yet
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO19%20AUH-GB>
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR68%20LWZ-GB>
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX64%20FEG-GB>
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA11%20MYU-GB>
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146462%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146462 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146992%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146992 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693262364%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262364 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146219%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146219 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146966%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146966 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146467%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146467 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146997%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146997 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693262374%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262374 not downloaded yet
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8ef50>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_expert_report_file_cf8327fc-5d35-4d2a-9c35-f992816b4a1a.pdf HTTP/1.1" 201 0
2026-03-29 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4af19ff9-eb57-5cb1-9d92-4833062a1130, skipping ID generation
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD69WFH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD69WFH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146225%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146225 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146975%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146975 not downloaded yet
2026-03-29 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209211/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209211>
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146473%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146473 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147000%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147000 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693262379%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262379 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122542%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122542 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146230%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146230 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146977%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146977 not downloaded yet
2026-03-29 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV14%20CUC-GB>
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146478%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146478 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147005%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147005 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693262402%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262402 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122554%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122554 not downloaded yet
2026-03-29 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146242%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146242 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146986%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146986 not downloaded yet
2026-03-29 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146484%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146484 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147012%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147012 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693262413%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262413 not downloaded yet
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122570%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122570 not downloaded yet
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057a710>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_expert_report_file_b157aa27-f26a-4bdf-ad41-85a4d5c31740.pdf HTTP/1.1" 201 0
2026-03-29 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1dc3c60-90da-5c7c-9851-3a3ca5b8887e, skipping ID generation
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYD65BVG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YD65BVG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0edef90>
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_expert_report_file_1a6ae700-d32d-4218-bb26-ff073148cf84.pdf HTTP/1.1" 201 0
2026-03-29 11:02:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d647955-e960-5bd3-94bf-ffea6ac93e9c, skipping ID generation
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEX69XSC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX69XSC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146253%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146253 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146996%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146996 not downloaded yet
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146944/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=XO09SEB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND16%20UAR-GB>
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146495%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146495 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147025%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147025 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693263141%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693263141 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122588%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122588 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057657%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057657 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327689%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327689 not downloaded yet
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e8d590>
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_expert_report_file_b1a27424-e604-47c6-a2b3-7a61959f8e65.pdf HTTP/1.1" 201 0
2026-03-29 11:02:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8a2a312-ee21-5646-b2ae-f595bc7e6f15, skipping ID generation
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEF63OVD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF63OVD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146266%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146266 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147004%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147004 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146506%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146506 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147037%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147037 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693263144%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693263144 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122607%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122607 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057673%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057673 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327708%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327708 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109655%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109655 not downloaded yet
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ecc8d0>
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_expert_report_file_dd5889ac-5ac2-436a-b926-0c1dfe62fa5e.pdf HTTP/1.1" 201 0
2026-03-29 11:02:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69d6994b-8b62-5cec-be0b-76f344ebe18a, skipping ID generation
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGD69OMW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GD69OMW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ed6790>
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_expert_report_file_67969603-c3b2-414c-9c46-bfde1c384492.pdf HTTP/1.1" 201 0
2026-03-29 11:02:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2465dff4-7c85-50cc-80bf-0871d404e7e2, skipping ID generation
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBL66VSC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BL66VSC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146280%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146280 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147018%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147018 not downloaded yet
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122527/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD69WFH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146516%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146516 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147043%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147043 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122626%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122626 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057683%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057683 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327727%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327727 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109658%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109658 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143814%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143814 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142433%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142433 not downloaded yet
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04423d0>
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_expert_report_file_5bad7f31-0198-4491-8944-0f1f61ceafd5.pdf HTTP/1.1" 201 0
2026-03-29 11:02:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a9d7986-2ee9-518c-b572-78208d2d3885, skipping ID generation
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DS10ULU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=S10ULU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209211/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146527%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146527 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699147056%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147056 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122645%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122645 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057687%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057687 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327751%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327751 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109659%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109659 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143823%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143823 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142446%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142446 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535760%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535760 not downloaded yet
2026-03-29 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122554/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122554>
2026-03-29 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122542/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122542>
2026-03-29 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262374/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262374>
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122664%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122664 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057699%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057699 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327780%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327780 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109661%27 HTTP/1.1" 200 None
2026-03-29 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109661 not downloaded yet
2026-03-29 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143835%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143835 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142461%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142461 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535764%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535764 not downloaded yet
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c25990>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_expert_report_file_4bcdaf46-f536-4e85-b27c-a04e4336a518.pdf HTTP/1.1" 201 0
2026-03-29 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea8f21ff-26b8-5e66-a27d-0e461fa61bd5, skipping ID generation
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DN44CNC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=N44CNC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10d8990>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_expert_report_file_fd5fed68-26bb-4e9c-b6e6-40b1fa510f6a.pdf HTTP/1.1" 201 0
2026-03-29 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8599b203-cc31-5d9a-8b13-a0fcb74c26ce, skipping ID generation
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDA11MYU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DA11MYU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d77350>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_expert_report_file_c80c859a-c67b-4e81-bed5-a7cb13a49ae3.pdf HTTP/1.1" 201 0
2026-03-29 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: abae661e-23db-53d0-9010-590156248b7b, skipping ID generation
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAE64XBG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AE64XBG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146944/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262402/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262402>
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327668/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX69XSC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699122694%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122694 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057713%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057713 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327800%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327800 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109664%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109664 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143844%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143844 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142477%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142477 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535772%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535772 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426166%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426166 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324095%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324095 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102820%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102820 not downloaded yet
2026-03-29 11:02:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c03f7850>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FSV18GVY%252F699209211%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209211/600 saved to cache
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd7c10>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_expert_report_file_5aba7484-6ddf-4d55-8381-c74420f0f242.pdf HTTP/1.1" 201 0
2026-03-29 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68b60b29-310b-59ac-b6cc-426037be0f31, skipping ID generation
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKR68LWZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KR68LWZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c34fd0>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_expert_report_file_3f732831-36a4-42f0-98cb-47d6066d9275.pdf HTTP/1.1" 201 0
2026-03-29 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d4d57a5-8580-5c66-9314-87962d980728, skipping ID generation
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAX64FEG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AX64FEG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05ae550>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_expert_report_file_c6412fd4-aa87-4d22-897a-07a77448084e.pdf HTTP/1.1" 201 0
2026-03-29 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e5eed0e-e72d-555c-bac1-cd53df8b3861, skipping ID generation
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAO19AUH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO19AUH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122527/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142417/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BL66VSC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143803/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GD69OMW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057726%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057726 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327817%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327817 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109668%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109668 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143859%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143859 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142496%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142496 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535781%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535781 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426175%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426175 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324116%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324116 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102823%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102823 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120243%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120243 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987174%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987174 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699084924%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084924 not downloaded yet
2026-03-29 11:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1a97490>
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FXO09SEB%252F699146944%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146944/600 saved to cache
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142433/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142433>
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109655/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109655>
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143814/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143814>
2026-03-29 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535755/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=S10ULU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057749%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057749 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327843%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327843 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109673%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109673 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143878%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143878 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142516%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142516 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535794%27 HTTP/1.1" 200 None
2026-03-29 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535794 not downloaded yet
2026-03-29 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426186%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426186 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324144%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324144 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102825%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102825 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120246%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120246 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987178%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987178 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699084931%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084931 not downloaded yet
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b1b390>
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_expert_report_file_4ca7e9e0-3ea1-4966-a45b-f19de1991838.pdf HTTP/1.1" 201 0
2026-03-29 11:02:31 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 271ca34c-c14d-58b7-9d64-f4eae5519871, skipping ID generation
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGV14CUC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GV14CUC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ff9650>
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FLD69WFH%252F699122527%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122527/600 saved to cache
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262374/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122554/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109658/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109658>
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122542/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699057767%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057767 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699327868%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327868 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109677%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109677 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143901%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143901 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142535%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142535 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535821%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535821 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426193%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426193 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324168%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324168 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102829%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102829 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120251%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120251 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987183%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987183 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699084943%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084943 not downloaded yet
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327668/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262402/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AE64XBG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324069/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DA11MYU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144207%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144207 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699109696%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109696 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143916%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143916 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142556%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142556 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535843%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535843 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426203%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426203 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324180%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324180 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102833%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102833 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120254%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120254 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987185%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987185 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699084952%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084952 not downloaded yet
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2d3ac90>
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_expert_report_file_4d13bc53-c020-44c9-ba05-cd4ec03e870f.pdf HTTP/1.1" 201 0
2026-03-29 11:02:31 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ea3fd80-65ae-5a7a-a579-6f8801672b32, skipping ID generation
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DND16UAR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ND16UAR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144213%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144213 not downloaded yet
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142417/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143803/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987170/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AX64FEG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084916/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO19AUH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143932%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143932 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142574%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142574 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535875%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535875 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426219%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426219 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324200%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324200 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102838%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102838 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120258%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120258 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987188%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987188 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699084962%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084962 not downloaded yet
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145819%27 HTTP/1.1" 200 None
2026-03-29 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145819 not downloaded yet
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535755/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142433/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109655/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143814/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144218%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144218 not downloaded yet
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c058ad90>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FRJ16CDK%252F693262374%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262374/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c206f390>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FLD69WFH%252F699122554%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122554/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0522dd0>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FLD69WFH%252F699122542%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122542/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba1fd0>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEX69XSC%252F699327668%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327668/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e9a750>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FRJ16CDK%252F693262402%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262402/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698535894%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535894 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426241%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426241 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324221%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324221 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102846%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102846 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120266%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120266 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987192%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987192 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699084980%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084980 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145826%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145826 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144222%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144222 not downloaded yet
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb3f10>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FBL66VSC%252F699142417%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142417/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0771710>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGD69OMW%252F699143803%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143803/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324069/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109658/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084943/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084943>
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987183/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987183>
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987178/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987178>
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120246/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120246>
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426257%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426257 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324246%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324246 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102853%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102853 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120275%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120275 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987201%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987201 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699085000%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699085000 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145829%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145829 not downloaded yet
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084931>
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144227%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144227 not downloaded yet
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10871d0>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FS10ULU%252F698535755%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535755/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc4ed0>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FBL66VSC%252F699142433%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142433/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1af0710>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEF63OVD%252F699109655%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109655/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b2f50>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGD69OMW%252F699143814%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143814/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697426270%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426270 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699324272%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324272 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699102857%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102857 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120282%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120282 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987211%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987211 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699085022%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699085022 not downloaded yet
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145833%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145833 not downloaded yet
2026-03-29 11:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987170/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084916/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987185/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987185>
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120254/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120254>
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144213/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144213>
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084952/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084952>
2026-03-29 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145815/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ND16UAR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144239%27 HTTP/1.1" 200 None
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144239 not downloaded yet
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1af3f10>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDA11MYU%252F699324069%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324069/600 saved to cache
2026-03-29 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec2810>
2026-03-29 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAE64XBG%252F699102818%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102818/600 saved to cache
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0444a50>
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEF63OVD%252F699109658%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109658/600 saved to cache
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102833/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102833>
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699120290%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120290 not downloaded yet
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698987222%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987222 not downloaded yet
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699085051%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699085051 not downloaded yet
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145837%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145837 not downloaded yet
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144249%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144249 not downloaded yet
2026-03-29 11:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120246/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987178/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145826/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145826>
2026-03-29 11:02:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987192/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987192>
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145843%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145843 not downloaded yet
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec0650>
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987170%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987170/600 saved to cache
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f44450>
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699084916%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084916/600 saved to cache
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084980/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084980>
2026-03-29 11:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084943/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987183/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144257%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144257 not downloaded yet
2026-03-29 11:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084931/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145854%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145854 not downloaded yet
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144264%27 HTTP/1.1" 200 None
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144264 not downloaded yet
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f32cd0>
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FKR68LWZ%252F699120246%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120246/600 saved to cache
2026-03-29 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e23d10>
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987178%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987178/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145865%27 HTTP/1.1" 200 None
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145865 not downloaded yet
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145815/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144213/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084952/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120254/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145829/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145829>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144227/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144227>
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145876%27 HTTP/1.1" 200 None
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145876 not downloaded yet
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b947d0>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699084943%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084943/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce6710>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987183%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987183/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec2fd0>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699084931%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084931/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987185/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102833/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1174f50>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145815%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145815/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f46250>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGV14CUC%252F699144213%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144213/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c4397ad0>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699084952%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084952/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f44910>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FKR68LWZ%252F699120254%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120254/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145826/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987192/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144249/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144249>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085051/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699085051>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145837/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145837>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144257/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144257>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987222/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987222>
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084980/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1059790>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987185%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987185/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ad8cd0>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAE64XBG%252F699102833%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102833/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145854/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145854>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eebed0>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145826%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145826/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145829/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144227/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144264/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144264>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145876/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145876>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145865/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145865>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145843/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145843>
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec0ad0>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987192%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987192/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120290/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120290>
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987222/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fed950>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699084980%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084980/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ee9e90>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145829%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145829/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1059490>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGV14CUC%252F699144227%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144227/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145837/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145833/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145833>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144239/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144239>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085022/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699085022>
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144257/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085051/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144249/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145854/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f45750>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987222%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987222/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987211/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987211>
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145865/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145843/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144264/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145876/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e4c310>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145837%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145837/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102857/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102857>
2026-03-29 11:02:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120282/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120282>
2026-03-29 11:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085022/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b97690>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGV14CUC%252F699144257%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144257/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10e9150>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699085051%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085051/600 saved to cache
2026-03-29 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa1410>
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGV14CUC%252F699144249%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144249/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dde850>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145854%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145854/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144239/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324272/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324272>
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120290/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426270/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426270>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085000/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699085000>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987201/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987201>
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145833/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa33d0>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145865%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145865/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b01d0>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145843%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145843/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb51d0>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGV14CUC%252F699144264%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144264/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d66bd0>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145876%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145876/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07a10d0>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699085022%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085022/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102853/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102853>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324246/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324246>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144222/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144222>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120275/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120275>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426257/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426257>
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102857/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987211/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120282/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f24b50>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FGV14CUC%252F699144239%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144239/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce4c90>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FKR68LWZ%252F699120290%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120290/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1edcf50>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FND16UAR%252F699145833%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145833/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102846/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102846>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120266/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120266>
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987201/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426270/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085000/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324272/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce4f50>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAE64XBG%252F699102857%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102857/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e29d0>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987211%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987211/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce56d0>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FKR68LWZ%252F699120282%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120282/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324221/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324221>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426241/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426241>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535894/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535894>
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324246/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102853/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426257/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eeb990>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAX64FEG%252F698987201%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987201/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0447090>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FN44CNC%252F697426270%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426270/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e21790>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAO19AUH%252F699085000%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085000/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ea5950>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDA11MYU%252F699324272%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324272/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144222/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120275/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c44b0890>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FDA11MYU%252F699324246%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324246/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105ec90>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FAE64XBG%252F699102853%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102853/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef1f90>
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FN44CNC%252F697426257%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426257/600 saved to cache
2026-03-29 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987188/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987188>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144218/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144218>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145819/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145819>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084962/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084962>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102838/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102838>
2026-03-29 11:02:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120258/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120258>
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120266/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102846/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bac190>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGV14CUC%252F699144222%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144222/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa3010>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR68LWZ%252F699120275%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120275/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426241/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324221/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c3750>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR68LWZ%252F699120266%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120266/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bacb50>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE64XBG%252F699102846%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102846/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535894/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143932/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143932>
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120258/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c110cdd0>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426241%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426241/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324200/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324200>
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535875/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535875>
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426219/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426219>
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8c090>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDA11MYU%252F699324221%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324221/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102838/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144218/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145819/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND16UAR/42811344?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=yTD78e2j%2BHrKfF7HhzGv2mU8LBxZNGr9EDeTpRNbUYE%3D)
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084962/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142574/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142574>
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f042d0>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535894%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535894/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105e850>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR68LWZ%252F699120258%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120258/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426203/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426203>
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324180/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324180>
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987188/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535843/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535843>
2026-03-29 11:02:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142556/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142556>
2026-03-29 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143932/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c208ae10>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE64XBG%252F699102838%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102838/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c073b4d0>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGV14CUC%252F699144218%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144218/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0449e50>
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND16UAR%252F699145819%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145819/600 saved to cache
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32
2026-03-29 11:02:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ea3fd80-65ae-5a7a-a579-6f8801672b32, skipping ID generation
2026-03-29 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3ea3fd80-65ae-5a7a-a579-6f8801672b32 sending to next pipeline
2026-03-29 11:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ea3fd80-65ae-5a7a-a579-6f8801672b32, identifier: ND16%20UAR
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f209d0>
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO19AUH%252F699084962%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084962/600 saved to cache
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ea3fd80-65ae-5a7a-a579-6f8801672b32 with identifier: ND16%20UAR
2026-03-29 11:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ea3fd80-65ae-5a7a-a579-6f8801672b32 with identifier: ND16%20UAR
2026-03-29 11:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ea3fd80-65ae-5a7a-a579-6f8801672b32 with identifier: ND16%20UAR to the API
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145819/600>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_expert_report_file_4d13bc53-c020-44c9-ba05-cd4ec03e870f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND16%20UAR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ea3fd80-65ae-5a7a-a579-6f8801672b32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND16 UAR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND16%20UAR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 98929,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49736,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145815/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46764,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145819/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45260,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145826/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46542,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145829/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44855,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145833/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42053,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145837/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93917,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145843/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76334,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145854/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94899,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145865/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ea3fd80-65ae-5a7a-a579-6f8801672b32/3ea3fd80-65ae-5a7a-a579-6f8801672b32_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78920,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND16UAR/699145876/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 82 ACTIVE MPV',
 'transmission': 'manual',
 'trim': 'P/T 82 ACTIVE',
 'vin': 'VF3CUHMZ6GY089002',
 'year': 2016}
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND16%2520UAR%27 HTTP/1.1" 200 None
2026-03-29 11:02:37 [bca.uk] INFO: Saving data for ND16%20UAR: {'created_time': 1774782157.60118, 'last_price_update_time': 1774782157.601192, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND16%2520UAR') HTTP/1.1" 204 0
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143916/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143916>
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109696/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109696>
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120251>
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144207/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144207>
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102829/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102829>
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535875/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426219/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324200/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07785d0>
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAX64FEG%252F698987188%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987188/600 saved to cache
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c110ec50>
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143932%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143932/600 saved to cache
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142556/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f318d0>
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535875%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535875/600 saved to cache
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142574/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1adad10>
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426219%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426219/600 saved to cache
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05299d0>
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDA11MYU%252F699324200%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324200/600 saved to cache
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324180/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426203/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535843/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144207/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324168/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324168>
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535821/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535821>
2026-03-29 11:02:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426193/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426193>
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1d3f790>
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142556%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142556/600 saved to cache
2026-03-29 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d90090>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142574%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142574/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143901/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143901>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102829/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142535/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142535>
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327868/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327868>
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109677/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109677>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143916/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c37490>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDA11MYU%252F699324180%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324180/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2f30ed0>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426203%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426203/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f04cd0>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535843%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535843/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0444110>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGV14CUC%252F699144207%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144207/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324168/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057767/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057767>
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102825/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102825>
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426186/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426186>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426193/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324144/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324144>
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144198/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GV14CUC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109696/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c208a2d0>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE64XBG%252F699102829%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102829/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e57690>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143916%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143916/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100f5d0>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR68LWZ%252F699120251%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120251/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142516/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142516>
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535794/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535794>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109677/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327868/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143901/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142535/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057cb90>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDA11MYU%252F699324168%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324168/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c077b850>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426193%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426193/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c208a6d0>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF63OVD%252F699109696%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109696/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144198/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GV14CUC/42811382?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=cdY%2BL6vyP7a8MYOuYrAymi97XL%2FHKTqg6GGzhUvSB3w%3D)
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143878/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143878>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324144/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535821/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f47490>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF63OVD%252F699109677%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109677/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e4efd0>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX69XSC%252F699327868%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327868/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc2210>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143901%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143901/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10530d0>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142535%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142535/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109673/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109673>
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057749/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057749>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426186/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327843/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327843>
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102825/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535794/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057767/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142516/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ff5d50>
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGV14CUC%252F699144198%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144198/600 saved to cache
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 271ca34c-c14d-58b7-9d64-f4eae5519871
2026-03-29 11:02:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 271ca34c-c14d-58b7-9d64-f4eae5519871, skipping ID generation
2026-03-29 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 271ca34c-c14d-58b7-9d64-f4eae5519871 sending to next pipeline
2026-03-29 11:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 271ca34c-c14d-58b7-9d64-f4eae5519871, identifier: GV14%20CUC
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d65250>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDA11MYU%252F699324144%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324144/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100e5d0>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535821%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535821/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084924/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699084924>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987174/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698987174>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120243/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699120243>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102823>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324116/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324116>
2026-03-29 11:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 271ca34c-c14d-58b7-9d64-f4eae5519871 with identifier: GV14%20CUC
2026-03-29 11:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 271ca34c-c14d-58b7-9d64-f4eae5519871 with identifier: GV14%20CUC
2026-03-29 11:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 271ca34c-c14d-58b7-9d64-f4eae5519871 with identifier: GV14%20CUC to the API
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144198/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_expert_report_file_4ca7e9e0-3ea1-4966-a45b-f19de1991838.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV14%20CUC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '271ca34c-c14d-58b7-9d64-f4eae5519871',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV14 CUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV14%20CUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 73251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52081,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144198/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51091,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144207/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50753,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144213/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51921,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144218/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50783,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144222/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50555,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144227/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93112,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144239/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74752,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144249/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101020,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144257/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_271ca34c-c14d-58b7-9d64-f4eae5519871/271ca34c-c14d-58b7-9d64-f4eae5519871_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88035,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GV14CUC/699144264/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0DXXGAKDET35557',
 'year': 2014}
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV14%2520CUC%27 HTTP/1.1" 200 None
2026-03-29 11:02:39 [bca.uk] INFO: Saving data for GV14%20CUC: {'created_time': 1774782159.673098, 'last_price_update_time': 1774782159.67311, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV14%2520CUC') HTTP/1.1" 204 0
2026-03-29 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143878/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535781/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535781>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426175/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426175>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ed7490>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426186%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426186/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea1bd0>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE64XBG%252F699102825%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102825/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100e910>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535794%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535794/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea0390>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057767%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057767/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07a28d0>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142516%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142516/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143859/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143859>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142496/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142496>
2026-03-29 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109673/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327843/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057749/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1af1c10>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143878%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143878/600 saved to cache
2026-03-29 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327817/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327817>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057726/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057726>
2026-03-29 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109668/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109668>
2026-03-29 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324116/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120243/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e2a650>
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF63OVD%252F699109673%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109673/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426175/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120237/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KR68LWZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535781/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb7c90>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX69XSC%252F699327843%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327843/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eeb990>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057749%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057749/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084924/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO19AUH/42807606?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=Jew5iKWdXI9zW0w6RYJutPS5WtkBgVh6QSJ%2F6vgaXmo%3D)
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102820/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699102820>
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987174/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AX64FEG/42809723?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=kzk6qb7cRbIobD1bUmIxgD7r2In8dcSCKjwXl%2FtQiwg%3D)
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143859/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057726/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142496/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426166/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697426166>
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324095/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699324095>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04da910>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDA11MYU%252F699324116%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324116/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d93990>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE64XBG%252F699102823%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102823/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c4085f10>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR68LWZ%252F699120243%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120243/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120237/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR68LWZ/42810222?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=m2%2B35Xc2lyvrEbgmz1XtUJGuAntV1QSd%2BwgRiFjXR%2FU%3D)
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535772/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535772>
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143844/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143844>
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109664/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109664>
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327800/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327800>
2026-03-29 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142477/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142477>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0be2910>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426175%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426175/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109668/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8f350>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535781%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535781/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c161d0>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO19AUH%252F699084924%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084924/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861
2026-03-29 11:02:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e5eed0e-e72d-555c-bac1-cd53df8b3861, skipping ID generation
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e5eed0e-e72d-555c-bac1-cd53df8b3861 sending to next pipeline
2026-03-29 11:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5eed0e-e72d-555c-bac1-cd53df8b3861, identifier: AO19%20AUH
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea1090>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAX64FEG%252F698987174%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987174/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7d4d57a5-8580-5c66-9314-87962d980728
2026-03-29 11:02:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d4d57a5-8580-5c66-9314-87962d980728, skipping ID generation
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d4d57a5-8580-5c66-9314-87962d980728 sending to next pipeline
2026-03-29 11:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d4d57a5-8580-5c66-9314-87962d980728, identifier: AX64%20FEG
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1074550>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143859%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143859/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e28350>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057726%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057726/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b30d0>
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142496%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142496/600 saved to cache
2026-03-29 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327817/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5eed0e-e72d-555c-bac1-cd53df8b3861 with identifier: AO19%20AUH
2026-03-29 11:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5eed0e-e72d-555c-bac1-cd53df8b3861 with identifier: AO19%20AUH
2026-03-29 11:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e5eed0e-e72d-555c-bac1-cd53df8b3861 with identifier: AO19%20AUH to the API
2026-03-29 11:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084924/600>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_expert_report_file_c6412fd4-aa87-4d22-897a-07a77448084e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO19%20AUH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e5eed0e-e72d-555c-bac1-cd53df8b3861',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO19 AUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO19%20AUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 92223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 13,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42720,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084916/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41907,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084924/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38873,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084931/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39432,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084943/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37651,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084952/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37305,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084962/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699084980/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68098,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085000/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77464,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085022/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5eed0e-e72d-555c-bac1-cd53df8b3861/1e5eed0e-e72d-555c-bac1-cd53df8b3861_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81546,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO19AUH/699085051/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P250 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 R-DYNAMIC SE',
 'vin': 'SALYA2AXXKA223031',
 'year': 2019}
2026-03-29 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO19%2520AUH%27 HTTP/1.1" 200 None
2026-03-29 11:02:41 [bca.uk] INFO: Saving data for AO19%20AUH: {'created_time': 1774782161.680437, 'last_price_update_time': 1774782161.680448, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO19%2520AUH') HTTP/1.1" 204 0
2026-03-29 11:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d4d57a5-8580-5c66-9314-87962d980728 with identifier: AX64%20FEG
2026-03-29 11:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d4d57a5-8580-5c66-9314-87962d980728 with identifier: AX64%20FEG
2026-03-29 11:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d4d57a5-8580-5c66-9314-87962d980728 with identifier: AX64%20FEG to the API
2026-03-29 11:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987174/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_expert_report_file_3f732831-36a4-42f0-98cb-47d6066d9275.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX64%20FEG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7d4d57a5-8580-5c66-9314-87962d980728',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX64 FEG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX64%20FEG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 137891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 13,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44116,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987170/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41896,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987174/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40793,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987178/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37861,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987183/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35987,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987185/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34983,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987188/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51542,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987192/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 59410,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987201/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65045,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987211/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d4d57a5-8580-5c66-9314-87962d980728/7d4d57a5-8580-5c66-9314-87962d980728_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70810,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AX64FEG/698987222/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 150 BLACK ED. Saloon',
 'transmission': 'manual',
 'trim': 'TDI 150 BLACK ED.',
 'vin': 'WAUZZZ8K2FA043214',
 'year': 2015}
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX64%2520FEG%27 HTTP/1.1" 200 None
2026-03-29 11:02:42 [bca.uk] INFO: Saving data for AX64%20FEG: {'created_time': 1774782162.305305, 'last_price_update_time': 1774782162.30532, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX64%2520FEG') HTTP/1.1" 204 0
2026-03-29 11:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102820/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE64XBG/42809702?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m%2B%2FDofQMsQ5EJtokULQHEKXlEPhqyen573dQ1hWHNDo%3D)
2026-03-29 11:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324095/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DA11MYU/42809823?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=DxPeasxzYnAgAIRepsi9es9mliiEwn74Vfpg2PsVmM0%3D)
2026-03-29 11:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426166/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122694/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122694>
2026-03-29 11:02:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426152/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=N44CNC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057713/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057713>
2026-03-29 11:02:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535764/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535764>
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e23910>
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FKR68LWZ%252F699120237%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120237/600 saved to cache
2026-03-29 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 68b60b29-310b-59ac-b6cc-426037be0f31
2026-03-29 11:02:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68b60b29-310b-59ac-b6cc-426037be0f31, skipping ID generation
2026-03-29 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68b60b29-310b-59ac-b6cc-426037be0f31 sending to next pipeline
2026-03-29 11:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68b60b29-310b-59ac-b6cc-426037be0f31, identifier: KR68%20LWZ
2026-03-29 11:02:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac7510>
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEF63OVD%252F699109668%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109668/600 saved to cache
2026-03-29 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10b9850>
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02: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%252FEX69XSC%252F699327817%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327817/600 saved to cache
2026-03-29 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68b60b29-310b-59ac-b6cc-426037be0f31 with identifier: KR68%20LWZ
2026-03-29 11:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68b60b29-310b-59ac-b6cc-426037be0f31 with identifier: KR68%20LWZ
2026-03-29 11:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68b60b29-310b-59ac-b6cc-426037be0f31 with identifier: KR68%20LWZ to the API
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120237/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_expert_report_file_5aba7484-6ddf-4d55-8381-c74420f0f242.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR68%20LWZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68b60b29-310b-59ac-b6cc-426037be0f31',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR68 LWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR68%20LWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'GRAND SPACETOUR',
 'odometer': 64412,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49128,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120237/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46824,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120243/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45651,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120246/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47328,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120251/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45700,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120254/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43987,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120258/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86623,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120266/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74273,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120275/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120282/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68b60b29-310b-59ac-b6cc-426037be0f31/68b60b29-310b-59ac-b6cc-426037be0f31_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50255,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR68LWZ/699120290/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND SPACETOUR 1.2 P/T 130 FLAIR MPV',
 'transmission': 'manual',
 'trim': 'P/T 130 FLAIR',
 'vin': 'VF73AHNSPJJ829781',
 'year': 2018}
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR68%2520LWZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:43 [bca.uk] INFO: Saving data for KR68%20LWZ: {'created_time': 1774782163.109534, 'last_price_update_time': 1774782163.109544, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR68%2520LWZ') HTTP/1.1" 204 0
2026-03-29 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109664/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142477/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143844/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535772/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142461/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142461>
2026-03-29 11:02:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143835/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143835>
2026-03-29 11:02:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109661/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109661>
2026-03-29 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327800/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e23f50>
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE64XBG%252F699102820%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102820/600 saved to cache
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item abae661e-23db-53d0-9010-590156248b7b
2026-03-29 11:02:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: abae661e-23db-53d0-9010-590156248b7b, skipping ID generation
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item abae661e-23db-53d0-9010-590156248b7b sending to next pipeline
2026-03-29 11:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abae661e-23db-53d0-9010-590156248b7b, identifier: AE64%20XBG
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e23f10>
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDA11MYU%252F699324095%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324095/600 saved to cache
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce
2026-03-29 11:02:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8599b203-cc31-5d9a-8b13-a0fcb74c26ce, skipping ID generation
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8599b203-cc31-5d9a-8b13-a0fcb74c26ce sending to next pipeline
2026-03-29 11:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8599b203-cc31-5d9a-8b13-a0fcb74c26ce, identifier: DA11%20MYU
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c044a150>
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426166%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426166/600 saved to cache
2026-03-29 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abae661e-23db-53d0-9010-590156248b7b with identifier: AE64%20XBG
2026-03-29 11:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abae661e-23db-53d0-9010-590156248b7b with identifier: AE64%20XBG
2026-03-29 11:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abae661e-23db-53d0-9010-590156248b7b with identifier: AE64%20XBG to the API
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102820/600>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_expert_report_file_c80c859a-c67b-4e81-bed5-a7cb13a49ae3.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE64%20XBG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'abae661e-23db-53d0-9010-590156248b7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE64 XBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE64%20XBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 67724,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51302,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102818/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47610,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102820/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46633,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102823/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48995,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102825/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48508,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102829/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45339,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102833/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98024,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102838/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66027,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102846/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98031,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102853/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae661e-23db-53d0-9010-590156248b7b/abae661e-23db-53d0-9010-590156248b7b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62221,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE64XBG/699102857/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 E/B 240 TITANIUM X SPORT P/S MPV',
 'transmission': 'automatic',
 'trim': 'E/B 240 TITANIUM X SPORT P/S',
 'vin': 'WF0SXXGBWSEP82522',
 'year': 2014}
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE64%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 11:02:43 [bca.uk] INFO: Saving data for AE64%20XBG: {'created_time': 1774782163.885008, 'last_price_update_time': 1774782163.88502, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE64%2520XBG') HTTP/1.1" 204 0
2026-03-29 11:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8599b203-cc31-5d9a-8b13-a0fcb74c26ce with identifier: DA11%20MYU
2026-03-29 11:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8599b203-cc31-5d9a-8b13-a0fcb74c26ce with identifier: DA11%20MYU
2026-03-29 11:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8599b203-cc31-5d9a-8b13-a0fcb74c26ce with identifier: DA11%20MYU to the API
2026-03-29 11:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324095/600>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_expert_report_file_fd5fed68-26bb-4e9c-b6e6-40b1fa510f6a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA11%20MYU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8599b203-cc31-5d9a-8b13-a0fcb74c26ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA11 MYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA11%20MYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 117269,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43944,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324069/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41626,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324095/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324116/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39219,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324144/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36162,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324168/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34829,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324180/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81711,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324200/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79913,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324221/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83022,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324246/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8599b203-cc31-5d9a-8b13-a0fcb74c26ce/8599b203-cc31-5d9a-8b13-a0fcb74c26ce_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78821,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DA11MYU/699324272/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TDI 170 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 170 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8RXCA019493',
 'year': 2011}
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520MYU%27 HTTP/1.1" 200 None
2026-03-29 11:02:44 [bca.uk] INFO: Saving data for DA11%20MYU: {'created_time': 1774782164.311188, 'last_price_update_time': 1774782164.311199, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA11%2520MYU') HTTP/1.1" 204 0
2026-03-29 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057713/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426152/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/N44CNC/42780904?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=35p6ttHR5EYZnij8U5YI7iZ48E6SvtS1lus%2Ba1%2B9kio%3D)
2026-03-29 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535764/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057699/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057699>
2026-03-29 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535760/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698535760>
2026-03-29 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122664/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122664>
2026-03-29 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327780/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327780>
2026-03-29 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122694/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb4f50>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF63OVD%252F699109664%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109664/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eeee90>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142477%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142477/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c438c390>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143844%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143844/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec3010>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535772%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535772/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e4d910>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX69XSC%252F699327800%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327800/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142461/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109661/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143835/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ea43d0>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057713%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057713/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e2bd0>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FN44CNC%252F697426152%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426152/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5
2026-03-29 11:02:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea8f21ff-26b8-5e66-a27d-0e461fa61bd5, skipping ID generation
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea8f21ff-26b8-5e66-a27d-0e461fa61bd5 sending to next pipeline
2026-03-29 11:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea8f21ff-26b8-5e66-a27d-0e461fa61bd5, identifier: N44%20CNC
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07a1650>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535764%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535764/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1075090>
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD69WFH%252F699122694%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122694/600 saved to cache
2026-03-29 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea8f21ff-26b8-5e66-a27d-0e461fa61bd5 with identifier: N44%20CNC
2026-03-29 11:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea8f21ff-26b8-5e66-a27d-0e461fa61bd5 with identifier: N44%20CNC
2026-03-29 11:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea8f21ff-26b8-5e66-a27d-0e461fa61bd5 with identifier: N44%20CNC to the API
2026-03-29 11:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426152/600>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_expert_report_file_4bcdaf46-f536-4e85-b27c-a04e4336a518.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N44%20CNC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ea8f21ff-26b8-5e66-a27d-0e461fa61bd5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'N44 CNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=N44%20CNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 87543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45993,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426152/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44813,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426166/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41957,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426175/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42531,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426186/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41660,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426193/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40794,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426203/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88456,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426219/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82268,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426241/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86351,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426257/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea8f21ff-26b8-5e66-a27d-0e461fa61bd5/ea8f21ff-26b8-5e66-a27d-0e461fa61bd5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80779,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/N44CNC/697426270/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SE EXECUTIVE DCT',
 'vin': 'WDD1760122J731075',
 'year': 2018}
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N44%2520CNC%27 HTTP/1.1" 200 None
2026-03-29 11:02:45 [bca.uk] INFO: Saving data for N44%20CNC: {'created_time': 1774782165.317864, 'last_price_update_time': 1774782165.317875, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N44%2520CNC') HTTP/1.1" 204 0
2026-03-29 11:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327780/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535760/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/S10ULU/42806790?sv=2020-08-04&st=2026-03-29T11%3A02%3A28Z&se=2026-03-29T11%3A27%3A28Z&sr=b&sp=r&sig=0k8i8a0e3SuXF%2FJ35YPctHe%2Frs8qVsNTXHX%2B%2FNpXk%2FM%3D)
2026-03-29 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327751/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327751>
2026-03-29 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109659/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699109659>
2026-03-29 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142446/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142446>
2026-03-29 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143823>
2026-03-29 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057687/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057687>
2026-03-29 11:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122664/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10381d0>
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142461%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142461/600 saved to cache
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c056be10>
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF63OVD%252F699109661%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109661/600 saved to cache
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07a2e50>
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143835%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143835/600 saved to cache
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057699/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122645/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122645>
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04db410>
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX69XSC%252F699327780%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327780/600 saved to cache
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecfdd0>
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FS10ULU%252F698535760%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535760/600 saved to cache
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7a9d7986-2ee9-518c-b572-78208d2d3885
2026-03-29 11:02:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a9d7986-2ee9-518c-b572-78208d2d3885, skipping ID generation
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7a9d7986-2ee9-518c-b572-78208d2d3885 sending to next pipeline
2026-03-29 11:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a9d7986-2ee9-518c-b572-78208d2d3885, identifier: S10%20ULU
2026-03-29 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6e5d0>
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD69WFH%252F699122664%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122664/600 saved to cache
2026-03-29 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a9d7986-2ee9-518c-b572-78208d2d3885 with identifier: S10%20ULU
2026-03-29 11:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a9d7986-2ee9-518c-b572-78208d2d3885 with identifier: S10%20ULU
2026-03-29 11:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a9d7986-2ee9-518c-b572-78208d2d3885 with identifier: S10%20ULU to the API
2026-03-29 11:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535760/600>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_expert_report_file_5bad7f31-0198-4491-8944-0f1f61ceafd5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S10%20ULU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7a9d7986-2ee9-518c-b572-78208d2d3885',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S10 ULU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S10%20ULU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SOUL',
 'odometer': 59714,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55733,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535755/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54021,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535760/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52444,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535764/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54607,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535772/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56774,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535781/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52798,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535794/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71567,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535821/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60342,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535843/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83222,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535875/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9d7986-2ee9-518c-b572-78208d2d3885/7a9d7986-2ee9-518c-b572-78208d2d3885_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 63279,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/S10ULU/698535894/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'KIA SOUL 1.6 CRDI SAMBA Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI SAMBA',
 'vin': 'KNAJG553297018951',
 'year': 2009}
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S10%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 11:02:46 [bca.uk] INFO: Saving data for S10%20ULU: {'created_time': 1774782166.212969, 'last_price_update_time': 1774782166.212981, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S10%2520ULU') HTTP/1.1" 204 0
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122626/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122626>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147056/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147056>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327727/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327727>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147043/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147043>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057683/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057683>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146527/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146527>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147018/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147018>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146516/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146516>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eea850>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057699%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057699/600 saved to cache
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057687/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146280/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146280>
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142446/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL66VSC/42811369?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=qquyXT5d56Xf1gfHCbaPEQ0eQsziB1ljTyjQPYsGUTo%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327751/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD69OMW/42810709?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=H12cHb9PTcN8%2FJtqovuq1QctzFOV4FGUsh8dvO36IRU%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109659/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327708/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327708>
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057683/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147043/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327727/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147056/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eeb150>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057687%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057687/600 saved to cache
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146527/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122645/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122626/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057673/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057673>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122607>
2026-03-29 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263144/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693263144>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0567690>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL66VSC%252F699142446%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142446/600 saved to cache
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2465dff4-7c85-50cc-80bf-0871d404e7e2
2026-03-29 11:02:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2465dff4-7c85-50cc-80bf-0871d404e7e2, skipping ID generation
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2465dff4-7c85-50cc-80bf-0871d404e7e2 sending to next pipeline
2026-03-29 11:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2465dff4-7c85-50cc-80bf-0871d404e7e2, identifier: BL66%20VSC
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ee8590>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX69XSC%252F699327751%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327751/600 saved to cache
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ea45d0>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGD69OMW%252F699143823%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143823/600 saved to cache
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 69d6994b-8b62-5cec-be0b-76f344ebe18a
2026-03-29 11:02:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69d6994b-8b62-5cec-be0b-76f344ebe18a, skipping ID generation
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69d6994b-8b62-5cec-be0b-76f344ebe18a sending to next pipeline
2026-03-29 11:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69d6994b-8b62-5cec-be0b-76f344ebe18a, identifier: GD69%20OMW
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eebd50>
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF63OVD%252F699109659%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109659/600 saved to cache
2026-03-29 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147018/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146280/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146516/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2465dff4-7c85-50cc-80bf-0871d404e7e2 with identifier: BL66%20VSC
2026-03-29 11:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2465dff4-7c85-50cc-80bf-0871d404e7e2 with identifier: BL66%20VSC
2026-03-29 11:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2465dff4-7c85-50cc-80bf-0871d404e7e2 with identifier: BL66%20VSC to the API
2026-03-29 11:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142446/600>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_expert_report_file_67969603-c3b2-414c-9c46-bfde1c384492.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL66%20VSC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2465dff4-7c85-50cc-80bf-0871d404e7e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL66 VSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL66%20VSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320I',
 'odometer': 102563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49381,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142417/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45271,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142433/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45862,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142446/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47183,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142461/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45600,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142477/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43124,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142496/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72054,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142516/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83327,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142535/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87888,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142556/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2465dff4-7c85-50cc-80bf-0871d404e7e2/2465dff4-7c85-50cc-80bf-0871d404e7e2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81374,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL66VSC/699142574/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 T XDRIVE M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T XDRIVE M SPORT STEP',
 'vin': 'WBA8A520X0K432820',
 'year': 2016}
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520VSC%27 HTTP/1.1" 200 None
2026-03-29 11:02:47 [bca.uk] INFO: Saving data for BL66%20VSC: {'created_time': 1774782167.29719, 'last_price_update_time': 1774782167.297202, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL66%2520VSC') HTTP/1.1" 204 0
2026-03-29 11:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69d6994b-8b62-5cec-be0b-76f344ebe18a with identifier: GD69%20OMW
2026-03-29 11:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69d6994b-8b62-5cec-be0b-76f344ebe18a with identifier: GD69%20OMW
2026-03-29 11:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69d6994b-8b62-5cec-be0b-76f344ebe18a with identifier: GD69%20OMW to the API
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143823/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_expert_report_file_dd5889ac-5ac2-436a-b926-0c1dfe62fa5e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD69%20OMW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69d6994b-8b62-5cec-be0b-76f344ebe18a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD69 OMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD69%20OMW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 67113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50452,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143803/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47274,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143814/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47391,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143823/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50327,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143835/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47624,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143844/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42973,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143859/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87705,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143878/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77024,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143901/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85980,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143916/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69d6994b-8b62-5cec-be0b-76f344ebe18a/69d6994b-8b62-5cec-be0b-76f344ebe18a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD69OMW/699143932/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI EVO 130 GT EDITION Estate',
 'transmission': 'manual',
 'trim': 'TSI EVO 130 GT EDITION',
 'vin': 'WVWZZZAUZLP543890',
 'year': 2020}
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520OMW%27 HTTP/1.1" 200 None
2026-03-29 11:02:47 [bca.uk] INFO: Saving data for GD69%20OMW: {'created_time': 1774782167.755401, 'last_price_update_time': 1774782167.755414, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD69%2520OMW') HTTP/1.1" 204 0
2026-03-29 11:02:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147037/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147037>
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05670d0>
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057683%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057683/600 saved to cache
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb2010>
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699147043%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147043/600 saved to cache
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ff50d0>
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX69XSC%252F699327727%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327727/600 saved to cache
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105b7d0>
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699147056%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147056/600 saved to cache
2026-03-29 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327708/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147004/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147004>
2026-03-29 11:02:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146266/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146266>
2026-03-29 11:02:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146506/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146506>
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8d6d0>
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146527%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146527/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8db90>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD69WFH%252F699122645%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122645/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d93a50>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD69WFH%252F699122626%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122626/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2014e10>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699147018%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147018/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ddd0d0>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRF17GVT%252F699146280%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146280/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8dd90>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146516%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146516/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057673/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122588/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122588>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057657/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699057657>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109653/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF63OVD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263144/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263141/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693263141>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327689/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699327689>
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2015cd0>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX69XSC%252F699327708%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327708/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c03010>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057673%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057673/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146996/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146996>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147025/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147025>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146495/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146495>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146253/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146253>
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146266/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147037/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fff690>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRJ16CDK%252F693263144%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263144/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bba350>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD69WFH%252F699122607%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122607/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146506/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147004/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057657/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109653/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF63OVD/42809671?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=m2sAQ%2BL8MYXJqydt8rqJmN%2BTUWmDvlx69zJ7XzEwASs%3D)
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b19790>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRF17GVT%252F699146266%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146266/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263141/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327689/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX69XSC/42807268?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=2eWxzwSrahaiRw3KKQ%2Ft%2BuUi3iRAvRhmpL6eugsDYGo%3D)
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122588/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057638/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YD65BVG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262413/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262413>
2026-03-29 11:02:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122570/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699122570>
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8d950>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699147037%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147037/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146253/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba7550>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146506%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146506/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1091150>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699147004%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147004/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0739790>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057657%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057657/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c17ad0>
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF63OVD%252F699109653%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109653/600 saved to cache
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15
2026-03-29 11:02:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8a2a312-ee21-5646-b2ae-f595bc7e6f15, skipping ID generation
2026-03-29 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8a2a312-ee21-5646-b2ae-f595bc7e6f15 sending to next pipeline
2026-03-29 11:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8a2a312-ee21-5646-b2ae-f595bc7e6f15, identifier: EF63%20OVD
2026-03-29 11:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8a2a312-ee21-5646-b2ae-f595bc7e6f15 with identifier: EF63%20OVD
2026-03-29 11:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8a2a312-ee21-5646-b2ae-f595bc7e6f15 with identifier: EF63%20OVD
2026-03-29 11:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8a2a312-ee21-5646-b2ae-f595bc7e6f15 with identifier: EF63%20OVD to the API
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109653/600>
{'auction_title': '',
 'c_o_2_emission_value': 79,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_expert_report_file_b1a27424-e604-47c6-a2b3-7a61959f8e65.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF63%20OVD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e8a2a312-ee21-5646-b2ae-f595bc7e6f15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF63 OVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF63%20OVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 77378,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46244,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109653/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44716,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109655/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44232,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109658/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45667,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109659/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45235,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109661/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44617,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109664/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98342,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109668/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60525,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109673/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76484,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109677/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8a2a312-ee21-5646-b2ae-f595bc7e6f15/e8a2a312-ee21-5646-b2ae-f595bc7e6f15_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74910,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF63OVD/699109696/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I HYBRID ICON+ Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON+',
 'vin': 'VNKKD3D360A085950',
 'year': 2014}
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF63%2520OVD%27 HTTP/1.1" 200 None
2026-03-29 11:02:49 [bca.uk] INFO: Saving data for EF63%20OVD: {'created_time': 1774782169.378297, 'last_price_update_time': 1774782169.378307, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF63%2520OVD') HTTP/1.1" 204 0
2026-03-29 11:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146495/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146484>
2026-03-29 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146242/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146242>
2026-03-29 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147012/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147012>
2026-03-29 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146986/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146986>
2026-03-29 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147005/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147005>
2026-03-29 11:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147025/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146996/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ddc450>
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRJ16CDK%252F693263141%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263141/600 saved to cache
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057e010>
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEX69XSC%252F699327689%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327689/600 saved to cache
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c
2026-03-29 11:02:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d647955-e960-5bd3-94bf-ffea6ac93e9c, skipping ID generation
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d647955-e960-5bd3-94bf-ffea6ac93e9c sending to next pipeline
2026-03-29 11:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d647955-e960-5bd3-94bf-ffea6ac93e9c, identifier: EX69%20XSC
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8e7d0>
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLD69WFH%252F699122588%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122588/600 saved to cache
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02: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-29 11:02: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-29 11:02:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba5dd0>
2026-03-29 11:02:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRF17GVT%252F699146253%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146253/600 saved to cache
2026-03-29 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d647955-e960-5bd3-94bf-ffea6ac93e9c with identifier: EX69%20XSC
2026-03-29 11:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d647955-e960-5bd3-94bf-ffea6ac93e9c with identifier: EX69%20XSC
2026-03-29 11:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d647955-e960-5bd3-94bf-ffea6ac93e9c with identifier: EX69%20XSC to the API
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327689/600>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_expert_report_file_1a6ae700-d32d-4218-bb26-ff073148cf84.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX69%20XSC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7d647955-e960-5bd3-94bf-ffea6ac93e9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX69 XSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX69%20XSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 32816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45564,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327668/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43688,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327689/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41229,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327708/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40704,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327727/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39823,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327751/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39416,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327780/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94918,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327800/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88764,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327817/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91018,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327843/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d647955-e960-5bd3-94bf-ffea6ac93e9c/7d647955-e960-5bd3-94bf-ffea6ac93e9c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73681,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX69XSC/699327868/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE M50D StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE M50D',
 'vin': 'WBACV02010LP66441',
 'year': 2019}
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520XSC%27 HTTP/1.1" 200 None
2026-03-29 11:02:50 [bca.uk] INFO: Saving data for EX69%20XSC: {'created_time': 1774782170.089741, 'last_price_update_time': 1774782170.089752, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX69%2520XSC') HTTP/1.1" 204 0
2026-03-29 11:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122570/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD69WFH/42809887?sv=2020-08-04&st=2026-03-29T11%3A02%3A25Z&se=2026-03-29T11%3A27%3A25Z&sr=b&sp=r&sig=kM1AagDTXRx818RGw0Xj%2B2VwSH6oWZp5PItidkfY%2FlY%3D)
2026-03-29 11:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057638/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD65BVG/42810690?sv=2020-08-04&st=2026-03-29T11%3A02%3A27Z&se=2026-03-29T11%3A27%3A27Z&sr=b&sp=r&sig=DwpuGRv0CzbqwMhparxb9kfiwNlKiG9OwimloLLL714%3D)
2026-03-29 11:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146977/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146977>
2026-03-29 11:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146478/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146478>
2026-03-29 11:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146230/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146230>
2026-03-29 11:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262413/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147000/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699147000>
2026-03-29 11:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262379/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262379>
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057e0d0>
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146495%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146495/600 saved to cache
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0582b90>
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699147025%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147025/600 saved to cache
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10875d0>
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699146996%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146996/600 saved to cache
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f43250>
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD69WFH%252F699122570%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122570/600 saved to cache
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4af19ff9-eb57-5cb1-9d92-4833062a1130
2026-03-29 11:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4af19ff9-eb57-5cb1-9d92-4833062a1130, skipping ID generation
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4af19ff9-eb57-5cb1-9d92-4833062a1130 sending to next pipeline
2026-03-29 11:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4af19ff9-eb57-5cb1-9d92-4833062a1130, identifier: LD69%20WFH
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1084ed0>
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYD65BVG%252F699057638%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057638/600 saved to cache
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e
2026-03-29 11:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1dc3c60-90da-5c7c-9851-3a3ca5b8887e, skipping ID generation
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1dc3c60-90da-5c7c-9851-3a3ca5b8887e sending to next pipeline
2026-03-29 11:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1dc3c60-90da-5c7c-9851-3a3ca5b8887e, identifier: YD65%20BVG
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d90ad0>
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRJ16CDK%252F693262413%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262413/600 saved to cache
2026-03-29 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4af19ff9-eb57-5cb1-9d92-4833062a1130 with identifier: LD69%20WFH
2026-03-29 11:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4af19ff9-eb57-5cb1-9d92-4833062a1130 with identifier: LD69%20WFH
2026-03-29 11:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4af19ff9-eb57-5cb1-9d92-4833062a1130 with identifier: LD69%20WFH to the API
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122570/600>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_expert_report_file_cf8327fc-5d35-4d2a-9c35-f992816b4a1a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD69%20WFH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4af19ff9-eb57-5cb1-9d92-4833062a1130',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD69 WFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD69%20WFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 86148,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50356,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122527/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45041,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122542/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122554/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46667,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122570/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42990,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122588/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39716,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 106589,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122626/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88048,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122645/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97759,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122664/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af19ff9-eb57-5cb1-9d92-4833062a1130/4af19ff9-eb57-5cb1-9d92-4833062a1130_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74580,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD69WFH/699122694/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE NIGHT ED.PREM.PLUS 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM.PLUS 9G',
 'vin': 'WDD2132042A726057',
 'year': 2019}
2026-03-29 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520WFH%27 HTTP/1.1" 200 None
2026-03-29 11:02:51 [bca.uk] INFO: Saving data for LD69%20WFH: {'created_time': 1774782171.104921, 'last_price_update_time': 1774782171.104931, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD69%2520WFH') HTTP/1.1" 204 0
2026-03-29 11:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1dc3c60-90da-5c7c-9851-3a3ca5b8887e with identifier: YD65%20BVG
2026-03-29 11:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1dc3c60-90da-5c7c-9851-3a3ca5b8887e with identifier: YD65%20BVG
2026-03-29 11:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1dc3c60-90da-5c7c-9851-3a3ca5b8887e with identifier: YD65%20BVG to the API
2026-03-29 11:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057638/600>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_expert_report_file_b157aa27-f26a-4bdf-ad41-85a4d5c31740.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD65%20BVG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e1dc3c60-90da-5c7c-9851-3a3ca5b8887e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD65 BVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD65%20BVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 78267,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45766,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057638/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44503,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057657/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44399,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057673/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41957,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057683/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36809,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057687/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057699/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56049,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057713/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61296,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057726/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85707,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057749/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc3c60-90da-5c7c-9851-3a3ca5b8887e/e1dc3c60-90da-5c7c-9851-3a3ca5b8887e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66859,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD65BVG/699057767/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E350 3.0 B/TEC AMG LINE PREMIUM TIP Convertible',
 'transmission': 'manual',
 'trim': 'B/TEC AMG LINE PREMIUM TIP',
 'vin': 'WDD2074262F331268',
 'year': 2015}
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520BVG%27 HTTP/1.1" 200 None
2026-03-29 11:02:52 [bca.uk] INFO: Saving data for YD65%20BVG: {'created_time': 1774782172.058965, 'last_price_update_time': 1774782172.05898, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD65%2520BVG') HTTP/1.1" 204 0
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147005/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146473/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146473>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146975>
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147012/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146225/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146225>
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146484/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146242/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146986/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146997>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146467/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146467>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146966/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146966>
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262379/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146977/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147000/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b2290>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699147005%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147005/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146478/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146230/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1017a90>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699147012%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147012/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1090550>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146484%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146484/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c043fc10>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRF17GVT%252F699146242%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146242/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1092fd0>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699146986%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146986/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146473/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146219/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146219>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262364/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693262364>
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146225/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146992/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146992>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146462/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146462>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146959/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146959>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c074a810>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRJ16CDK%252F693262379%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262379/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c13290>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699146977%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146977/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ecd350>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699147000%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147000/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0489910>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146478%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146478/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ece990>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRF17GVT%252F699146230%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146230/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146467/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146953/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146953>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146213/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146213>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RY65VKS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262351/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RJ16CDK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146985/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YE62AZZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146966/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c44b0b50>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146473%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146473/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c02990>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699146975%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146975/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c1150>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRF17GVT%252F699146225%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146225/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146959/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146219/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146992/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250958/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250958>
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146207/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146207>
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146462/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146200/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RF17GVT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262364/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c03510>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY65VKS%252F699146467%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146467/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04ba650>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYE62AZZ%252F699146997%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146997/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef0710>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699146966%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146966/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f23790>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FXO09SEB%252F699146959%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146959/600 saved to cache
2026-03-29 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e7a290>
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRF17GVT%252F699146219%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146219/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef1590>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYE62AZZ%252F699146992%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146992/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1091650>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRY65VKS%252F699146462%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146462/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c12625d0>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRJ16CDK%252F693262364%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262364/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146213/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262351/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RJ16CDK/42811186?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=FfP2CdSPsrmQTcV72vW4%2B%2Bj7zMlKLg4ZgxmLdIKXHnU%3D)
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146985/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YE62AZZ/42810760?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=pUDYX9wYAMPSqsdKrvk3gYMhQhZJeuN24T9hiZtgP%2Bw%3D)
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY65VKS/42810896?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=2iawOTN4fr2dW0vVppKxAukj%2BLxitmhV5r2j80mwUjM%3D)
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262436/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262436>
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209313/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209313>
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207024/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699207024>
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146953/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/XO09SEB/42811359?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=8VYzl7nzwHq6funNoT86L2FYSHpk9%2BSJVnAfF6BcNUw%3D)
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207009/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699207009>
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146200/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ65%20WRC-GB>
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262429/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262429>
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209198/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209198>
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250940/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250940>
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146207/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RF17GVT/42811397?sv=2020-08-04&st=2026-03-29T11%3A02%3A24Z&se=2026-03-29T11%3A27%3A24Z&sr=b&sp=r&sig=K2DvygF1cR3MDCl3nisKImYr1%2BGlDElcvPy5dmspPlk%3D)
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2103cd0>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRF17GVT%252F699146213%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146213/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250958/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c42d0>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRJ16CDK%252F693262351%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262351/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cd8b81ca-25f0-574a-ad43-a32226f92a09
2026-03-29 11:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd8b81ca-25f0-574a-ad43-a32226f92a09, skipping ID generation
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd8b81ca-25f0-574a-ad43-a32226f92a09 sending to next pipeline
2026-03-29 11:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd8b81ca-25f0-574a-ad43-a32226f92a09, identifier: RJ16%20CDK
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c485cb90>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYE62AZZ%252F699146985%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146985/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3
2026-03-29 11:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59719e26-78b6-5e1a-bb69-3f2851f4dfa3, skipping ID generation
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 59719e26-78b6-5e1a-bb69-3f2851f4dfa3 sending to next pipeline
2026-03-29 11:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59719e26-78b6-5e1a-bb69-3f2851f4dfa3, identifier: YE62%20AZZ
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ccaf10>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRY65VKS%252F699146454%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146454/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2
2026-03-29 11:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51339bd8-b181-5003-9db7-a2b05b0cd0e2, skipping ID generation
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51339bd8-b181-5003-9db7-a2b05b0cd0e2 sending to next pipeline
2026-03-29 11:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51339bd8-b181-5003-9db7-a2b05b0cd0e2, identifier: RY65%20VKS
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e56290>
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FXO09SEB%252F699146953%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146953/600 saved to cache
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f5ad4def-e600-5058-b55b-f056e247a4a1
2026-03-29 11:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f5ad4def-e600-5058-b55b-f056e247a4a1, skipping ID generation
2026-03-29 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f5ad4def-e600-5058-b55b-f056e247a4a1 sending to next pipeline
2026-03-29 11:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ad4def-e600-5058-b55b-f056e247a4a1, identifier: XO09%20SEB
2026-03-29 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262422/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262422>
2026-03-29 11:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd8b81ca-25f0-574a-ad43-a32226f92a09 with identifier: RJ16%20CDK
2026-03-29 11:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd8b81ca-25f0-574a-ad43-a32226f92a09 with identifier: RJ16%20CDK
2026-03-29 11:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd8b81ca-25f0-574a-ad43-a32226f92a09 with identifier: RJ16%20CDK to the API
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262351/600>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_expert_report_file_c615f99f-4003-4b8b-befb-a1f8fbc13838.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ16%20CDK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd8b81ca-25f0-574a-ad43-a32226f92a09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ16 CDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ16%20CDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 132041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43740,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262351/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43037,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262364/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 33289,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262374/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41707,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262379/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 25612,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262402/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 24090,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693262413/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34619,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263141/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd8b81ca-25f0-574a-ad43-a32226f92a09/cd8b81ca-25f0-574a-ad43-a32226f92a09_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 28353,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RJ16CDK/693263144/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'SJNFAAJ11U1723984',
 'year': 2016}
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520CDK%27 HTTP/1.1" 200 None
2026-03-29 11:02:54 [bca.uk] INFO: Saving data for RJ16%20CDK: {'created_time': 1774782174.349215, 'last_price_update_time': 1774782174.349229, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ16%2520CDK') HTTP/1.1" 204 0
2026-03-29 11:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59719e26-78b6-5e1a-bb69-3f2851f4dfa3 with identifier: YE62%20AZZ
2026-03-29 11:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59719e26-78b6-5e1a-bb69-3f2851f4dfa3 with identifier: YE62%20AZZ
2026-03-29 11:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59719e26-78b6-5e1a-bb69-3f2851f4dfa3 with identifier: YE62%20AZZ to the API
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146985/600>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_expert_report_file_ae77bb31-d8eb-4469-8095-a59b3d629882.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE62%20AZZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59719e26-78b6-5e1a-bb69-3f2851f4dfa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE62 AZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE62%20AZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 169730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50258,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146985/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46448,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146992/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45205,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699146997/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49102,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147000/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44286,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147005/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147012/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 100758,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147025/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79746,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147037/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101674,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147043/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59719e26-78b6-5e1a-bb69-3f2851f4dfa3/59719e26-78b6-5e1a-bb69-3f2851f4dfa3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75243,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YE62AZZ/699147056/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'SPORT TOURING STEP',
 'vin': 'WBA3K32070F489240',
 'year': 2012}
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE62%2520AZZ%27 HTTP/1.1" 200 None
2026-03-29 11:02:54 [bca.uk] INFO: Saving data for YE62%20AZZ: {'created_time': 1774782174.79367, 'last_price_update_time': 1774782174.793682, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE62%2520AZZ') HTTP/1.1" 204 0
2026-03-29 11:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51339bd8-b181-5003-9db7-a2b05b0cd0e2 with identifier: RY65%20VKS
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=violet HTTP/1.1" 200 None
2026-03-29 11:02:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51339bd8-b181-5003-9db7-a2b05b0cd0e2 with identifier: RY65%20VKS
2026-03-29 11:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51339bd8-b181-5003-9db7-a2b05b0cd0e2 with identifier: RY65%20VKS to the API
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146454/600>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_expert_report_file_c58a115c-2661-4d73-abc2-bc13e6dc81fb.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY65%20VKS-GB',
 'category': 'Car',
 'color': 'violet',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51339bd8-b181-5003-9db7-a2b05b0cd0e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY65 VKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY65%20VKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 52468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50195,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146454/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46129,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146462/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43918,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146467/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46156,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146473/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46699,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146478/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43446,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146484/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76858,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146495/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55486,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146506/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87860,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146516/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51339bd8-b181-5003-9db7-a2b05b0cd0e2/51339bd8-b181-5003-9db7-a2b05b0cd0e2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80030,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY65VKS/699146527/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 110 DSTYLE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 DSTYLE S/S',
 'vin': 'VF7SAHNZ6FW669137',
 'year': 2016}
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY65%2520VKS%27 HTTP/1.1" 200 None
2026-03-29 11:02:55 [bca.uk] INFO: Saving data for RY65%20VKS: {'created_time': 1774782175.435239, 'last_price_update_time': 1774782175.435253, 'auction_closing_time': 1775037600.0}
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY65%2520VKS') HTTP/1.1" 204 0
2026-03-29 11:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ad4def-e600-5058-b55b-f056e247a4a1 with identifier: XO09%20SEB
2026-03-29 11:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ad4def-e600-5058-b55b-f056e247a4a1 with identifier: XO09%20SEB
2026-03-29 11:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ad4def-e600-5058-b55b-f056e247a4a1 with identifier: XO09%20SEB to the API
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146953/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_expert_report_file_870dc3da-9db7-4077-944c-c5f48f5d9f0d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=XO09%20SEB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5ad4def-e600-5058-b55b-f056e247a4a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'XO09 SEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=XO09%20SEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 86327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49715,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146944/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47540,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146953/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44829,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146959/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46857,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146966/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45858,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43430,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146977/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96059,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146986/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75236,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699146996/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90832,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147004/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5ad4def-e600-5058-b55b-f056e247a4a1/f5ad4def-e600-5058-b55b-f056e247a4a1_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71618,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/XO09SEB/699147018/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 150 TITANIUM',
 'vin': 'WF0KXXWPCKGK68255',
 'year': 2016}
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XO09%2520SEB%27 HTTP/1.1" 200 None
2026-03-29 11:02:55 [bca.uk] INFO: Saving data for XO09%20SEB: {'created_time': 1774782175.910744, 'last_price_update_time': 1774782175.910755, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='XO09%2520SEB') HTTP/1.1" 204 0
2026-03-29 11:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209188/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209188>
2026-03-29 11:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250923/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250923>
2026-03-29 11:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209313/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206994/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206994>
2026-03-29 11:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262436/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209298/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209298>
2026-03-29 11:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207024/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:02:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0f890>
2026-03-29 11:02:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRF17GVT%252F699146200%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146200/600 saved to cache
2026-03-29 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0508f90>
2026-03-29 11:02:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRF17GVT%252F699146207%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146207/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8c80ced7-c691-5333-acbe-2a24e66960c1
2026-03-29 11:02:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c80ced7-c691-5333-acbe-2a24e66960c1, skipping ID generation
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c80ced7-c691-5333-acbe-2a24e66960c1 sending to next pipeline
2026-03-29 11:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c80ced7-c691-5333-acbe-2a24e66960c1, identifier: RF17%20GVT
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6dd90>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG67GJU%252F699250958%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250958/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c80ced7-c691-5333-acbe-2a24e66960c1 with identifier: RF17%20GVT
2026-03-29 11:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c80ced7-c691-5333-acbe-2a24e66960c1 with identifier: RF17%20GVT
2026-03-29 11:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c80ced7-c691-5333-acbe-2a24e66960c1 with identifier: RF17%20GVT to the API
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146207/600>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_expert_report_file_1f69aa3b-41fd-4efc-a2cf-f76ed0c52c75.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF17%20GVT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c80ced7-c691-5333-acbe-2a24e66960c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF17 GVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF17%20GVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 89086,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45844,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146200/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45449,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146207/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45999,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146213/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47572,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146219/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45695,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146225/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46612,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146230/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82738,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146242/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67528,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146253/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88780,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146266/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c80ced7-c691-5333-acbe-2a24e66960c1/8c80ced7-c691-5333-acbe-2a24e66960c1_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75297,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RF17GVT/699146280/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 2.0 218D M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': '218D M SPORT STEP',
 'vin': 'WBA2C12040V778465',
 'year': 2017}
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520GVT%27 HTTP/1.1" 200 None
2026-03-29 11:02:56 [bca.uk] INFO: Saving data for RF17%20GVT: {'created_time': 1774782176.581394, 'last_price_update_time': 1774782176.581405, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF17%2520GVT') HTTP/1.1" 204 0
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209198/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF19%20JNN-GB>
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209174/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209174>
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262429/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC66%20XFJ-GB>
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207009/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250940/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eaf690>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA19LLG%252F699209313%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209313/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e46a10>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ67FKL%252F699262436%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262436/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1edea90>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK67ENL%252F699207024%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207024/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0488350>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV18GVY%252F699209198%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209198/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f33650>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ67FKL%252F699262429%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262429/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ff5a10>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK67ENL%252F699207009%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207009/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a3910>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG67GJU%252F699250940%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250940/600 saved to cache
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262405/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262405>
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250892/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250892>
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209298/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206971/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206971>
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209188/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262422/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206994/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250923/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f31790>
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_expert_report_file_79d18959-a895-4307-aa8e-b7f2ccd14f42.pdf HTTP/1.1" 201 0
2026-03-29 11:02:56 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30656b1a-1ef0-570d-b003-87686be88982, skipping ID generation
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEJ65WRC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EJ65WRC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037206%27 HTTP/1.1" 200 None
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037206 not downloaded yet
2026-03-29 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209174/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250377/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250377>
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250424>
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037211%27 HTTP/1.1" 200 None
2026-03-29 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037211 not downloaded yet
2026-03-29 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981251>
2026-03-29 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037213%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037213 not downloaded yet
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037219%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037219 not downloaded yet
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f73810>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA19LLG%252F699209298%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209298/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c407cd90>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV18GVY%252F699209188%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209188/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac6f10>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ67FKL%252F699262422%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262422/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd5010>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK67ENL%252F699206994%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206994/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac6750>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG67GJU%252F699250923%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250923/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209277/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699209277>
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037223%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037223 not downloaded yet
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH22%20KGO-GB>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981201/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981201>
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206971/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262405/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250892/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037227%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037227 not downloaded yet
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037230%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037230 not downloaded yet
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10a62d0>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV18GVY%252F699209174%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209174/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250816/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250816>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209151/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SV18GVY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250876/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250876>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209271/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YA19LLG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037206/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037206>
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037235%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037235 not downloaded yet
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250424/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250377/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699037242%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037242 not downloaded yet
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dde810>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_expert_report_file_0690ac98-ff63-42fa-bcdb-9cbfe3941455.pdf HTTP/1.1" 201 0
2026-03-29 11:02:57 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:02:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 152c646d-ef5e-5430-9fc1-51fea08c9499, skipping ID generation
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGF19JNN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF19JNN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1edcb50>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_expert_report_file_85acf90c-5616-4121-a5a3-4deeb37ef5e4.pdf HTTP/1.1" 201 0
2026-03-29 11:02:57 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:02:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f444a203-88ef-53b2-8354-8fe77b17fe57, skipping ID generation
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMC66XFJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MC66XFJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05685d0>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK67ENL%252F699206971%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206971/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac6fd0>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ67FKL%252F699262405%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262405/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eca850>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG67GJU%252F699250892%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250892/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037213/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037213>
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209277/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037219/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037219>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037211/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037211>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037197/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EJ65WRC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947085%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947085 not downloaded yet
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614410%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614410 not downloaded yet
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981201/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947107%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947107 not downloaded yet
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614414%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614414 not downloaded yet
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209151/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV18GVY/42808024?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=5t4hR377ci0tnrA007lFoCSCGmjCbFU4zJ4yqfeVD6M%3D)
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209271/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA19LLG/42808401?sv=2020-08-04&st=2026-03-29T11%3A02%3A10Z&se=2026-03-29T11%3A27%3A10Z&sr=b&sp=r&sig=tTA93g9rhOnrWW59LTMHnMVWU8jf69Jya1p%2F%2FX4hrVI%3D)
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262393/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262393>
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250876/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037206/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecfb90>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDG14PDV%252F699250424%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250424/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1efa910>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF14ENO%252F699250377%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250377/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05ad250>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981251%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981251/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947122%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947122 not downloaded yet
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614418%27 HTTP/1.1" 200 None
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614418 not downloaded yet
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037235/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037235>
2026-03-29 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037230/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037230>
2026-03-29 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250816/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05af0d0>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA19LLG%252F699209277%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209277/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2101710>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981201%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981201/600 saved to cache
2026-03-29 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20f6a90>
2026-03-29 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_expert_report_file_38405e1d-614d-4e32-ae6c-514ff2e33ed5.pdf HTTP/1.1" 201 0
2026-03-29 11:02:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6090bc60-1c27-5840-ac70-86e691f2a52e, skipping ID generation
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMH22KGO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MH22KGO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947143%27 HTTP/1.1" 200 None
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947143 not downloaded yet
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614422%27 HTTP/1.1" 200 None
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614422 not downloaded yet
2026-03-29 11:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037211/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037197/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037242/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037242>
2026-03-29 11:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037213/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037219/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953327%27 HTTP/1.1" 200 None
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953327 not downloaded yet
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947159%27 HTTP/1.1" 200 None
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947159 not downloaded yet
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614428%27 HTTP/1.1" 200 None
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614428 not downloaded yet
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c40ace50>
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FSV18GVY%252F699209151%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209151/600 saved to cache
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b44206aa-c760-569d-9eaf-c845be300f4a
2026-03-29 11:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b44206aa-c760-569d-9eaf-c845be300f4a, skipping ID generation
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b44206aa-c760-569d-9eaf-c845be300f4a sending to next pipeline
2026-03-29 11:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b44206aa-c760-569d-9eaf-c845be300f4a, identifier: SV18%20GVY
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10160d0>
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYA19LLG%252F699209271%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209271/600 saved to cache
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dbab5023-5d85-5b69-96c1-2ab3b59c804d
2026-03-29 11:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dbab5023-5d85-5b69-96c1-2ab3b59c804d, skipping ID generation
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dbab5023-5d85-5b69-96c1-2ab3b59c804d sending to next pipeline
2026-03-29 11:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbab5023-5d85-5b69-96c1-2ab3b59c804d, identifier: YA19%20LLG
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b94e90>
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFG67GJU%252F699250876%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250876/600 saved to cache
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ff4dd0>
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEJ65WRC%252F699037206%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037206/600 saved to cache
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c043e0d0>
2026-03-29 11:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEO62BFE%252F699250816%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250816/600 saved to cache
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953335%27 HTTP/1.1" 200 None
2026-03-29 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953335 not downloaded yet
2026-03-29 11:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b44206aa-c760-569d-9eaf-c845be300f4a with identifier: SV18%20GVY
2026-03-29 11:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b44206aa-c760-569d-9eaf-c845be300f4a with identifier: SV18%20GVY
2026-03-29 11:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b44206aa-c760-569d-9eaf-c845be300f4a with identifier: SV18%20GVY to the API
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209151/600>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_expert_report_file_93a265fe-2712-4dcb-b29e-43e8f7c1bd06.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV18%20GVY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b44206aa-c760-569d-9eaf-c845be300f4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV18 GVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV18%20GVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'S4',
 'odometer': 53657,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40538,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209151/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38618,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209159/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36982,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209174/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36900,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209180/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 33787,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209188/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 32106,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209198/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90194,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209211/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92717,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209229/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101305,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209240/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44206aa-c760-569d-9eaf-c845be300f4a/b44206aa-c760-569d-9eaf-c845be300f4a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77390,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV18GVY/699209261/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI S4 3.0 TFSI 350 QUATTRO TIP Saloon',
 'transmission': 'manual',
 'trim': 'TFSI 350 QUATTRO TIP',
 'vin': 'WAUZZZF47JA114694',
 'year': 2018}
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520GVY%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [bca.uk] INFO: Saving data for SV18%20GVY: {'created_time': 1774782179.076741, 'last_price_update_time': 1774782179.076752, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV18%2520GVY') HTTP/1.1" 204 0
2026-03-29 11:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbab5023-5d85-5b69-96c1-2ab3b59c804d with identifier: YA19%20LLG
2026-03-29 11:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbab5023-5d85-5b69-96c1-2ab3b59c804d with identifier: YA19%20LLG
2026-03-29 11:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbab5023-5d85-5b69-96c1-2ab3b59c804d with identifier: YA19%20LLG to the API
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209271/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_expert_report_file_6f647c3f-c5ca-4fd5-8bb5-78d673103b01.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA19%20LLG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dbab5023-5d85-5b69-96c1-2ab3b59c804d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA19 LLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA19%20LLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 64069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40843,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209271/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39452,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209277/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37649,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209289/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37764,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209298/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37936,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209310/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36647,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209313/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86528,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209329/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84238,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209342/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89989,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209365/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dbab5023-5d85-5b69-96c1-2ab3b59c804d/dbab5023-5d85-5b69-96c1-2ab3b59c804d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72091,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA19LLG/699209387/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT ATECA 1.5 TSI EVO 150 FR SPORT EZ DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 FR SPORT EZ DSG',
 'vin': 'VSSZZZ5FZK6571505',
 'year': 2019}
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA19%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [bca.uk] INFO: Saving data for YA19%20LLG: {'created_time': 1774782179.492937, 'last_price_update_time': 1774782179.492953, 'auction_closing_time': 1774951200.0}
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA19%2520LLG') HTTP/1.1" 204 0
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037227/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037227>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614405/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MC66XFJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947069/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF19JNN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947173%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947173 not downloaded yet
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614435%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614435 not downloaded yet
2026-03-29 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262393/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037223/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699037223>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614410>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947085/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947085>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206956/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206956>
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953343%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953343 not downloaded yet
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947194%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947194 not downloaded yet
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614446%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614446 not downloaded yet
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953350%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953350 not downloaded yet
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c34050>
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEJ65WRC%252F699037211%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037211/600 saved to cache
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f42050>
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEJ65WRC%252F699037197%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037197/600 saved to cache
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c4475650>
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEJ65WRC%252F699037213%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037213/600 saved to cache
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20f5250>
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEJ65WRC%252F699037219%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037219/600 saved to cache
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037230/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947212%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947212 not downloaded yet
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614453%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614453 not downloaded yet
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614414/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614414>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614418/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614418>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947143/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947143>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614422/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614422>
2026-03-29 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953322/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MH22KGO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037235/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953360%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953360 not downloaded yet
2026-03-29 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037242/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947230%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947230 not downloaded yet
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697614459%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614459 not downloaded yet
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6fb10>
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ67FKL%252F699262393%252F600') HTTP/1.1" 204 0
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262393/600 saved to cache
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953380%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953380 not downloaded yet
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953403%27 HTTP/1.1" 200 None
2026-03-29 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953403 not downloaded yet
2026-03-29 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057fdd0>
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEJ65WRC%252F699037230%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037230/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947069/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614405/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206956/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947085/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953335/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953335>
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953435%27 HTTP/1.1" 200 None
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953435 not downloaded yet
2026-03-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cb2710>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEJ65WRC%252F699037235%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037235/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0dd90>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEJ65WRC%252F699037242%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037242/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698953456%27 HTTP/1.1" 200 None
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953456 not downloaded yet
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614414/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614418/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614446/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614446>
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614422/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0772790>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGF19JNN%252F698947069%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947069/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2089010>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FMC66XFJ%252F697614405%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614405/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2f12d10>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FVK67ENL%252F699206956%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206956/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b8f50>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGF19JNN%252F698947085%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947085/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb2c10>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FMC66XFJ%252F697614410%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614410/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037223/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953322/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037227/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EJ65WRC/42811087?sv=2020-08-04&st=2026-03-29T11%3A02%3A53Z&se=2026-03-29T11%3A27%3A53Z&sr=b&sp=r&sig=rlTqPLxm4QI%2BwQFyUG6Me3FqNHl855TrWsdejFKXYVM%3D)
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947143/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614453/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614453>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c208b610>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FMC66XFJ%252F697614414%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614414/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0508f10>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FMC66XFJ%252F697614418%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614418/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c050a390>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FMC66XFJ%252F697614422%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614422/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953335/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953403/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953403>
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947212/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947212>
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614459/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614459>
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953380/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953380>
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953456/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953456>
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953360/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953360>
2026-03-29 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947230/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947230>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6c450>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEJ65WRC%252F699037223%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037223/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f47dd0>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FMH22KGO%252F698953322%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953322/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c3b10>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEJ65WRC%252F699037227%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037227/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 30656b1a-1ef0-570d-b003-87686be88982
2026-03-29 11:03:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30656b1a-1ef0-570d-b003-87686be88982, skipping ID generation
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 30656b1a-1ef0-570d-b003-87686be88982 sending to next pipeline
2026-03-29 11:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30656b1a-1ef0-570d-b003-87686be88982, identifier: EJ65%20WRC
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f04610>
2026-03-29 11:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGF19JNN%252F698947143%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947143/600 saved to cache
2026-03-29 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30656b1a-1ef0-570d-b003-87686be88982 with identifier: EJ65%20WRC
2026-03-29 11:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30656b1a-1ef0-570d-b003-87686be88982 with identifier: EJ65%20WRC
2026-03-29 11:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30656b1a-1ef0-570d-b003-87686be88982 with identifier: EJ65%20WRC to the API
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037227/600>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_expert_report_file_79d18959-a895-4307-aa8e-b7f2ccd14f42.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ65%20WRC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '30656b1a-1ef0-570d-b003-87686be88982',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ65 WRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ65%20WRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 108367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45066,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037197/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43554,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037206/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037211/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38456,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037213/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35064,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037219/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35278,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037223/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62078,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037227/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62021,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037230/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86839,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037235/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30656b1a-1ef0-570d-b003-87686be88982/30656b1a-1ef0-570d-b003-87686be88982_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89881,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EJ65WRC/699037242/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.6 CRDI B/D 110 SE Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI B/D 110 SE',
 'vin': 'TMAD351ULGJ309959',
 'year': 2015}
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520WRC%27 HTTP/1.1" 200 None
2026-03-29 11:03:01 [bca.uk] INFO: Saving data for EJ65%20WRC: {'created_time': 1774782181.292673, 'last_price_update_time': 1774782181.292687, 'auction_closing_time': 1775037600.0}
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ65%2520WRC') HTTP/1.1" 204 0
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953435/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953435>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953350/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953350>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947173/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947173>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947194/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947194>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614435/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614435>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953343/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953343>
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614453/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614446/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f27850>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953335%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953335/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614459/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947212/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953380/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953360/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953456/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b3390>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMC66XFJ%252F697614453%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614453/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614428/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697614428>
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947230/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953403/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614435/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0581610>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMC66XFJ%252F697614446%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614446/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947194/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953343/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947173/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953350/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1af1790>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMC66XFJ%252F697614459%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614459/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1175ad0>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF19JNN%252F698947212%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947212/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa0710>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953380%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953380/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1176cd0>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953360%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953360/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c1210>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953456%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953456/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947122/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947122>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953327/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698953327>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947107/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947107>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947159/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947159>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250394/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250394>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113619/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113619>
2026-03-29 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250339/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250339>
2026-03-29 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953435/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b96e10>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF19JNN%252F698947230%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947230/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105cf90>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953403%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953403/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2103810>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMC66XFJ%252F697614435%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614435/600 saved to cache
2026-03-29 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec3dd0>
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF19JNN%252F698947194%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947194/600 saved to cache
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc1950>
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953343%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953343/600 saved to cache
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105f2d0>
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF19JNN%252F698947173%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947173/600 saved to cache
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ebe010>
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953350%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953350/600 saved to cache
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250801/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250801>
2026-03-29 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250422/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250422>
2026-03-29 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981165/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981165>
2026-03-29 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250867/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250867>
2026-03-29 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906879/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906879>
2026-03-29 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252202/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252202>
2026-03-29 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614428/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MC66XFJ/42810004?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=P%2Bpkg3Yq1HGPSXqsYsLT5r8qDwzb84YWASko2g4JzuE%3D)
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100d3d0>
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953435%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953435/600 saved to cache
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262384/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699262384>
2026-03-29 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947107/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113619/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e3650>
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMC66XFJ%252F697614428%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614428/600 saved to cache
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f444a203-88ef-53b2-8354-8fe77b17fe57
2026-03-29 11:03:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f444a203-88ef-53b2-8354-8fe77b17fe57, skipping ID generation
2026-03-29 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f444a203-88ef-53b2-8354-8fe77b17fe57 sending to next pipeline
2026-03-29 11:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f444a203-88ef-53b2-8354-8fe77b17fe57, identifier: MC66%20XFJ
2026-03-29 11:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f444a203-88ef-53b2-8354-8fe77b17fe57 with identifier: MC66%20XFJ
2026-03-29 11:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f444a203-88ef-53b2-8354-8fe77b17fe57 with identifier: MC66%20XFJ
2026-03-29 11:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f444a203-88ef-53b2-8354-8fe77b17fe57 with identifier: MC66%20XFJ to the API
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614428/600>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_expert_report_file_85acf90c-5616-4121-a5a3-4deeb37ef5e4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC66%20XFJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f444a203-88ef-53b2-8354-8fe77b17fe57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC66 XFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC66%20XFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 64601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49116,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614405/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47067,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614410/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45004,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614414/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46022,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614418/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45235,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614422/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45134,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614428/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78597,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614435/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76890,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614446/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80195,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614453/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f444a203-88ef-53b2-8354-8fe77b17fe57/f444a203-88ef-53b2-8354-8fe77b17fe57_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78690,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MC66XFJ/697614459/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 272 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M7HD013442',
 'year': 2016}
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC66%2520XFJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:03 [bca.uk] INFO: Saving data for MC66%20XFJ: {'created_time': 1774782183.009258, 'last_price_update_time': 1774782183.00927, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC66%2520XFJ') HTTP/1.1" 204 0
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250339/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953327/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MH22KGO/42810601?sv=2020-08-04&st=2026-03-29T11%3A02%3A57Z&se=2026-03-29T11%3A27%3A57Z&sr=b&sp=r&sig=MZl1sT7gzYZOK9vBUdGcNxTfwY3GVZlQgy0dQlDLjLw%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250394/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947159/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206948/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699206948>
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947122/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF19JNN/42810533?sv=2020-08-04&st=2026-03-29T11%3A02%3A55Z&se=2026-03-29T11%3A27%3A55Z&sr=b&sp=r&sig=172XPETJjVpvL7rKhfaCtl7y8gL1Y7PR3oYlo3EO6oU%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252202/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906879/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e921d0>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF19JNN%252F698947107%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947107/600 saved to cache
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100db50>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ20RXK%252F697113619%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113619/600 saved to cache
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981165/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250801/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250867/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e1790>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF14ENO%252F699250339%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250339/600 saved to cache
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07716d0>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMH22KGO%252F698953327%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953327/600 saved to cache
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6090bc60-1c27-5840-ac70-86e691f2a52e
2026-03-29 11:03:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6090bc60-1c27-5840-ac70-86e691f2a52e, skipping ID generation
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6090bc60-1c27-5840-ac70-86e691f2a52e sending to next pipeline
2026-03-29 11:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6090bc60-1c27-5840-ac70-86e691f2a52e, identifier: MH22%20KGO
2026-03-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e1690>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDG14PDV%252F699250394%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250394/600 saved to cache
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2f11bd0>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF19JNN%252F698947159%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947159/600 saved to cache
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6090bc60-1c27-5840-ac70-86e691f2a52e with identifier: MH22%20KGO
2026-03-29 11:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6090bc60-1c27-5840-ac70-86e691f2a52e with identifier: MH22%20KGO
2026-03-29 11:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6090bc60-1c27-5840-ac70-86e691f2a52e with identifier: MH22%20KGO to the API
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953327/600>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_expert_report_file_38405e1d-614d-4e32-ae6c-514ff2e33ed5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH22%20KGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6090bc60-1c27-5840-ac70-86e691f2a52e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH22 KGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH22%20KGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '118I',
 'odometer': 4729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54603,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953322/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51550,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953327/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45514,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953335/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45669,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953343/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45203,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953350/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45224,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953360/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74054,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953380/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80727,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953403/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93914,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953435/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6090bc60-1c27-5840-ac70-86e691f2a52e/6090bc60-1c27-5840-ac70-86e691f2a52e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54595,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MH22KGO/698953456/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 136 SPORT (LCP) Hatchback',
 'transmission': 'manual',
 'trim': '136 SPORT (LCP)',
 'vin': 'WBA7K320X05V56761',
 'year': 2022}
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH22%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 11:03:03 [bca.uk] INFO: Saving data for MH22%20KGO: {'created_time': 1774782183.816879, 'last_price_update_time': 1774782183.81689, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH22%2520KGO') HTTP/1.1" 204 0
2026-03-29 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250378/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250378>
2026-03-29 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250317/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250317>
2026-03-29 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113615/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113615>
2026-03-29 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250786/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250786>
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206948/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981137/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981137>
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262384/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250422/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c050d0d0>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF19JNN%252F698947122%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947122/600 saved to cache
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 152c646d-ef5e-5430-9fc1-51fea08c9499
2026-03-29 11:03:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 152c646d-ef5e-5430-9fc1-51fea08c9499, skipping ID generation
2026-03-29 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 152c646d-ef5e-5430-9fc1-51fea08c9499 sending to next pipeline
2026-03-29 11:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 152c646d-ef5e-5430-9fc1-51fea08c9499, identifier: GF19%20JNN
2026-03-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e595d0>
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252202%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252202/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c48c1790>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL17JFX%252F696906879%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906879/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c208abd0>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981165%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981165/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9c550>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO62BFE%252F699250801%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250801/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10bb4d0>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG67GJU%252F699250867%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250867/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 152c646d-ef5e-5430-9fc1-51fea08c9499 with identifier: GF19%20JNN
2026-03-29 11:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 152c646d-ef5e-5430-9fc1-51fea08c9499 with identifier: GF19%20JNN
2026-03-29 11:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 152c646d-ef5e-5430-9fc1-51fea08c9499 with identifier: GF19%20JNN to the API
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947122/600>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_expert_report_file_0690ac98-ff63-42fa-bcdb-9cbfe3941455.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF19%20JNN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '152c646d-ef5e-5430-9fc1-51fea08c9499',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF19 JNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF19%20JNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 75053,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48161,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947069/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47081,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947085/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44321,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947107/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45516,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947122/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44384,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947143/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44460,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947159/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 63424,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947173/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60314,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947194/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74437,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947212/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_152c646d-ef5e-5430-9fc1-51fea08c9499/152c646d-ef5e-5430-9fc1-51fea08c9499_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82292,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF19JNN/698947230/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.0 TSI 115 MATCH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 MATCH DSG',
 'vin': 'WVWZZZAUZKP056217',
 'year': 2019}
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF19%2520JNN%27 HTTP/1.1" 200 None
2026-03-29 11:03:04 [bca.uk] INFO: Saving data for GF19%20JNN: {'created_time': 1774782184.574004, 'last_price_update_time': 1774782184.574016, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF19%2520JNN') HTTP/1.1" 204 0
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206938/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VK67ENL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250861/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FG67GJU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252186/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252186>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250405/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250405>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE04%20PMY-GB>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262371/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BJ67FKL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK21%20JWF-GB>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906874/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906874>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e45610>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK67ENL%252F699206948%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206948/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f04450>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ67FKL%252F699262384%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262384/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a26d0>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF59HXA%252F699250422%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250422/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981137/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250307/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250307>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113611/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113611>
2026-03-29 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250372/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250372>
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250786/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113615/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250378/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250317/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262371/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ67FKL/42799888?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=9ap144%2BMDRV0k7CBKCAFEajbO9pW1qsAp2VZ7lEOgfk%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252186/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce7490>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981137%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981137/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906874/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206938/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK67ENL/42810390?sv=2020-08-04&st=2026-03-29T11%3A02%3A08Z&se=2026-03-29T11%3A27%3A08Z&sr=b&sp=r&sig=XjNEO0teWaUQBZfizHqxthA3oUiybuvWz8a2q209lZg%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250861/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG67GJU/42807440?sv=2020-08-04&st=2026-03-29T11%3A02%3A09Z&se=2026-03-29T11%3A27%3A09Z&sr=b&sp=r&sig=N55u0aPtLSbc1lCXHTZgAR%2BcA8nohwtwSKectGMNb7A%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250372/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250405/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05296d0>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO62BFE%252F699250786%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250786/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ccb950>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ20RXK%252F697113615%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113615/600 saved to cache
2026-03-29 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c044ba90>
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDG14PDV%252F699250378%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250378/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0445dd0>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF14ENO%252F699250317%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250317/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113611/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981116/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981116>
2026-03-29 11:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250388/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250388>
2026-03-29 11:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250773/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250773>
2026-03-29 11:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250307/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b1650>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ67FKL%252F699262371%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262371/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 297b1e09-1068-5d32-9db7-87d9551e46d2
2026-03-29 11:03:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 297b1e09-1068-5d32-9db7-87d9551e46d2, skipping ID generation
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 297b1e09-1068-5d32-9db7-87d9551e46d2 sending to next pipeline
2026-03-29 11:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 297b1e09-1068-5d32-9db7-87d9551e46d2, identifier: BJ67%20FKL
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e476d0>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252186%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252186/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0448e50>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL17JFX%252F696906874%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906874/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b29d0>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK67ENL%252F699206938%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206938/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489
2026-03-29 11:03:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f3faefc-c37e-54b1-a12e-fd46a8e80489, skipping ID generation
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f3faefc-c37e-54b1-a12e-fd46a8e80489 sending to next pipeline
2026-03-29 11:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f3faefc-c37e-54b1-a12e-fd46a8e80489, identifier: VK67%20ENL
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04bb9d0>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG67GJU%252F699250861%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250861/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ce94861d-e050-5142-a240-db979c2dce66
2026-03-29 11:03:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce94861d-e050-5142-a240-db979c2dce66, skipping ID generation
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce94861d-e050-5142-a240-db979c2dce66 sending to next pipeline
2026-03-29 11:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce94861d-e050-5142-a240-db979c2dce66, identifier: FG67%20GJU
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b1b0d0>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDG14PDV%252F699250372%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250372/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cb0cd0>
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF59HXA%252F699250405%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250405/600 saved to cache
2026-03-29 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 297b1e09-1068-5d32-9db7-87d9551e46d2 with identifier: BJ67%20FKL
2026-03-29 11:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 297b1e09-1068-5d32-9db7-87d9551e46d2 with identifier: BJ67%20FKL
2026-03-29 11:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 297b1e09-1068-5d32-9db7-87d9551e46d2 with identifier: BJ67%20FKL to the API
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262371/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_expert_report_file_69db15c1-25f6-440b-a5f6-f53b98f450e6.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ67%20FKL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '297b1e09-1068-5d32-9db7-87d9551e46d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ67 FKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ67%20FKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 109080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37511,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262371/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37306,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262384/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37992,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262393/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37235,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262400/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35727,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262405/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35072,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262413/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64628,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262422/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56417,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262429/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65023,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262436/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_297b1e09-1068-5d32-9db7-87d9551e46d2/297b1e09-1068-5d32-9db7-87d9551e46d2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78288,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ67FKL/699262444/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 4M R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 4M R LINE DSG',
 'vin': 'WVGZZZ5NZJW838610',
 'year': 2017}
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520FKL%27 HTTP/1.1" 200 None
2026-03-29 11:03:06 [bca.uk] INFO: Saving data for BJ67%20FKL: {'created_time': 1774782186.112632, 'last_price_update_time': 1774782186.112647, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ67%2520FKL') HTTP/1.1" 204 0
2026-03-29 11:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f3faefc-c37e-54b1-a12e-fd46a8e80489 with identifier: VK67%20ENL
2026-03-29 11:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f3faefc-c37e-54b1-a12e-fd46a8e80489 with identifier: VK67%20ENL
2026-03-29 11:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f3faefc-c37e-54b1-a12e-fd46a8e80489 with identifier: VK67%20ENL to the API
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206938/600>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_expert_report_file_578bc7ca-c0fd-4809-879a-ea0dafbb18ae.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20ENL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f3faefc-c37e-54b1-a12e-fd46a8e80489',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 ENL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20ENL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 87111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 12,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40443,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206938/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38381,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206948/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37727,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206956/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38037,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206963/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35358,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206971/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 32485,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206979/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71834,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699206994/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62931,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207009/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86429,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207024/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3faefc-c37e-54b1-a12e-fd46a8e80489/4f3faefc-c37e-54b1-a12e-fd46a8e80489_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69441,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK67ENL/699207045/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TDI 184 QUATTRO S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TDI 184 QUATTRO S LINE S-T',
 'vin': 'TRUZZZFV2H1023389',
 'year': 2017}
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520ENL%27 HTTP/1.1" 200 None
2026-03-29 11:03:06 [bca.uk] INFO: Saving data for VK67%20ENL: {'created_time': 1774782186.598044, 'last_price_update_time': 1774782186.598059, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520ENL') HTTP/1.1" 204 0
2026-03-29 11:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce94861d-e050-5142-a240-db979c2dce66 with identifier: FG67%20GJU
2026-03-29 11:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce94861d-e050-5142-a240-db979c2dce66 with identifier: FG67%20GJU
2026-03-29 11:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce94861d-e050-5142-a240-db979c2dce66 with identifier: FG67%20GJU to the API
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250861/600>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_expert_report_file_8b6d6aac-abb8-46ad-b294-316cf90b4c36.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG67%20GJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce94861d-e050-5142-a240-db979c2dce66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG67 GJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG67%20GJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 105183,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42857,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250861/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39670,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250867/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41636,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250876/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44173,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250885/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39242,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250892/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35957,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250900/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105631,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250923/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92103,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250940/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 110236,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250958/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce94861d-e050-5142-a240-db979c2dce66/ce94861d-e050-5142-a240-db979c2dce66_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88202,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG67GJU/699250978/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.5 DCI 90 DYNAMIQUE S EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 90 DYNAMIQUE S EDC',
 'vin': 'VF15RBJ0D58566577',
 'year': 2017}
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG67%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [bca.uk] INFO: Saving data for FG67%20GJU: {'created_time': 1774782187.111447, 'last_price_update_time': 1774782187.111462, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG67%2520GJU') HTTP/1.1" 204 0
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966321/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966321>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250760/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250760>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252177/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252177>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981088/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981088>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906867/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906867>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK21%20HHP-GB>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250368/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250368>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966316/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966316>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2d9cb10>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFJ20RXK%252F697113611%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113611/600 saved to cache
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ea51d0>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF14ENO%252F699250307%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250307/600 saved to cache
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec0c50>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_expert_report_file_f914f99b-8343-454a-98ff-5b6550c8ef82.pdf HTTP/1.1" 201 0
2026-03-29 11:03:07 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8dd45ced-ec66-53dd-bfc5-cd853a744567, skipping ID generation
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPK21JWF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PK21JWF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0467c50>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_expert_report_file_eeade89d-226a-4224-93c9-b9ce974a5b23.pdf HTTP/1.1" 201 0
2026-03-29 11:03:07 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8d1713d-f4ff-5c78-9c82-a2886554109d, skipping ID generation
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFE04PMY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FE04PMY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981116/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906860/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906860>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE62%20FON-GB>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252168/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252168>
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071507%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071507 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250823%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250823 not downloaded yet
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250388/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250773/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071515%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071515 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250833%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250833 not downloaded yet
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113598/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113598>
2026-03-29 11:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250286/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250286>
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071523%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071523 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250839%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250839 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071528%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071528 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250845%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250845 not downloaded yet
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04dc410>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGX10XBP%252F698981116%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981116/600 saved to cache
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906867/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250760/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981088/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966321/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071537%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071537 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250853%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250853 not downloaded yet
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252177/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04d95d0>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF59HXA%252F699250388%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250388/600 saved to cache
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2080dd0>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEO62BFE%252F699250773%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250773/600 saved to cache
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966316/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071547%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071547 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250863%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250863 not downloaded yet
2026-03-29 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250368/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071554%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071554 not downloaded yet
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250880%27 HTTP/1.1" 200 None
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250880 not downloaded yet
2026-03-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10a7390>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL17JFX%252F696906867%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906867/600 saved to cache
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0449350>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEO62BFE%252F699250760%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250760/600 saved to cache
2026-03-29 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc4f10>
2026-03-29 11:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981088%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981088/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0779a50>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68VCJ%252F696966321%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966321/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906860/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252168/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071502/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PK21JWF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FE04PMY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250286/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981066/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981066>
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071561%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071561 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250895%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250895 not downloaded yet
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e458d0>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252177%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252177/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0575650>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_expert_report_file_9526138c-4b32-46ac-9713-5d5b6be5af41.pdf HTTP/1.1" 201 0
2026-03-29 11:03:08 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfe641c3-e3b2-586d-bd40-096ec0d57e8a, skipping ID generation
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRK21HHP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RK21HHP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1177190>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68VCJ%252F696966316%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966316/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113598/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071568%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071568 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250910%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250910 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071509%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071509 not downloaded yet
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e93290>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF59HXA%252F699250368%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250368/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f063d0>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL17JFX%252F696906860%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906860/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce6690>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252168%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252168/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a3f10>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF14ENO%252F699250286%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250286/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071514%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071514 not downloaded yet
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250833/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250833>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250845/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250845>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250853/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250853>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250839/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250839>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071523/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071523>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071528/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071528>
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071524%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071524 not downloaded yet
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecf290>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ20RXK%252F697113598%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113598/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071537/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071537>
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071530%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071530 not downloaded yet
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250863/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250863>
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071538%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071538 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071548%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071548 not downloaded yet
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f41fd0>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_expert_report_file_546cae39-79b0-4d6e-86bd-fcaec3140af4.pdf HTTP/1.1" 201 0
2026-03-29 11:03:08 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4af15117-4e31-51a6-9931-cf5cb805453c, skipping ID generation
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDE62FON-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DE62FON-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981066/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071502/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250880/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250880>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071547/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071547>
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071558%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071558 not downloaded yet
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071554/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071554>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071503/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RK21HHP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071509/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071509>
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200205%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200205 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071566%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071566 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200212%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200212 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699071573%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071573 not downloaded yet
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200223%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200223 not downloaded yet
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250833/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071537/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200233%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200233 not downloaded yet
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071528/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071523/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200245%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200245 not downloaded yet
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec2590>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981066%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981066/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057d950>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK21JWF%252F699071502%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071502/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb67d0>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFE04PMY%252F699250818%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250818/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250853/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250839/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071503/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071509/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250845/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200263%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200263 not downloaded yet
2026-03-29 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250863/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200282%27 HTTP/1.1" 200 None
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200282 not downloaded yet
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0779790>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFE04PMY%252F699250833%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250833/600 saved to cache
2026-03-29 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e90610>
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPK21JWF%252F699071537%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071537/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb1b50>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPK21JWF%252F699071528%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071528/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2086ed0>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPK21JWF%252F699071523%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071523/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071547/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200299%27 HTTP/1.1" 200 None
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200299 not downloaded yet
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071554/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071548/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071548>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200223/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200223>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071573/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071573>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200194/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DE62FON-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071538/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071538>
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250880/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699200322%27 HTTP/1.1" 200 None
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200322 not downloaded yet
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071566/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071566>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071558/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071558>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200205/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200205>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071530/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071530>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200233/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200233>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200212/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200212>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200245/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200245>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1fee610>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFE04PMY%252F699250853%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250853/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1177150>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFE04PMY%252F699250839%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250839/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2082fd0>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRK21HHP%252F699071503%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071503/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9cd10>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRK21HHP%252F699071509%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071509/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e93d50>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFE04PMY%252F699250845%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250845/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f66510>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFE04PMY%252F699250863%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250863/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071524/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071524>
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eeb950>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPK21JWF%252F699071547%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071547/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eeb010>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPK21JWF%252F699071554%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071554/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea3f50>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFE04PMY%252F699250880%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250880/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200194/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200263/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200263>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200282/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200282>
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071573/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200223/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071538/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071548/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200299/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200299>
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071530/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200212/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200245/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071566/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071558/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eee510>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDE62FON%252F699200194%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200194/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071524/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200282/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200205/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200322/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699200322>
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0773710>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRK21HHP%252F699071573%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071573/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04e0690>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDE62FON%252F699200223%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200223/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e5bdd0>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRK21HHP%252F699071538%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071538/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f07a10>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRK21HHP%252F699071548%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071548/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200233/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250910/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250910>
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071514/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071514>
2026-03-29 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200263/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071568/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071568>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e568d0>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FRK21HHP%252F699071530%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071530/600 saved to cache
2026-03-29 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05778d0>
2026-03-29 11:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200212%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200212/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ee9090>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200245%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200245/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1d3c110>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK21HHP%252F699071566%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071566/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cb2510>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK21HHP%252F699071558%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071558/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0582a50>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK21HHP%252F699071524%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071524/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e0950>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200282%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200282/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8de90>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200205%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200205/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250895/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250895>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071561/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071561>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250823>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966311/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966311>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071515/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071515>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071507/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699071507>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906852/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906852>
2026-03-29 11:03:10 [scrapy.extensions.logstats] INFO: Crawled 68 pages (at 34 pages/min), scraped 157 items (at 48 items/min)
2026-03-29 11:03:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200299/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec1390>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200233%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200233/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b0710>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200263%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200263/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252159/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252159>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113593/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697113593>
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250344/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250344>
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250910/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071514/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK21HHP/42811215?sv=2020-08-04&st=2026-03-29T11%3A03%3A05Z&se=2026-03-29T11%3A28%3A05Z&sr=b&sp=r&sig=S3DqrQBSZ7Wl%2BZskW8EfUhUzPC38swGLU3pDITIk0aw%3D)
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0574850>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200299%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200299/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200322/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE62FON/42809735?sv=2020-08-04&st=2026-03-29T11%3A03%3A07Z&se=2026-03-29T11%3A28%3A07Z&sr=b&sp=r&sig=yedfQxS95CPUPUCjY9EPc7WyfX3%2FcVgUmNV7Zq6jxVw%3D)
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071568/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250275/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250275>
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071507/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071515/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906852/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2015690>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFE04PMY%252F699250910%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250910/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981038/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698981038>
2026-03-29 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252159/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eed990>
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK21HHP%252F699071514%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071514/600 saved to cache
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a
2026-03-29 11:03:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfe641c3-e3b2-586d-bd40-096ec0d57e8a, skipping ID generation
2026-03-29 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cfe641c3-e3b2-586d-bd40-096ec0d57e8a sending to next pipeline
2026-03-29 11:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfe641c3-e3b2-586d-bd40-096ec0d57e8a, identifier: RK21%20HHP
2026-03-29 11:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfe641c3-e3b2-586d-bd40-096ec0d57e8a with identifier: RK21%20HHP
2026-03-29 11:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfe641c3-e3b2-586d-bd40-096ec0d57e8a with identifier: RK21%20HHP
2026-03-29 11:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfe641c3-e3b2-586d-bd40-096ec0d57e8a with identifier: RK21%20HHP to the API
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071514/600>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_expert_report_file_9526138c-4b32-46ac-9713-5d5b6be5af41.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK21%20HHP-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cfe641c3-e3b2-586d-bd40-096ec0d57e8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK21 HHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK21%20HHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 46299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40939,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071503/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39928,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071509/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37139,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071514/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36247,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071524/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38058,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071530/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38287,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071538/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93252,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071548/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71306,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071558/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84758,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071566/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfe641c3-e3b2-586d-bd40-096ec0d57e8a/cfe641c3-e3b2-586d-bd40-096ec0d57e8a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55829,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK21HHP/699071573/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 2.0 D240 AWD HSE (6ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 AWD HSE (6ST)',
 'vin': 'SALEA7AN0L2016657',
 'year': 2021}
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 11:03:11 [bca.uk] INFO: Saving data for RK21%20HHP: {'created_time': 1774782191.455356, 'last_price_update_time': 1774782191.455369, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK21%2520HHP') HTTP/1.1" 204 0
2026-03-29 11:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250344/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906845/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906845>
2026-03-29 11:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071561/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK21JWF/42811230?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=cqyutIrFVlqP7Mos3vdq6RrY0C5NmVo5SU9clPjvZZM%3D)
2026-03-29 11:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250895/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FE04PMY/42807521?sv=2020-08-04&st=2026-03-29T11%3A03%3A04Z&se=2026-03-29T11%3A28%3A04Z&sr=b&sp=r&sig=eWHgrZ%2FvwJ9pgvT2Hpx%2BflfWewbITKchrWoYg7bw0nU%3D)
2026-03-29 11:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966311/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113593/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252156/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252156>
2026-03-29 11:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250275/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0449b50>
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDE62FON%252F699200322%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200322/600 saved to cache
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4af15117-4e31-51a6-9931-cf5cb805453c
2026-03-29 11:03:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4af15117-4e31-51a6-9931-cf5cb805453c, skipping ID generation
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4af15117-4e31-51a6-9931-cf5cb805453c sending to next pipeline
2026-03-29 11:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4af15117-4e31-51a6-9931-cf5cb805453c, identifier: DE62%20FON
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb52d0>
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK21JWF%252F699071568%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071568/600 saved to cache
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ea7950>
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK21JWF%252F699071507%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071507/600 saved to cache
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05704d0>
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK21JWF%252F699071515%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071515/600 saved to cache
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ecee50>
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL17JFX%252F696906852%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906852/600 saved to cache
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0571110>
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFE04PMY%252F699250823%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250823/600 saved to cache
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb4c10>
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252159%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252159/600 saved to cache
2026-03-29 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4af15117-4e31-51a6-9931-cf5cb805453c with identifier: DE62%20FON
2026-03-29 11:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4af15117-4e31-51a6-9931-cf5cb805453c with identifier: DE62%20FON
2026-03-29 11:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4af15117-4e31-51a6-9931-cf5cb805453c with identifier: DE62%20FON to the API
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200322/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_expert_report_file_546cae39-79b0-4d6e-86bd-fcaec3140af4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE62%20FON-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4af15117-4e31-51a6-9931-cf5cb805453c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE62 FON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE62%20FON&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'PIXO',
 'odometer': 89441,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41936,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200194/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40858,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200205/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39304,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200212/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39129,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200223/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37787,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200233/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38028,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200245/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92738,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200263/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66033,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200282/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76828,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200299/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4af15117-4e31-51a6-9931-cf5cb805453c/4af15117-4e31-51a6-9931-cf5cb805453c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72222,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE62FON/699200322/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN PIXO 1.0 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'N-TEC',
 'vin': 'MBHHFD31S00536466',
 'year': 2012}
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE62%2520FON%27 HTTP/1.1" 200 None
2026-03-29 11:03:12 [bca.uk] INFO: Saving data for DE62%20FON: {'created_time': 1774782192.374295, 'last_price_update_time': 1774782192.374308, 'auction_closing_time': 1775037600.0}
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE62%2520FON') HTTP/1.1" 204 0
2026-03-29 11:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981038/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250743/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250743>
2026-03-29 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113580/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FJ20RXK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981021/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GX10XBP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250329/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DG14PDV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250270/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF14ENO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO66%20BRV-GB>
2026-03-29 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250328/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250328>
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec67d0>
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDG14PDV%252F699250344%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250344/600 saved to cache
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8fb90>
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPK21JWF%252F699071561%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071561/600 saved to cache
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8dd45ced-ec66-53dd-bfc5-cd853a744567
2026-03-29 11:03:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8dd45ced-ec66-53dd-bfc5-cd853a744567, skipping ID generation
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8dd45ced-ec66-53dd-bfc5-cd853a744567 sending to next pipeline
2026-03-29 11:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dd45ced-ec66-53dd-bfc5-cd853a744567, identifier: PK21%20JWF
2026-03-29 11:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f63ed0>
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFE04PMY%252F699250895%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250895/600 saved to cache
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c8d1713d-f4ff-5c78-9c82-a2886554109d
2026-03-29 11:03:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8d1713d-f4ff-5c78-9c82-a2886554109d, skipping ID generation
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8d1713d-f4ff-5c78-9c82-a2886554109d sending to next pipeline
2026-03-29 11:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8d1713d-f4ff-5c78-9c82-a2886554109d, identifier: FE04%20PMY
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2101ed0>
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FHX68VCJ%252F696966311%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966311/600 saved to cache
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec3b90>
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFJ20RXK%252F697113593%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113593/600 saved to cache
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f63610>
2026-03-29 11:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF14ENO%252F699250275%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250275/600 saved to cache
2026-03-29 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dd45ced-ec66-53dd-bfc5-cd853a744567 with identifier: PK21%20JWF
2026-03-29 11:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dd45ced-ec66-53dd-bfc5-cd853a744567 with identifier: PK21%20JWF
2026-03-29 11:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dd45ced-ec66-53dd-bfc5-cd853a744567 with identifier: PK21%20JWF to the API
2026-03-29 11:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071561/600>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_expert_report_file_f914f99b-8343-454a-98ff-5b6550c8ef82.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK21%20JWF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8dd45ced-ec66-53dd-bfc5-cd853a744567',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK21 JWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK21%20JWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 76338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41111,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071502/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39018,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071507/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38710,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071515/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38762,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071523/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34935,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071528/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36342,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071537/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55061,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071547/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54965,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071554/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85316,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071561/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dd45ced-ec66-53dd-bfc5-cd853a744567/8dd45ced-ec66-53dd-bfc5-cd853a744567_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68157,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK21JWF/699071568/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.0 D300 WESTMINSTER BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 WESTMINSTER BLACK',
 'vin': 'SALGA2AW0MA439170',
 'year': 2021}
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520JWF%27 HTTP/1.1" 200 None
2026-03-29 11:03:13 [bca.uk] INFO: Saving data for PK21%20JWF: {'created_time': 1774782193.250033, 'last_price_update_time': 1774782193.250044, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK21%2520JWF') HTTP/1.1" 204 0
2026-03-29 11:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8d1713d-f4ff-5c78-9c82-a2886554109d with identifier: FE04%20PMY
2026-03-29 11:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8d1713d-f4ff-5c78-9c82-a2886554109d with identifier: FE04%20PMY
2026-03-29 11:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8d1713d-f4ff-5c78-9c82-a2886554109d with identifier: FE04%20PMY to the API
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250895/600>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_expert_report_file_eeade89d-226a-4224-93c9-b9ce974a5b23.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE04%20PMY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c8d1713d-f4ff-5c78-9c82-a2886554109d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE04 PMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE04%20PMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SUBARU',
 'model': 'IMPREZA',
 'odometer': 127503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41725,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250818/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41261,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250823/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42313,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250833/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43051,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250839/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38092,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250845/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37081,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250853/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101619,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250863/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74000,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250880/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97294,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250895/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8d1713d-f4ff-5c78-9c82-a2886554109d/c8d1713d-f4ff-5c78-9c82-a2886554109d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71276,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FE04PMY/699250910/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'SUBARU IMPREZA 2.0 WRX T SPORTWAGON Estate',
 'transmission': 'manual',
 'trim': 'WRX T SPORTWAGON',
 'vin': 'JF1GGAKD34G020671',
 'year': 2004}
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE04%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 11:03:13 [bca.uk] INFO: Saving data for FE04%20PMY: {'created_time': 1774782193.66097, 'last_price_update_time': 1774782193.660981, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE04%2520PMY') HTTP/1.1" 204 0
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906845/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252151/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252151>
2026-03-29 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966303/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966303>
2026-03-29 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906839/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906839>
2026-03-29 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250319/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250319>
2026-03-29 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH64%20FFB-GB>
2026-03-29 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20WBO-GB>
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252156/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10a4850>
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981038%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981038/600 saved to cache
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250743/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO62BFE/42796531?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=EjEHua2UQA%2FPwTC4rbGBsyIu0J3xnyFAVjd7S19oFik%3D)
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250329/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DG14PDV/42796650?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=2Zo%2BrXNKuRYylze1jmAXj00tQwLuMHwEVGfKwNW7bGs%3D)
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981021/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GX10XBP/42810554?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=rjuT56tymU0uAs71pNoPs4k%2B44VgDwr7a0X3EPv%2Faew%3D)
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250270/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF14ENO/42809921?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=aqT3QErvIfSUFptXZdzwaIh12pNWbz5hDaFVEb8cLdQ%3D)
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113580/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ20RXK/42810596?sv=2020-08-04&st=2026-03-29T11%3A02%3A05Z&se=2026-03-29T11%3A27%3A05Z&sr=b&sp=r&sig=TnIj6Up%2F5rz7k2Hz2tB%2FmGFw3Aw%2Fpn1pk8R7%2FRDmGm0%3D)
2026-03-29 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966297/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696966297>
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f321d0>
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL17JFX%252F696906845%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906845/600 saved to cache
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250328/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ee8990>
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252156%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252156/600 saved to cache
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250319/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906839/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252151/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0fa90>
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO62BFE%252F699250743%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250743/600 saved to cache
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2da0ce89-b099-5d51-8be9-fc586623b7d2
2026-03-29 11:03:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2da0ce89-b099-5d51-8be9-fc586623b7d2, skipping ID generation
2026-03-29 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2da0ce89-b099-5d51-8be9-fc586623b7d2 sending to next pipeline
2026-03-29 11:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2da0ce89-b099-5d51-8be9-fc586623b7d2, identifier: EO62%20BFE
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c44db1d0>
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDG14PDV%252F699250329%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250329/600 saved to cache
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3c17a2b1-d874-58df-beb6-24c90329a928
2026-03-29 11:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c17a2b1-d874-58df-beb6-24c90329a928, skipping ID generation
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3c17a2b1-d874-58df-beb6-24c90329a928 sending to next pipeline
2026-03-29 11:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c17a2b1-d874-58df-beb6-24c90329a928, identifier: DG14%20PDV
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05699d0>
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGX10XBP%252F698981021%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981021/600 saved to cache
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 534301ff-88c1-5039-9ad1-8f0d987bc984
2026-03-29 11:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 534301ff-88c1-5039-9ad1-8f0d987bc984, skipping ID generation
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 534301ff-88c1-5039-9ad1-8f0d987bc984 sending to next pipeline
2026-03-29 11:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 534301ff-88c1-5039-9ad1-8f0d987bc984, identifier: GX10%20XBP
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb2410>
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF14ENO%252F699250270%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250270/600 saved to cache
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 890f21ab-8e4b-5714-94ca-324a10c954a5
2026-03-29 11:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 890f21ab-8e4b-5714-94ca-324a10c954a5, skipping ID generation
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 890f21ab-8e4b-5714-94ca-324a10c954a5 sending to next pipeline
2026-03-29 11:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 890f21ab-8e4b-5714-94ca-324a10c954a5, identifier: DF14%20ENO
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05699d0>
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ20RXK%252F697113580%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113580/600 saved to cache
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc
2026-03-29 11:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80dab8dc-6b05-5eff-b3b9-4146447e4ccc, skipping ID generation
2026-03-29 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 80dab8dc-6b05-5eff-b3b9-4146447e4ccc sending to next pipeline
2026-03-29 11:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80dab8dc-6b05-5eff-b3b9-4146447e4ccc, identifier: FJ20%20RXK
2026-03-29 11:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2da0ce89-b099-5d51-8be9-fc586623b7d2 with identifier: EO62%20BFE
2026-03-29 11:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2da0ce89-b099-5d51-8be9-fc586623b7d2 with identifier: EO62%20BFE
2026-03-29 11:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2da0ce89-b099-5d51-8be9-fc586623b7d2 with identifier: EO62%20BFE to the API
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250743/600>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_expert_report_file_0c036add-25f4-4659-a45b-69be2e2ce287.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO62%20BFE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2da0ce89-b099-5d51-8be9-fc586623b7d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO62 BFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO62%20BFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 195833,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38884,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250730/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40452,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250737/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40772,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250743/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40807,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250748/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36405,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250753/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34894,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250760/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 108321,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250773/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73692,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250786/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94840,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250801/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da0ce89-b099-5d51-8be9-fc586623b7d2/2da0ce89-b099-5d51-8be9-fc586623b7d2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93309,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO62BFE/699250816/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 2.0 TDI 170 S LINE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 170 S LINE S/S',
 'vin': 'WAUZZZ8P3DA029475',
 'year': 2012}
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO62%2520BFE%27 HTTP/1.1" 200 None
2026-03-29 11:03:14 [bca.uk] INFO: Saving data for EO62%20BFE: {'created_time': 1774782194.969685, 'last_price_update_time': 1774782194.969695, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO62%2520BFE') HTTP/1.1" 204 0
2026-03-29 11:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c17a2b1-d874-58df-beb6-24c90329a928 with identifier: DG14%20PDV
2026-03-29 11:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c17a2b1-d874-58df-beb6-24c90329a928 with identifier: DG14%20PDV
2026-03-29 11:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c17a2b1-d874-58df-beb6-24c90329a928 with identifier: DG14%20PDV to the API
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250329/600>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_expert_report_file_128b595e-e1e7-4b87-a893-d773d62de32b.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG14%20PDV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c17a2b1-d874-58df-beb6-24c90329a928',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG14 PDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG14%20PDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 138166,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39089,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250329/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39177,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250344/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37422,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250353/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250360/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36177,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250372/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36332,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250378/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87285,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250394/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67125,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250410/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78776,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250424/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c17a2b1-d874-58df-beb6-24c90329a928/3c17a2b1-d874-58df-beb6-24c90329a928_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94216,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DG14PDV/699250441/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 2.0 CDTI 130 SRI MPV',
 'transmission': 'manual',
 'trim': 'CDTI 130 SRI',
 'vin': 'W0LPD9EM0E2058512',
 'year': 2014}
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG14%2520PDV%27 HTTP/1.1" 200 None
2026-03-29 11:03:15 [bca.uk] INFO: Saving data for DG14%20PDV: {'created_time': 1774782195.361298, 'last_price_update_time': 1774782195.361308, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG14%2520PDV') HTTP/1.1" 204 0
2026-03-29 11:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 534301ff-88c1-5039-9ad1-8f0d987bc984 with identifier: GX10%20XBP
2026-03-29 11:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 534301ff-88c1-5039-9ad1-8f0d987bc984 with identifier: GX10%20XBP
2026-03-29 11:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 534301ff-88c1-5039-9ad1-8f0d987bc984 with identifier: GX10%20XBP to the API
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981021/600>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_expert_report_file_f0eab79b-2866-457f-83f5-b07a7a23a417.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX10%20XBP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '6.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '534301ff-88c1-5039-9ad1-8f0d987bc984',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX10 XBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX10%20XBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'ROLLS ROYCE',
 'model': 'GHOST',
 'odometer': 67127,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981021/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36627,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981038/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37103,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981066/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37716,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981088/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 32358,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981116/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 29490,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981137/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981165/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83807,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981201/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 106689,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981251/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534301ff-88c1-5039-9ad1-8f0d987bc984/534301ff-88c1-5039-9ad1-8f0d987bc984_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77231,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GX10XBP/698981299/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'ROLLS ROYCE GHOST 6.6 V12 Saloon',
 'transmission': 'automatic',
 'trim': 'V12',
 'vin': 'SCA664S0XAUH14588',
 'year': 2010}
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX10%2520XBP%27 HTTP/1.1" 200 None
2026-03-29 11:03:15 [bca.uk] INFO: Saving data for GX10%20XBP: {'created_time': 1774782195.795843, 'last_price_update_time': 1774782195.795852, 'auction_closing_time': 1775124000.0}
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX10%2520XBP') HTTP/1.1" 204 0
2026-03-29 11:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 890f21ab-8e4b-5714-94ca-324a10c954a5 with identifier: DF14%20ENO
2026-03-29 11:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 890f21ab-8e4b-5714-94ca-324a10c954a5 with identifier: DF14%20ENO
2026-03-29 11:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 890f21ab-8e4b-5714-94ca-324a10c954a5 with identifier: DF14%20ENO to the API
2026-03-29 11:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250270/600>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_expert_report_file_899120f0-0581-4602-a81d-6903939fb197.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF14%20ENO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '890f21ab-8e4b-5714-94ca-324a10c954a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF14 ENO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF14%20ENO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 42152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41542,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250270/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41539,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250275/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40485,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250286/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40802,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250293/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39407,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250307/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38360,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250317/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98158,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250339/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84461,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250361/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93350,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250377/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_890f21ab-8e4b-5714-94ca-324a10c954a5/890f21ab-8e4b-5714-94ca-324a10c954a5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76516,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF14ENO/699250397/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 E-HDI 115 A/D EXCLUSIVE ETG6 MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 A/D EXCLUSIVE ETG6',
 'vin': 'VF73D9HC8EJ688749',
 'year': 2014}
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520ENO%27 HTTP/1.1" 200 None
2026-03-29 11:03:16 [bca.uk] INFO: Saving data for DF14%20ENO: {'created_time': 1774782196.231442, 'last_price_update_time': 1774782196.231452, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF14%2520ENO') HTTP/1.1" 204 0
2026-03-29 11:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80dab8dc-6b05-5eff-b3b9-4146447e4ccc with identifier: FJ20%20RXK
2026-03-29 11:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80dab8dc-6b05-5eff-b3b9-4146447e4ccc with identifier: FJ20%20RXK
2026-03-29 11:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80dab8dc-6b05-5eff-b3b9-4146447e4ccc with identifier: FJ20%20RXK to the API
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113580/600>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_expert_report_file_0a52f00a-eb46-4570-91e0-69a5a330d3ee.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ20%20RXK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80dab8dc-6b05-5eff-b3b9-4146447e4ccc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ20 RXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ20%20RXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 101542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 63198,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113580/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55743,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113593/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57745,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113598/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 58246,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113604/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41011,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113611/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 32083,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113615/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51925,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113619/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80dab8dc-6b05-5eff-b3b9-4146447e4ccc/80dab8dc-6b05-5eff-b3b9-4146447e4ccc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65861,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ20RXK/697113622/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 PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1770872V058367',
 'year': 2020}
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ20%2520RXK%27 HTTP/1.1" 200 None
2026-03-29 11:03:16 [bca.uk] INFO: Saving data for FJ20%20RXK: {'created_time': 1774782196.614718, 'last_price_update_time': 1774782196.614729, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ20%2520RXK') HTTP/1.1" 204 0
2026-03-29 11:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966303/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906834/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696906834>
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252138/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252138>
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252143/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252143>
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL16%20CWO-GB>
2026-03-29 11:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9cf50>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF59HXA%252F699250328%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250328/600 saved to cache
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d03d10>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF59HXA%252F699250319%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250319/600 saved to cache
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb8c90>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL17JFX%252F696906839%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906839/600 saved to cache
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c13e90>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FMJ15GNK%252F699252151%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252151/600 saved to cache
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966297/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV64%20UBN-GB>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2100e50>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FHX68VCJ%252F696966303%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966303/600 saved to cache
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c4047490>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_expert_report_file_7a7e4780-7ece-4b68-90f4-09da5e008900.pdf HTTP/1.1" 201 0
2026-03-29 11:03:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 417ef3d0-c6da-5650-b16a-415917af8bd2, skipping ID generation
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEO66BRV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO66BRV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f26750>
2026-03-29 11:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_expert_report_file_d59373fc-cfe1-4a3e-a491-3f0c29f3d078.pdf HTTP/1.1" 201 0
2026-03-29 11:03:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30e42597-e1c7-53ae-a625-43bb8bfa72b2, skipping ID generation
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSH64FFB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SH64FFB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252143/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966285/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HX68VCJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082743/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082743>
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946968%27 HTTP/1.1" 200 None
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946968 not downloaded yet
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253159%27 HTTP/1.1" 200 None
2026-03-29 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253159 not downloaded yet
2026-03-29 11:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK61%20APX-GB>
2026-03-29 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946975%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946975 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253168%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253168 not downloaded yet
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6c990>
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_expert_report_file_70e2a064-41f8-4a7b-9d40-c37954c067d2.pdf HTTP/1.1" 201 0
2026-03-29 11:03:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d1dec77-1467-54a2-89b8-510decdb8dc7, skipping ID generation
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DET66WBO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ET66WBO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c108ab90>
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68VCJ%252F696966297%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966297/600 saved to cache
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906834/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946984%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946984 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253177%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253177 not downloaded yet
2026-03-29 11:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252138/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250297/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF59HXA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201321%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201321 not downloaded yet
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e4c3d0>
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252143%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252143/600 saved to cache
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698946990%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946990 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253184%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253184 not downloaded yet
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906827/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FL17JFX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252130/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MJ15GNK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201329%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201329 not downloaded yet
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082728/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699082728>
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947001%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947001 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253192%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253192 not downloaded yet
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eaef10>
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_expert_report_file_53417423-bcf4-44d7-b8b2-4e586f4fe075.pdf HTTP/1.1" 201 0
2026-03-29 11:03:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee, skipping ID generation
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFL16CWO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FL16CWO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201334%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201334 not downloaded yet
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WHZ%208143-GB>
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947022%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947022 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253203%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253203 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126453%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126453 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201341%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201341 not downloaded yet
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0de90>
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL17JFX%252F696906834%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906834/600 saved to cache
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb0350>
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252138%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252138/600 saved to cache
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF16%20VUJ-GB>
2026-03-29 11:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966285/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68VCJ/42810580?sv=2020-08-04&st=2026-03-29T11%3A02%3A02Z&se=2026-03-29T11%3A27%3A02Z&sr=b&sp=r&sig=WXS9wGWG5i%2FOL86OGxuqyqKeTl7Hx15xLQPG7vYEn4Q%3D)
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM17%20HLX-GB>
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VEZ%207096-GB>
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947044%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947044 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253220%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253220 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126474%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126474 not downloaded yet
2026-03-29 11:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253153/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SH64FFB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082743/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201345%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201345 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947078%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947078 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253232%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253232 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126492%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126492 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201359%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201359 not downloaded yet
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253168/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253168>
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253159/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253159>
2026-03-29 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201315/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ET66WBO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947110%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947110 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253248%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253248 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126509%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126509 not downloaded yet
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201373%27 HTTP/1.1" 200 None
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201373 not downloaded yet
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec7490>
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68VCJ%252F696966285%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966285/600 saved to cache
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 654d64db-456d-511f-b813-c59750fd57d4
2026-03-29 11:03:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 654d64db-456d-511f-b813-c59750fd57d4, skipping ID generation
2026-03-29 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 654d64db-456d-511f-b813-c59750fd57d4 sending to next pipeline
2026-03-29 11:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 654d64db-456d-511f-b813-c59750fd57d4, identifier: HX68%20VCJ
2026-03-29 11:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250297/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF59HXA/42797355?sv=2020-08-04&st=2026-03-29T11%3A02%3A04Z&se=2026-03-29T11%3A27%3A04Z&sr=b&sp=r&sig=13WUjqWV9cgXW%2FjVzqMQF69JnZWyCY9lHQ3pUlWxxFQ%3D)
2026-03-29 11:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906827/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL17JFX/42810220?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=mnNqG3VdV%2BHIXTbGMiCmbOkpjNLVFmKtOReJ7jRT0s8%3D)
2026-03-29 11:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252130/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ15GNK/42786472?sv=2020-08-04&st=2026-03-29T11%3A02%3A03Z&se=2026-03-29T11%3A27%3A03Z&sr=b&sp=r&sig=WsRFyRUKLvO56SUxmMBu179gGC7Oey6OwerKQl9SH9c%3D)
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126523%27 HTTP/1.1" 200 None
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126523 not downloaded yet
2026-03-29 11:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 654d64db-456d-511f-b813-c59750fd57d4 with identifier: HX68%20VCJ
2026-03-29 11:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 654d64db-456d-511f-b813-c59750fd57d4 with identifier: HX68%20VCJ
2026-03-29 11:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 654d64db-456d-511f-b813-c59750fd57d4 with identifier: HX68%20VCJ to the API
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966285/600>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_expert_report_file_23702e4c-71a2-48c3-bb16-e6604bda911b.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX68%20VCJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '654d64db-456d-511f-b813-c59750fd57d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX68 VCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX68%20VCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 26932,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64190,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966285/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69307,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966290/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62474,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966297/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66681,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966303/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54748,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966308/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48917,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966311/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 58763,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966316/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_654d64db-456d-511f-b813-c59750fd57d4/654d64db-456d-511f-b813-c59750fd57d4_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49702,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68VCJ/696966321/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 ACTIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 140 ACTIVE',
 'vin': 'W0VJC7E84JB736485',
 'year': 2018}
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520VCJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:18 [bca.uk] INFO: Saving data for HX68%20VCJ: {'created_time': 1774782198.68486, 'last_price_update_time': 1774782198.684871, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX68%2520VCJ') HTTP/1.1" 204 0
2026-03-29 11:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082728/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201392%27 HTTP/1.1" 200 None
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201392 not downloaded yet
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c048b3d0>
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_expert_report_file_e65e523a-9a11-434c-8bdf-354f1e493ef4.pdf HTTP/1.1" 201 0
2026-03-29 11:03:18 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4, skipping ID generation
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDV64UBN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DV64UBN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e55050>
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPN68BZB%252F699082743%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082743/600 saved to cache
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126549%27 HTTP/1.1" 200 None
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126549 not downloaded yet
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699201409%27 HTTP/1.1" 200 None
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201409 not downloaded yet
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250610%27 HTTP/1.1" 200 None
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250610 not downloaded yet
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ff6150>
2026-03-29 11:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF59HXA%252F699250297%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250297/600 saved to cache
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2649ed14-46d8-5740-ae25-02bf13b46d67
2026-03-29 11:03:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2649ed14-46d8-5740-ae25-02bf13b46d67, skipping ID generation
2026-03-29 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2649ed14-46d8-5740-ae25-02bf13b46d67 sending to next pipeline
2026-03-29 11:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2649ed14-46d8-5740-ae25-02bf13b46d67, identifier: DF59%20HXA
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c40ac550>
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL17JFX%252F696906827%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906827/600 saved to cache
2026-03-29 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32
2026-03-29 11:03:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1d7ed20-281e-59a5-b08c-e24ee8f24f32, skipping ID generation
2026-03-29 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1d7ed20-281e-59a5-b08c-e24ee8f24f32 sending to next pipeline
2026-03-29 11:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1d7ed20-281e-59a5-b08c-e24ee8f24f32, identifier: FL17%20JFX
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10e81d0>
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMJ15GNK%252F699252130%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252130/600 saved to cache
2026-03-29 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903
2026-03-29 11:03:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903, skipping ID generation
2026-03-29 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903 sending to next pipeline
2026-03-29 11:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903, identifier: MJ15%20GNK
2026-03-29 11:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126572%27 HTTP/1.1" 200 None
2026-03-29 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126572 not downloaded yet
2026-03-29 11:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2649ed14-46d8-5740-ae25-02bf13b46d67 with identifier: DF59%20HXA
2026-03-29 11:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2649ed14-46d8-5740-ae25-02bf13b46d67 with identifier: DF59%20HXA
2026-03-29 11:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2649ed14-46d8-5740-ae25-02bf13b46d67 with identifier: DF59%20HXA to the API
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250297/600>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_expert_report_file_ab31e42a-ddbc-4560-a762-83c6c3a4aa9d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF59%20HXA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2649ed14-46d8-5740-ae25-02bf13b46d67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF59 HXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF59%20HXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 19835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40230,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250297/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41247,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250308/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41307,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250319/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41924,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250328/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38236,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250343/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37252,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250351/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94007,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250368/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85471,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250388/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81997,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250405/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2649ed14-46d8-5740-ae25-02bf13b46d67/2649ed14-46d8-5740-ae25-02bf13b46d67_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93697,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF59HXA/699250422/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 70 S Hatchback',
 'transmission': 'manual',
 'trim': '70 S',
 'vin': 'WVWZZZ6RZAU009502',
 'year': 2009}
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF59%2520HXA%27 HTTP/1.1" 200 None
2026-03-29 11:03:20 [bca.uk] INFO: Saving data for DF59%20HXA: {'created_time': 1774782200.056853, 'last_price_update_time': 1774782200.056865, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF59%2520HXA') HTTP/1.1" 204 0
2026-03-29 11:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1d7ed20-281e-59a5-b08c-e24ee8f24f32 with identifier: FL17%20JFX
2026-03-29 11:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1d7ed20-281e-59a5-b08c-e24ee8f24f32 with identifier: FL17%20JFX
2026-03-29 11:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1d7ed20-281e-59a5-b08c-e24ee8f24f32 with identifier: FL17%20JFX to the API
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906827/600>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_expert_report_file_2d61ce9a-83fe-4694-9763-25bea91cba67.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL17%20JFX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1d7ed20-281e-59a5-b08c-e24ee8f24f32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL17 JFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL17%20JFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 54165,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 12,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42955,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906827/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41227,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906832/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42546,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906834/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41742,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906839/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41507,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906845/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40609,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906852/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61705,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906860/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78750,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906867/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90598,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906874/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1d7ed20-281e-59a5-b08c-e24ee8f24f32/c1d7ed20-281e-59a5-b08c-e24ee8f24f32_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89877,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL17JFX/696906879/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE PREMIUM PLUS 4M Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M',
 'vin': 'WDD2054052F514613',
 'year': 2017}
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520JFX%27 HTTP/1.1" 200 None
2026-03-29 11:03:20 [bca.uk] INFO: Saving data for FL17%20JFX: {'created_time': 1774782200.532137, 'last_price_update_time': 1774782200.532148, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL17%2520JFX') HTTP/1.1" 204 0
2026-03-29 11:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903 with identifier: MJ15%20GNK
2026-03-29 11:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903 with identifier: MJ15%20GNK
2026-03-29 11:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903 with identifier: MJ15%20GNK to the API
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252130/600>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_expert_report_file_d3589a00-e893-4665-9f16-a0d0add5f55a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ15%20GNK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ15 GNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ15%20GNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 42123,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39295,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252130/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40508,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252138/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40291,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252143/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40494,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252151/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35684,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252156/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35570,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252159/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 59562,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252168/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69693,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252177/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84203,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252186/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903/4b97c9ee-9e0e-5e9a-bdaf-84fe6b903903_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80872,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ15GNK/699252202/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V EXCITE Hatchback',
 'transmission': 'manual',
 'trim': '16V EXCITE',
 'vin': 'W0LPC6EB3FG048061',
 'year': 2015}
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520GNK%27 HTTP/1.1" 200 None
2026-03-29 11:03:20 [bca.uk] INFO: Saving data for MJ15%20GNK: {'created_time': 1774782200.917211, 'last_price_update_time': 1774782200.917225, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ15%2520GNK') HTTP/1.1" 204 0
2026-03-29 11:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253220/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253220>
2026-03-29 11:03:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126474/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126474>
2026-03-29 11:03:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126453/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126453>
2026-03-29 11:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253153/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250616%27 HTTP/1.1" 200 None
2026-03-29 11:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250616 not downloaded yet
2026-03-29 11:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126595%27 HTTP/1.1" 200 None
2026-03-29 11:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126595 not downloaded yet
2026-03-29 11:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ede690>
2026-03-29 11:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_expert_report_file_ec787dc2-ce47-4742-926b-3772a4c85913.pdf HTTP/1.1" 201 0
2026-03-29 11:03:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17, skipping ID generation
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGK61APX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GK61APX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cccc50>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN68BZB%252F699082728%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082728/600 saved to cache
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250622%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250622 not downloaded yet
2026-03-29 11:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201315/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699126610%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126610 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947000%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947000 not downloaded yet
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0580950>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_expert_report_file_6ab06707-6841-449d-93c6-d3257aaf5827.pdf HTTP/1.1" 201 0
2026-03-29 11:03:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d, skipping ID generation
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWHZ8143-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WHZ8143-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250630%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250630 not downloaded yet
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fed950>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_expert_report_file_f18bd502-1f0c-4016-9b41-4f6f02426f72.pdf HTTP/1.1" 201 0
2026-03-29 11:03:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ca7f3b8-1161-565f-950d-f6d567be0694, skipping ID generation
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLM17HLX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LM17HLX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c103a410>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSH64FFB%252F699253153%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253153/600 saved to cache
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f22d90>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_expert_report_file_86073554-f9ca-4e48-ae64-99db38b66c80.pdf HTTP/1.1" 201 0
2026-03-29 11:03:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e5f723d-61b3-50cb-a28f-c8aeee4c3512, skipping ID generation
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DVEZ7096-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VEZ7096-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07a38d0>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_expert_report_file_965d678a-7ed1-4783-a2e6-952ea6ff05e4.pdf HTTP/1.1" 201 0
2026-03-29 11:03:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfe50742-44c3-5c1a-99a0-f186a794ba0e, skipping ID generation
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYF16VUJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YF16VUJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126509/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126509>
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201359/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201359>
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947110/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947110>
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253248/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253248>
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201373/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201373>
2026-03-29 11:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253159/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947011%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947011 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253470%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253470 not downloaded yet
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126549/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126549>
2026-03-29 11:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253168/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250636%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250636 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671415%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671415 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396070%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396070 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393182%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393182 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947019%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947019 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253475%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253475 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250645%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250645 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671434%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671434 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396083%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396083 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393195%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393195 not downloaded yet
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc3490>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FET66WBO%252F699201315%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201315/600 saved to cache
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947030%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947030 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253481%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253481 not downloaded yet
2026-03-29 11:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126474/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201409/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201409>
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250610>
2026-03-29 11:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126453/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126572>
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250602/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DV64UBN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698946993/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GK61APX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250650%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250650 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671454%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671454 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396093%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396093 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393209%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393209 not downloaded yet
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c14950>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSH64FFB%252F699253159%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253159/600 saved to cache
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253220/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947039%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947039 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253485%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253485 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250662%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250662 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671467%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671467 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396097%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396097 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393219%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393219 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947063%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947063 not downloaded yet
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253494%27 HTTP/1.1" 200 None
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253494 not downloaded yet
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6d410>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSH64FFB%252F699253168%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253168/600 saved to cache
2026-03-29 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c077ac10>
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL16CWO%252F699126474%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126474/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e44f50>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL16CWO%252F699126453%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126453/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126509/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393172/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YF16VUJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250673%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250673 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671477%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671477 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396104%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396104 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393231%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393231 not downloaded yet
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396060/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VEZ7096-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253248/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201373/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947110/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201359/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947100%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947100 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253506%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253506 not downloaded yet
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126549/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671492%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671492 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396120%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396120 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393251%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393251 not downloaded yet
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04664d0>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FSH64FFB%252F699253220%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253220/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947129%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947129 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253519%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253519 not downloaded yet
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698946993/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250602/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671508%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671508 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396130%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396130 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393265%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393265 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698947155%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947155 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253531%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253531 not downloaded yet
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef9d90>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL16CWO%252F699126509%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126509/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9d190>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FSH64FFB%252F699253248%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253248/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c074a950>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FET66WBO%252F699201373%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201373/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb8690>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEO66BRV%252F698947110%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947110/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec27d0>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FET66WBO%252F699201359%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201359/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393195/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393195>
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250610/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396083/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396083>
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253481/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253481>
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671526%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671526 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396142%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396142 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393282%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393282 not downloaded yet
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201409/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699253541%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253541 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D695671544%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671544 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396148%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396148 not downloaded yet
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393297%27 HTTP/1.1" 200 None
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393297 not downloaded yet
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100e710>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL16CWO%252F699126549%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126549/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0441050>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGK61APX%252F698946993%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698946993/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f12bd0>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250602%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250602/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393219/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393219>
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393172/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396060/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671477/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671477>
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396104/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396104>
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393231/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393231>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc7490>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250610%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250610/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0deff10>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FET66WBO%252F699201409%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201409/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20f0cd0>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL16CWO%252F699126572%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126572/600 saved to cache
2026-03-29 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396083/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393195/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250673/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250673>
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253494/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253494>
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253519/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253519>
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947129/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947129>
2026-03-29 11:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393265/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393265>
2026-03-29 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253481/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0decf50>
2026-03-29 11:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393172%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393172/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d9e310>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FVEZ7096%252F699396060%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396060/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393219/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396104/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393231/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393282/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393282>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396142/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396142>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393297/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393297>
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671477/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396148/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396148>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0772910>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FVEZ7096%252F699396083%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396083/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e1790>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393195%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393195/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c206f8d0>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FWHZ8143%252F699253481%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253481/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671544>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253541/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253541>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671526/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671526>
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253494/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947129/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393265/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250673/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253519/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f3bdd0>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393219%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393219/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105e810>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FVEZ7096%252F699396104%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396104/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f06910>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393231%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393231/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd1650>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLM17HLX%252F695671477%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671477/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393282/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396142/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396148/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393297/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20f1a50>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FWHZ8143%252F699253494%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253494/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c3550>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGK61APX%252F698947129%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947129/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cccf90>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393265%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393265/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f3be90>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250673%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250673/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ee8050>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FWHZ8143%252F699253519%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253519/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947155/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947155>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253531/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253531>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396130/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396130>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671508/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671508>
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fed850>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393282%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393282/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0df4f50>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FVEZ7096%252F699396142%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396142/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b1ac10>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FVEZ7096%252F699396148%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396148/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0df6c90>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393297%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393297/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671492/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671492>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393251>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947100/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947100>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396120/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396120>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253506/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253506>
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671526/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253541/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947063/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947063>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396097/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396097>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250662/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250662>
2026-03-29 11:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671467/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671467>
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396130/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253531/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e47690>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLM17HLX%252F695671526%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671526/600 saved to cache
2026-03-29 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671508/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947100/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0738e90>
2026-03-29 11:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWHZ8143%252F699253541%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253541/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947155/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253506/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396120/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105e590>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVEZ7096%252F699396130%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396130/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c40ad790>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWHZ8143%252F699253531%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253531/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671492/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947039/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947039>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253485/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253485>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396097/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947063/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671467/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100a990>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLM17HLX%252F695671544%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671544/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e4c450>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLM17HLX%252F695671508%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671508/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b184d0>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61APX%252F698947100%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947100/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393209/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393209>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671454>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396093/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396093>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250650/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250650>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947030/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947030>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671434/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671434>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250662/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c12609d0>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61APX%252F698947155%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947155/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d92450>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWHZ8143%252F699253506%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253506/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0748110>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVEZ7096%252F699396120%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396120/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0447910>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF16VUJ%252F699393251%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393251/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e59850>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLM17HLX%252F695671492%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671492/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c074a510>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVEZ7096%252F699396097%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396097/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f73f50>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61APX%252F698947063%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947063/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0567390>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLM17HLX%252F695671467%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671467/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250645/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250645>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947019/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947019>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393182/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393182>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396070>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253475/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253475>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947039/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253485/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c25690>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDV64UBN%252F699250662%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250662/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671415/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695671415>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671434/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396093/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393209/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250636/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250636>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250650/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05d7c90>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61APX%252F698947039%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947039/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947030/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253475/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393182/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF16VUJ/42811350?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=hFSe3avLBskCOpv6J%2B6HurVU5kK8XgznrSm%2B6DciQl0%3D)
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253470/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253470>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396070/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VEZ7096/42811779?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=8bdKwvJiaZyDgX4xJj%2ByGSYtud5KszY5kLamZ2830AY%3D)
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947019/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c6d3d0>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWHZ8143%252F699253485%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253485/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250645/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0def5d0>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLM17HLX%252F695671434%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671434/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1263790>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVEZ7096%252F699396093%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396093/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c056a650>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF16VUJ%252F699393209%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393209/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0568290>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDV64UBN%252F699250650%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250650/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947011/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947011>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250630/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250630>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250636/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671397/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LM17HLX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253464/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WHZ8143-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671415/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f38f10>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61APX%252F698947030%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947030/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb0f10>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLM17HLX%252F695671454%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671454/600 saved to cache
2026-03-29 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea2010>
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FWHZ8143%252F699253475%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253475/600 saved to cache
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e56190>
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYF16VUJ%252F699393182%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393182/600 saved to cache
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bfe50742-44c3-5c1a-99a0-f186a794ba0e
2026-03-29 11:03:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfe50742-44c3-5c1a-99a0-f186a794ba0e, skipping ID generation
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfe50742-44c3-5c1a-99a0-f186a794ba0e sending to next pipeline
2026-03-29 11:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfe50742-44c3-5c1a-99a0-f186a794ba0e, identifier: YF16%20VUJ
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1148810>
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FVEZ7096%252F699396070%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396070/600 saved to cache
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512
2026-03-29 11:03:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e5f723d-61b3-50cb-a28f-c8aeee4c3512, skipping ID generation
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e5f723d-61b3-50cb-a28f-c8aeee4c3512 sending to next pipeline
2026-03-29 11:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5f723d-61b3-50cb-a28f-c8aeee4c3512, identifier: VEZ%207096
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c02150>
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGK61APX%252F698947019%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947019/600 saved to cache
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dee9d0>
2026-03-29 11:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250645%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250645/600 saved to cache
2026-03-29 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfe50742-44c3-5c1a-99a0-f186a794ba0e with identifier: YF16%20VUJ
2026-03-29 11:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfe50742-44c3-5c1a-99a0-f186a794ba0e with identifier: YF16%20VUJ
2026-03-29 11:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfe50742-44c3-5c1a-99a0-f186a794ba0e with identifier: YF16%20VUJ to the API
2026-03-29 11:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393182/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_expert_report_file_965d678a-7ed1-4783-a2e6-952ea6ff05e4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF16%20VUJ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bfe50742-44c3-5c1a-99a0-f186a794ba0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF16 VUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF16%20VUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 57997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41748,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393172/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40282,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393182/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37455,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393195/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38998,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393209/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36390,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393219/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34056,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393231/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91992,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393251/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69264,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393265/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87811,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393282/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfe50742-44c3-5c1a-99a0-f186a794ba0e/bfe50742-44c3-5c1a-99a0-f186a794ba0e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99426,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF16VUJ/699393297/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Convertible',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWWG320903C35189',
 'year': 2016}
2026-03-29 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520VUJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:26 [bca.uk] INFO: Saving data for YF16%20VUJ: {'created_time': 1774782206.263411, 'last_price_update_time': 1774782206.263424, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF16%2520VUJ') HTTP/1.1" 204 0
2026-03-29 11:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5f723d-61b3-50cb-a28f-c8aeee4c3512 with identifier: VEZ%207096
2026-03-29 11:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5f723d-61b3-50cb-a28f-c8aeee4c3512 with identifier: VEZ%207096
2026-03-29 11:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e5f723d-61b3-50cb-a28f-c8aeee4c3512 with identifier: VEZ%207096 to the API
2026-03-29 11:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396070/600>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_expert_report_file_86073554-f9ca-4e48-ae64-99db38b66c80.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VEZ%207096-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e5f723d-61b3-50cb-a28f-c8aeee4c3512',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VEZ 7096',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VEZ%207096&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 125873,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39822,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396060/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39424,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396070/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39443,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396083/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40601,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396093/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39459,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396097/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37429,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396104/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89963,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396120/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78465,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396130/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92850,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396142/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e5f723d-61b3-50cb-a28f-c8aeee4c3512/1e5f723d-61b3-50cb-a28f-c8aeee4c3512_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84108,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VEZ7096/699396148/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.8 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0EXXGCDE8S74172',
 'year': 2008}
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VEZ%25207096%27 HTTP/1.1" 200 None
2026-03-29 11:03:27 [bca.uk] INFO: Saving data for VEZ%207096: {'created_time': 1774782207.248849, 'last_price_update_time': 1774782207.24886, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VEZ%25207096') HTTP/1.1" 204 0
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947000/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947000>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126610>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201392/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201392>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250616/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250616>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250622>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126523/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126523>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126595>
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253470/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cca910>
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250636%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250636/600 saved to cache
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05764d0>
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLM17HLX%252F695671415%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671415/600 saved to cache
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253464/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WHZ8143/42807165?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=ZwB2trn2c1h6pxc7CVQwOpJEtW3KK6Ldrh8hYIIXtAE%3D)
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253232/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253232>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201345/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201345>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947078/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947078>
2026-03-29 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126492/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699126492>
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671397/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM17HLX/42810413?sv=2020-08-04&st=2026-03-29T11%3A03%3A17Z&se=2026-03-29T11%3A28%3A17Z&sr=b&sp=r&sig=EbBWh0vmQI1BnXOhNCx0csVaVT6bYZCgCdkH%2BIkGVBw%3D)
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947011/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250630/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250616/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e6b090>
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FWHZ8143%252F699253470%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253470/600 saved to cache
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250622/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DV64UBN/42809814?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=5ZhLgbA7qhbf9O0HxIUnHtNbOvAJ2ekaWKExbPBqEqY%3D)
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126595/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201392/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126523/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec55d0>
2026-03-29 11:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FWHZ8143%252F699253464%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253464/600 saved to cache
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d
2026-03-29 11:03:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d, skipping ID generation
2026-03-29 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d sending to next pipeline
2026-03-29 11:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d, identifier: WHZ%208143
2026-03-29 11:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d with identifier: WHZ%208143
2026-03-29 11:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d with identifier: WHZ%208143
2026-03-29 11:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dd5c47a-0a53-5622-94ed-b85ff85c0c8d with identifier: WHZ%208143 to the API
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253464/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_expert_report_file_6ab06707-6841-449d-93c6-d3257aaf5827.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WHZ%208143-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7dd5c47a-0a53-5622-94ed-b85ff85c0c8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WHZ 8143',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WHZ%208143&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 107408,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38935,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253464/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39309,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253470/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39382,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253475/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39079,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253481/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36107,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253485/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36117,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253494/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79380,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253506/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70540,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253519/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82438,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253531/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd5c47a-0a53-5622-94ed-b85ff85c0c8d/7dd5c47a-0a53-5622-94ed-b85ff85c0c8d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82408,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WHZ8143/699253541/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.6 SE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SE EXECUTIVE DCT',
 'vin': 'WDD1760422V135310',
 'year': 2016}
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WHZ%25208143%27 HTTP/1.1" 200 None
2026-03-29 11:03:28 [bca.uk] INFO: Saving data for WHZ%208143: {'created_time': 1774782208.056986, 'last_price_update_time': 1774782208.056997, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WHZ%25208143') HTTP/1.1" 204 0
2026-03-29 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201345/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126492/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947000/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61APX/42810541?sv=2020-08-04&st=2026-03-29T11%3A03%3A16Z&se=2026-03-29T11%3A28%3A16Z&sr=b&sp=r&sig=k1Qiyorr3ZwIMAyuZN8cQHe0C2CaSnkBTanQr%2FGtfQA%3D)
2026-03-29 11:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947044/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947044>
2026-03-29 11:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201341/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201341>
2026-03-29 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947078/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126610/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253232/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0739290>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLM17HLX%252F695671397%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671397/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6ca7f3b8-1161-565f-950d-f6d567be0694
2026-03-29 11:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ca7f3b8-1161-565f-950d-f6d567be0694, skipping ID generation
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ca7f3b8-1161-565f-950d-f6d567be0694 sending to next pipeline
2026-03-29 11:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ca7f3b8-1161-565f-950d-f6d567be0694, identifier: LM17%20HLX
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0495850>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGK61APX%252F698947011%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947011/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0445290>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250630%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250630/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea3910>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250616%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250616/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f67090>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDV64UBN%252F699250622%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250622/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4
2026-03-29 11:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4, skipping ID generation
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4 sending to next pipeline
2026-03-29 11:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4, identifier: DV64%20UBN
2026-03-29 11:03:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bac4d0>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL16CWO%252F699126595%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126595/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef1450>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FET66WBO%252F699201392%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201392/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f67f10>
2026-03-29 11:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FFL16CWO%252F699126523%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126523/600 saved to cache
2026-03-29 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ca7f3b8-1161-565f-950d-f6d567be0694 with identifier: LM17%20HLX
2026-03-29 11:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ca7f3b8-1161-565f-950d-f6d567be0694 with identifier: LM17%20HLX
2026-03-29 11:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ca7f3b8-1161-565f-950d-f6d567be0694 with identifier: LM17%20HLX to the API
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671397/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_expert_report_file_f18bd502-1f0c-4016-9b41-4f6f02426f72.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM17%20HLX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ca7f3b8-1161-565f-950d-f6d567be0694',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM17 HLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM17%20HLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'EDGE',
 'odometer': 73732,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47733,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671397/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47608,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671415/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44466,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671434/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43754,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671454/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44654,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671467/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44869,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671477/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82837,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671492/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74060,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671508/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82863,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671526/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ca7f3b8-1161-565f-950d-f6d567be0694/6ca7f3b8-1161-565f-950d-f6d567be0694_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74193,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM17HLX/695671544/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD EDGE 2.0 TDCI 180 TITANIUM 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 TITANIUM 4WD',
 'vin': '2FMTK5KA3HBB32282',
 'year': 2017}
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM17%2520HLX%27 HTTP/1.1" 200 None
2026-03-29 11:03:28 [bca.uk] INFO: Saving data for LM17%20HLX: {'created_time': 1774782208.91929, 'last_price_update_time': 1774782208.919301, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM17%2520HLX') HTTP/1.1" 204 0
2026-03-29 11:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4 with identifier: DV64%20UBN
2026-03-29 11:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4 with identifier: DV64%20UBN
2026-03-29 11:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4 with identifier: DV64%20UBN to the API
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250622/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_expert_report_file_e65e523a-9a11-434c-8bdf-354f1e493ef4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV64%20UBN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV64 UBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV64%20UBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 103172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37996,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250602/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37581,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250610/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36281,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250616/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37333,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250622/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36500,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250630/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35091,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250636/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74060,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250645/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42339,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250650/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78337,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250662/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4/3ed2f5f3-8b39-5863-9dd9-15c42e52d4c4_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82956,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DV64UBN/699250673/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA SC 1.4 TOCA Coupe',
 'transmission': 'manual',
 'trim': 'TOCA',
 'vin': 'VSSZZZ6JZFR039075',
 'year': 2014}
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520UBN%27 HTTP/1.1" 200 None
2026-03-29 11:03:29 [bca.uk] INFO: Saving data for DV64%20UBN: {'created_time': 1774782209.354537, 'last_price_update_time': 1774782209.354547, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV64%2520UBN') HTTP/1.1" 204 0
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253203/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253203>
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201334>
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947022/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947022>
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126429/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FL16CWO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253192/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253192>
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947001/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698947001>
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253184/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253184>
2026-03-29 11:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201329/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201329>
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec2910>
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FET66WBO%252F699201345%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201345/600 saved to cache
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8c890>
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL16CWO%252F699126492%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126492/600 saved to cache
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0448390>
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61APX%252F698947000%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947000/600 saved to cache
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17
2026-03-29 11:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17, skipping ID generation
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17 sending to next pipeline
2026-03-29 11:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17, identifier: GK61%20APX
2026-03-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eecd90>
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO66BRV%252F698947078%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947078/600 saved to cache
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c3950>
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL16CWO%252F699126610%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126610/600 saved to cache
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10daed0>
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSH64FFB%252F699253232%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253232/600 saved to cache
2026-03-29 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17 with identifier: GK61%20APX
2026-03-29 11:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17 with identifier: GK61%20APX
2026-03-29 11:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ce874ab-d7e3-576f-b5bd-4b7003f7cc17 with identifier: GK61%20APX to the API
2026-03-29 11:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947000/600>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_expert_report_file_ec787dc2-ce47-4742-926b-3772a4c85913.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK61%20APX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ce874ab-d7e3-576f-b5bd-4b7003f7cc17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK61 APX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK61%20APX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46046,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698946993/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45640,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947000/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41845,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947011/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42427,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947019/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44204,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947030/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43436,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947039/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88253,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947063/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88197,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947100/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96748,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947129/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ce874ab-d7e3-576f-b5bd-4b7003f7cc17/2ce874ab-d7e3-576f-b5bd-4b7003f7cc17_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93034,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61APX/698947155/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJBU35463',
 'year': 2012}
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520APX%27 HTTP/1.1" 200 None
2026-03-29 11:03:30 [bca.uk] INFO: Saving data for GK61%20APX: {'created_time': 1774782210.150692, 'last_price_update_time': 1774782210.150702, 'auction_closing_time': 1775037600.0}
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK61%2520APX') HTTP/1.1" 204 0
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946984/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946984>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946968/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946968>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253177/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699253177>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201321/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699201321>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946990/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946990>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946975>
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201341/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947044/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201329/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201334/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947022/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e29790>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FET66WBO%252F699201341%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201341/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947001/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126429/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL16CWO/42811233?sv=2020-08-04&st=2026-03-29T11%3A03%3A13Z&se=2026-03-29T11%3A28%3A13Z&sr=b&sp=r&sig=XcBRQJPqeJ2pxoioDzRxR7Zqo0QT%2BI5ah1lZ5OpdN1M%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253192/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253184/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:30 [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-29 11:03:30 [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-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10ea410>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO66BRV%252F698947044%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947044/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253203/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946990/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201321/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ET66WBO/42809828?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=yWdcNKiX6ZbUurheJFMton7s%2FVkwT%2BcWH4PD9kKoMH0%3D)
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ff4e50>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FET66WBO%252F699201329%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201329/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e577d0>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FET66WBO%252F699201334%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201334/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2017290>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO66BRV%252F698947022%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947022/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946984/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253177/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH64FFB/42796103?sv=2020-08-04&st=2026-03-29T11%3A03%3A12Z&se=2026-03-29T11%3A28%3A12Z&sr=b&sp=r&sig=%2BlUDsm9X546L3FarDaE4AplzRAkQlkc1Dl8MMI0Bck0%3D)
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG13%20JDU-GB>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PN68BZB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946961/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO66BRV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS64%20UYZ-GB>
2026-03-29 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946968/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF60%20FKN-GB>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea2cd0>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO66BRV%252F698947001%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947001/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c050b810>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL16CWO%252F699126429%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126429/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee
2026-03-29 11:03:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee, skipping ID generation
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee sending to next pipeline
2026-03-29 11:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee, identifier: FL16%20CWO
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e2ba90>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSH64FFB%252F699253192%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253192/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1039e10>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSH64FFB%252F699253184%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253184/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10eb9d0>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO66BRV%252F698946975%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946975/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea13d0>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSH64FFB%252F699253203%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253203/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd7f90>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO66BRV%252F698946990%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946990/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb5bd0>
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FET66WBO%252F699201321%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201321/600 saved to cache
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0d1dec77-1467-54a2-89b8-510decdb8dc7
2026-03-29 11:03:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d1dec77-1467-54a2-89b8-510decdb8dc7, skipping ID generation
2026-03-29 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d1dec77-1467-54a2-89b8-510decdb8dc7 sending to next pipeline
2026-03-29 11:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d1dec77-1467-54a2-89b8-510decdb8dc7, identifier: ET66%20WBO
2026-03-29 11:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee with identifier: FL16%20CWO
2026-03-29 11:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee with identifier: FL16%20CWO
2026-03-29 11:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee with identifier: FL16%20CWO to the API
2026-03-29 11:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126429/600>
{'auction_title': '',
 'c_o_2_emission_value': 53,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_expert_report_file_53417423-bcf4-44d7-b8b2-4e586f4fe075.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL16%20CWO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL16 CWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL16%20CWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'I3',
 'odometer': 58164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38149,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126429/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41343,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126453/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39286,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126474/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39784,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126492/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40618,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126509/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38760,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126523/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87977,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126549/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81600,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126572/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91506,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126595/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee/7fa95aa3-4ee6-5b97-9a24-e9a4f8013eee_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82560,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL16CWO/699126610/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW I3 LOFT (REX) Hatchback',
 'transmission': 'automatic',
 'trim': 'LOFT (REX)',
 'vin': 'WBY1Z42000V585260',
 'year': 2016}
2026-03-29 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL16%2520CWO%27 HTTP/1.1" 200 None
2026-03-29 11:03:31 [bca.uk] INFO: Saving data for FL16%20CWO: {'created_time': 1774782211.675648, 'last_price_update_time': 1774782211.675663, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL16%2520CWO') HTTP/1.1" 204 0
2026-03-29 11:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d1dec77-1467-54a2-89b8-510decdb8dc7 with identifier: ET66%20WBO
2026-03-29 11:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d1dec77-1467-54a2-89b8-510decdb8dc7 with identifier: ET66%20WBO
2026-03-29 11:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d1dec77-1467-54a2-89b8-510decdb8dc7 with identifier: ET66%20WBO to the API
2026-03-29 11:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201321/600>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_expert_report_file_70e2a064-41f8-4a7b-9d40-c37954c067d2.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20WBO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0d1dec77-1467-54a2-89b8-510decdb8dc7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET66 WBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20WBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 73303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43405,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201315/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41534,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201321/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39281,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201329/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39779,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201334/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35104,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201341/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34505,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201345/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84761,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201359/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87758,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201373/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95662,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201392/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1dec77-1467-54a2-89b8-510decdb8dc7/0d1dec77-1467-54a2-89b8-510decdb8dc7_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79338,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ET66WBO/699201409/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI 190 S LINE S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 S LINE S-T',
 'vin': 'WAUZZZF46HA048472',
 'year': 2017}
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [bca.uk] INFO: Saving data for ET66%20WBO: {'created_time': 1774782212.133422, 'last_price_update_time': 1774782212.133434, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520WBO') HTTP/1.1" 204 0
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975562/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975562>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975723/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975723>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964591/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964591>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946736/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946736>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147042/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG24RGT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975768/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975768>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PG73%20AHU-GB>
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1d3c590>
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEO66BRV%252F698946984%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946984/600 saved to cache
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a01d0>
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FSH64FFB%252F699253177%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253177/600 saved to cache
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2
2026-03-29 11:03:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30e42597-e1c7-53ae-a625-43bb8bfa72b2, skipping ID generation
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 30e42597-e1c7-53ae-a625-43bb8bfa72b2 sending to next pipeline
2026-03-29 11:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30e42597-e1c7-53ae-a625-43bb8bfa72b2, identifier: SH64%20FFB
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ec0e90>
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEO66BRV%252F698946968%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946968/600 saved to cache
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30e42597-e1c7-53ae-a625-43bb8bfa72b2 with identifier: SH64%20FFB
2026-03-29 11:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30e42597-e1c7-53ae-a625-43bb8bfa72b2 with identifier: SH64%20FFB
2026-03-29 11:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30e42597-e1c7-53ae-a625-43bb8bfa72b2 with identifier: SH64%20FFB to the API
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253177/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_expert_report_file_d59373fc-cfe1-4a3e-a491-3f0c29f3d078.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH64%20FFB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '30e42597-e1c7-53ae-a625-43bb8bfa72b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH64 FFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH64%20FFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 102325,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40708,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253153/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41589,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253159/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41384,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253168/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42086,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253177/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39680,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253184/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38473,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253192/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 109267,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253203/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91659,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253220/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95453,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253232/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30e42597-e1c7-53ae-a625-43bb8bfa72b2/30e42597-e1c7-53ae-a625-43bb8bfa72b2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98647,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH64FFB/699253248/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.7 CDTI 130 SE 4X4 S/S StationWagon',
 'transmission': 'manual',
 'trim': 'CDTI 130 SE 4X4 S/S',
 'vin': 'W0LJD7ELXFB057449',
 'year': 2014}
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520FFB%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [bca.uk] INFO: Saving data for SH64%20FFB: {'created_time': 1774782212.751018, 'last_price_update_time': 1774782212.75103, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH64%2520FFB') HTTP/1.1" 204 0
2026-03-29 11:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN68BZB/42811117?sv=2020-08-04&st=2026-03-29T11%3A01%3A58Z&se=2026-03-29T11%3A26%3A58Z&sr=b&sp=r&sig=My%2BlZIcpuvmThb0lFylavwSSfrgsuzdzImwekGrlUA8%3D)
2026-03-29 11:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946961/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO66BRV/42810550?sv=2020-08-04&st=2026-03-29T11%3A03%3A11Z&se=2026-03-29T11%3A28%3A11Z&sr=b&sp=r&sig=x6yPDjNUalg7I33Swj3ERVSV3Ren1d%2Bj7Z%2FNEAZeKwA%3D)
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946858/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946858>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF18%20UUA-GB>
2026-03-29 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145919/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145919>
2026-03-29 11:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c077bb90>
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_expert_report_file_74c90029-9d40-4d27-a7d3-d8b0615fb1e6.pdf HTTP/1.1" 201 0
2026-03-29 11:03:32 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7835d264-067a-5bc2-b7c4-bb7824e63bae, skipping ID generation
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYS64UYZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YS64UYZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259436%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259436 not downloaded yet
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259454%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259454 not downloaded yet
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259465%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259465 not downloaded yet
2026-03-29 11:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147042/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG24RGT/42811787?sv=2020-08-04&st=2026-03-29T11%3A01%3A39Z&se=2026-03-29T11%3A26%3A39Z&sr=b&sp=r&sig=Dn5q9wHjpdkcPieQ%2BHRu%2B%2BsqGxGmN%2Fym1ANGDfCHaWE%3D)
2026-03-29 11:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964591/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259474%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259474 not downloaded yet
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259484%27 HTTP/1.1" 200 None
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259484 not downloaded yet
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1fec890>
2026-03-29 11:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPN68BZB%252F699082607%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082607/600 saved to cache
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d09099ae-dd8a-5845-a8c8-f70302019fc9
2026-03-29 11:03:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d09099ae-dd8a-5845-a8c8-f70302019fc9, skipping ID generation
2026-03-29 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d09099ae-dd8a-5845-a8c8-f70302019fc9 sending to next pipeline
2026-03-29 11:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d09099ae-dd8a-5845-a8c8-f70302019fc9, identifier: PN68%20BZB
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04e2d50>
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO66BRV%252F698946961%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946961/600 saved to cache
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 417ef3d0-c6da-5650-b16a-415917af8bd2
2026-03-29 11:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 417ef3d0-c6da-5650-b16a-415917af8bd2, skipping ID generation
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 417ef3d0-c6da-5650-b16a-415917af8bd2 sending to next pipeline
2026-03-29 11:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 417ef3d0-c6da-5650-b16a-415917af8bd2, identifier: EO66%20BRV
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1277090>
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_expert_report_file_cbb19914-c530-4808-9f81-4ffce5704ced.pdf HTTP/1.1" 201 0
2026-03-29 11:03:33 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: deb23486-1438-55bd-a8d8-0955760e87d0, skipping ID generation
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYG13JDU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG13JDU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0df53d0>
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_expert_report_file_2f0951e9-479e-46ad-91ab-4a0ff3f5b9fa.pdf HTTP/1.1" 201 0
2026-03-29 11:03:33 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7c76929-b131-55fd-ac6a-e643f741e56a, skipping ID generation
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPF60FKN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PF60FKN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946736/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259498%27 HTTP/1.1" 200 None
2026-03-29 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259498 not downloaded yet
2026-03-29 11:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d09099ae-dd8a-5845-a8c8-f70302019fc9 with identifier: PN68%20BZB
2026-03-29 11:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d09099ae-dd8a-5845-a8c8-f70302019fc9 with identifier: PN68%20BZB
2026-03-29 11:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d09099ae-dd8a-5845-a8c8-f70302019fc9 with identifier: PN68%20BZB to the API
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082607/600>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_expert_report_file_e72fcd0f-269a-42d7-b15f-a7d8f7da1681.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN68%20BZB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd09099ae-dd8a-5845-a8c8-f70302019fc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN68 BZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN68%20BZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 70976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40957,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39686,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082617/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37900,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082632/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39380,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082644/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35359,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082662/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 33336,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082670/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71868,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082691/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71781,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082706/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93374,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082728/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d09099ae-dd8a-5845-a8c8-f70302019fc9/d09099ae-dd8a-5845-a8c8-f70302019fc9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84581,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN68BZB/699082743/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.0 AMG LINE PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2053142F767060',
 'year': 2018}
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN68%2520BZB%27 HTTP/1.1" 200 None
2026-03-29 11:03:33 [bca.uk] INFO: Saving data for PN68%20BZB: {'created_time': 1774782213.919142, 'last_price_update_time': 1774782213.919155, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN68%2520BZB') HTTP/1.1" 204 0
2026-03-29 11:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 417ef3d0-c6da-5650-b16a-415917af8bd2 with identifier: EO66%20BRV
2026-03-29 11:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 417ef3d0-c6da-5650-b16a-415917af8bd2 with identifier: EO66%20BRV
2026-03-29 11:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 417ef3d0-c6da-5650-b16a-415917af8bd2 with identifier: EO66%20BRV to the API
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946961/600>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_expert_report_file_7a7e4780-7ece-4b68-90f4-09da5e008900.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO66%20BRV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '417ef3d0-c6da-5650-b16a-415917af8bd2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO66 BRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO66%20BRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 100286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47611,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946961/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46477,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946968/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43859,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44179,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946984/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46121,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698946990/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44819,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947001/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73251,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947022/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57669,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947044/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81824,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947078/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_417ef3d0-c6da-5650-b16a-415917af8bd2/417ef3d0-c6da-5650-b16a-415917af8bd2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66271,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO66BRV/698947110/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 125 S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 125 S LINE S-T',
 'vin': 'WAUZZZ8X4HB020462',
 'year': 2016}
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO66%2520BRV%27 HTTP/1.1" 200 None
2026-03-29 11:03:34 [bca.uk] INFO: Saving data for EO66%20BRV: {'created_time': 1774782214.406713, 'last_price_update_time': 1774782214.406726, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO66%2520BRV') HTTP/1.1" 204 0
2026-03-29 11:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE19%20ODG-GB>
2026-03-29 11:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975768/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975723/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388494%27 HTTP/1.1" 200 None
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388494 not downloaded yet
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396052%27 HTTP/1.1" 200 None
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396052 not downloaded yet
2026-03-29 11:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975562/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145919/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259514%27 HTTP/1.1" 200 None
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259514 not downloaded yet
2026-03-29 11:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388506%27 HTTP/1.1" 200 None
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388506 not downloaded yet
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396058%27 HTTP/1.1" 200 None
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396058 not downloaded yet
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0442310>
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG24RGT%252F699147042%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147042/600 saved to cache
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814
2026-03-29 11:03:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a3c629a-eba3-5fad-8262-e5eafbd8e814, skipping ID generation
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a3c629a-eba3-5fad-8262-e5eafbd8e814 sending to next pipeline
2026-03-29 11:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a3c629a-eba3-5fad-8262-e5eafbd8e814, identifier: YG24%20RGT
2026-03-29 11:03:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a3e10>
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FHK57KTP%252F698964591%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964591/600 saved to cache
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:03:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb6190>
2026-03-29 11:03:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGY59BWK%252F698946736%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946736/600 saved to cache
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259530%27 HTTP/1.1" 200 None
2026-03-29 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259530 not downloaded yet
2026-03-29 11:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a3c629a-eba3-5fad-8262-e5eafbd8e814 with identifier: YG24%20RGT
2026-03-29 11:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a3c629a-eba3-5fad-8262-e5eafbd8e814 with identifier: YG24%20RGT
2026-03-29 11:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a3c629a-eba3-5fad-8262-e5eafbd8e814 with identifier: YG24%20RGT to the API
2026-03-29 11:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147042/600>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_expert_report_file_32467a23-20d8-4dd3-8a25-67b60aa6352d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG24%20RGT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3a3c629a-eba3-5fad-8262-e5eafbd8e814',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG24 RGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG24%20RGT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520I',
 'odometer': 16132,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48115,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147042/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43434,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147049/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43966,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147055/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46543,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147064/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43138,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147070/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40012,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147081/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71809,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147091/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65106,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147103/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74161,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147114/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a3c629a-eba3-5fad-8262-e5eafbd8e814/3a3c629a-eba3-5fad-8262-e5eafbd8e814_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70949,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG24RGT/699147124/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'BMW 520I 2.0 M SPORT PRO Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT PRO',
 'vin': 'WBA12FJ010CT06068',
 'year': 2024}
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG24%2520RGT%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [bca.uk] INFO: Saving data for YG24%20RGT: {'created_time': 1774782215.209277, 'last_price_update_time': 1774782215.209288, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG24%2520RGT') HTTP/1.1" 204 0
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975679/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975679>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975503/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975503>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964541/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964541>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946695/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946695>
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388513%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388513 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396066%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396066 not downloaded yet
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259454>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259465/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259465>
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946858/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698259545%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259545 not downloaded yet
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0448490>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_expert_report_file_36f4a23e-7249-468b-99ba-a4b20f63d11b.pdf HTTP/1.1" 201 0
2026-03-29 11:03:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1053c036-7216-5c10-b2ed-c2de019b65f0, skipping ID generation
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPG73AHU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PG73AHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0488950>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75AOL%252F698975768%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975768/600 saved to cache
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1edf450>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75AOL%252F698975723%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975723/600 saved to cache
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05adcd0>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK61WNP%252F698975562%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975562/600 saved to cache
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ede850>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145919%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145919/600 saved to cache
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d819d0>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_expert_report_file_f11b3529-1d4b-42c6-ad1f-d692e2ed801a.pdf HTTP/1.1" 201 0
2026-03-29 11:03:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 83c566d9-43b7-52d7-9260-a17697898367, skipping ID generation
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDF18UUA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF18UUA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388522%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388522 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396074%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396074 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252816%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252816 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250292%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250292 not downloaded yet
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388524%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388524 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396088%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396088 not downloaded yet
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2084910>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946858%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946858/600 saved to cache
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259484>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396052/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396052>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388488/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG13JDU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259474/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259474>
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252825%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252825 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250306%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250306 not downloaded yet
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388494/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388494>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259498/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259498>
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396039/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PF60FKN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388529%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388529 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396099%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396099 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252834%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252834 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250314%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250314 not downloaded yet
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259465/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388534%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388534 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396109%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396109 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252838%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252838 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250326%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250326 not downloaded yet
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f64990>
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_expert_report_file_a552b402-636c-48a9-a2fa-e0a4b1da8652.pdf HTTP/1.1" 201 0
2026-03-29 11:03:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd2935ad-b93a-50bd-b001-b3c41ad2495f, skipping ID generation
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKE19ODG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KE19ODG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396074/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396074>
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388540%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388540 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396127%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396127 not downloaded yet
2026-03-29 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259530/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259530>
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975679/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975503/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964541/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946695/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252846%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252846 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250334%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250334 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251429%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251429 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699388546%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388546 not downloaded yet
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699396140%27 HTTP/1.1" 200 None
2026-03-29 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396140 not downloaded yet
2026-03-29 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396039/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252869%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252869 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250349%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250349 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251433%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251433 not downloaded yet
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0568e50>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259465%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259465/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396052/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388488/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388494/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259484/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259474/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250314/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250314>
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252900%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252900 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250364%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250364 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251438%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251438 not downloaded yet
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05d6210>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259454%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259454/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259498/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252919%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252919 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250383%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250383 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251446%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251446 not downloaded yet
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f26dd0>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLD75AOL%252F698975679%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975679/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c048acd0>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FEK61WNP%252F698975503%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975503/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc3810>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FHK57KTP%252F698964541%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964541/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef0310>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGY59BWK%252F698946695%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946695/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1027b10>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPF60FKN%252F699396039%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396039/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259530/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396074/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388534/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388534>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396109/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396109>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252838/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252838>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KE19ODG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251429/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251429>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250326/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250326>
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252935%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252935 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250400%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250400 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251454%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251454 not downloaded yet
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb74d0>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPF60FKN%252F699396052%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396052/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ee8510>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388488%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388488/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0cad0>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388494%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388494/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec73d0>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259484%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259484/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f72050>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259474%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259474/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e5ac10>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259498%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259498/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251467%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251467 not downloaded yet
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250314/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251482%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251482 not downloaded yet
2026-03-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e2190>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259530%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259530/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f132d0>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPF60FKN%252F699396074%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396074/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252869/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252869>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250349/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250349>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251433/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251433>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251438/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251438>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396140/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396140>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388546/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388546>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250334>
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251492%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251492 not downloaded yet
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251505%27 HTTP/1.1" 200 None
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251505 not downloaded yet
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ea55d0>
2026-03-29 11:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF18UUA%252F699250314%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250314/600 saved to cache
2026-03-29 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250326/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251467/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251467>
2026-03-29 11:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251446/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251446>
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251419/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388534/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251429/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252838/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396109/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388546/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396140/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251433/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251438/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e1090>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF18UUA%252F699250326%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250326/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250334/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250349/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251482/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251482>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251505/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251505>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251492/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251492>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04dd7d0>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251419%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251419/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f23f10>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388534%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388534/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d040d0>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251429%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251429/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251446/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252869/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251454>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250383/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250383>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252919/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252919>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252935/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252935>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250400/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250400>
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251467/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10a5d90>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPG73AHU%252F699252838%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252838/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e2d10>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPF60FKN%252F699396109%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396109/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb8750>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388546%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388546/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1091a90>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPF60FKN%252F699396140%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396140/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0508c90>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251433%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251433/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d64710>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251438%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251438/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d67710>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF18UUA%252F699250334%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250334/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e21790>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF18UUA%252F699250349%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250349/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396127/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396127>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250364/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250364>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252900/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252900>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252846/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252846>
2026-03-29 11:03:37 [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-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251492/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251482/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251505/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d03210>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251446%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251446/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc3510>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPG73AHU%252F699252869%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252869/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fecd10>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251467%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251467/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KE19ODG/42796067?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=kd3DRUVQaj3GkK4ZNePDah6t3HJ6c7x1oy%2BDVOqxKJA%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250400/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250383/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252919/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252935/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:37 [bca.uk] INFO: Total items found: 100
2026-03-29 11:03:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded
2026-03-29 11:03:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:03:37 [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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0df5ad0>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251492%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251492/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f6aed0>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251482%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251482/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d74fd0>
2026-03-29 11:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FKE19ODG%252F699251505%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251505/600 saved to cache
2026-03-29 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252834/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252834>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396099/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396099>
2026-03-29 11:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388540/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388540>
2026-03-29 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252846/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:37 [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-29 11:03:37 [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-29 11:03:37 [bca.uk] INFO: Found listing with ID: WU66%20XNV
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520XNV%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for WU66%20XNV: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: DS15%20KUO
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520KUO%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for DS15%20KUO: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: FP65%20EUR
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520EUR%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for FP65%20EUR: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: LL16%20FYY
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520FYY%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for LL16%20FYY: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: MV65%20CCA
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV65%2520CCA%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for MV65%20CCA: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: PE16%20VRM
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for PE16%20VRM: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: FG66%20KHH
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520KHH%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for FG66%20KHH: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: FP11%20OHH
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP11%2520OHH%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for FP11%20OHH: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: YB66%20SGO
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520SGO%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for YB66%20SGO: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: BG16%20XLF
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG16%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 11:03:37 [bca.uk] INFO: Scrape type for BG16%20XLF: 0
2026-03-29 11:03:37 [bca.uk] INFO: Found listing with ID: ET68%20NZV
2026-03-29 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520NZV%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Scrape type for ET68%20NZV: 0
2026-03-29 11:03:38 [bca.uk] INFO: Found listing with ID: FR68%20BNA
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR68%2520BNA%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Scrape type for FR68%20BNA: 0
2026-03-29 11:03:38 [bca.uk] INFO: Found listing with ID: GX18%20JHA
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520JHA%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Scrape type for GX18%20JHA: 0
2026-03-29 11:03:38 [bca.uk] INFO: Found listing with ID: ML64%20UOC
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML64%2520UOC%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Scrape type for ML64%20UOC: 0
2026-03-29 11:03:38 [bca.uk] INFO: Found listing with ID: DS18%20FJC
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520FJC%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Scrape type for DS18%20FJC: 0
2026-03-29 11:03:38 [bca.uk] INFO: Found listing with ID: DA57%20XKX
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA57%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Scrape type for DA57%20XKX: 2
2026-03-29 11:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e77a0cae-a28b-5e36-8072-1c244717ab1f with identifier: DA57%20XKX
2026-03-29 11:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e77a0cae-a28b-5e36-8072-1c244717ab1f with scrape type 2
2026-03-29 11:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e77a0cae-a28b-5e36-8072-1c244717ab1f with scrape type 2
2026-03-29 11:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e77a0cae-a28b-5e36-8072-1c244717ab1f, identifier: DA57%20XKX
2026-03-29 11:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e77a0cae-a28b-5e36-8072-1c244717ab1f with identifier: DA57%20XKX
2026-03-29 11:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e77a0cae-a28b-5e36-8072-1c244717ab1f with identifier: DA57%20XKX
2026-03-29 11:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e77a0cae-a28b-5e36-8072-1c244717ab1f with identifier: DA57%20XKX to the API
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA57%20XKX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e77a0cae-a28b-5e36-8072-1c244717ab1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA57 XKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA57%20XKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'B150',
 'odometer': 58191,
 '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 B150 1.5 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDD2452312J336568',
 'year': 2008}
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA57%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Saving data for DA57%20XKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303973.267948, 'last_price_update_time': 1774782218.85065}
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA57%2520XKX') HTTP/1.1" 204 0
2026-03-29 11:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388529/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388529>
2026-03-29 11:03:38 [bca.uk] INFO: Found listing with ID: DK10%20YMG
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520YMG%27 HTTP/1.1" 200 None
2026-03-29 11:03:38 [bca.uk] INFO: Scrape type for DK10%20YMG: 0
2026-03-29 11:03:38 [bca.uk] INFO: Found listing with ID: DK12%20ZGD
2026-03-29 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK12%2520ZGD%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for DK12%20ZGD: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: DY63%20HCO
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY63%2520HCO%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for DY63%20HCO: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: GK63%20TXV
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520TXV%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for GK63%20TXV: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: MJ12%20UFB
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ12%2520UFB%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for MJ12%20UFB: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: PE14%20KXO
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520KXO%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for PE14%20KXO: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: PN57%20XKS
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN57%2520XKS%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for PN57%20XKS: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: PY15%20TGO
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY15%2520TGO%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for PY15%20TGO: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: SK13%20XZN
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520XZN%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for SK13%20XZN: 2
2026-03-29 11:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 903ccab1-4e56-574f-9c85-10e172d131ec with identifier: SK13%20XZN
2026-03-29 11:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 903ccab1-4e56-574f-9c85-10e172d131ec with scrape type 2
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 903ccab1-4e56-574f-9c85-10e172d131ec with scrape type 2
2026-03-29 11:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 903ccab1-4e56-574f-9c85-10e172d131ec, identifier: SK13%20XZN
2026-03-29 11:03:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396088/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396088>
2026-03-29 11:03:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252825/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252825>
2026-03-29 11:03:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388524/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388524>
2026-03-29 11:03:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250306/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250306>
2026-03-29 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396127/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250364/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252900/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 903ccab1-4e56-574f-9c85-10e172d131ec with identifier: SK13%20XZN
2026-03-29 11:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 903ccab1-4e56-574f-9c85-10e172d131ec with identifier: SK13%20XZN
2026-03-29 11:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 903ccab1-4e56-574f-9c85-10e172d131ec with identifier: SK13%20XZN to the API
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK13%20XZN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '903ccab1-4e56-574f-9c85-10e172d131ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK13 XZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK13%20XZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 91043,
 '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': 'MAZDA 3 1.6 VENTURE EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'VENTURE EDITION',
 'vin': 'JMZBLB4Z221561179',
 'year': 2013}
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520XZN%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Saving data for SK13%20XZN: {'auction_closing_time': 1774864800.0, 'created_time': 1774304099.738026, 'last_price_update_time': 1774782219.547996}
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK13%2520XZN') HTTP/1.1" 204 0
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ef8fd0>
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKE19ODG%252F699251454%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251454/600 saved to cache
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cd2935ad-b93a-50bd-b001-b3c41ad2495f
2026-03-29 11:03:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd2935ad-b93a-50bd-b001-b3c41ad2495f, skipping ID generation
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd2935ad-b93a-50bd-b001-b3c41ad2495f sending to next pipeline
2026-03-29 11:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd2935ad-b93a-50bd-b001-b3c41ad2495f, identifier: KE19%20ODG
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e91610>
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF18UUA%252F699250400%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250400/600 saved to cache
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04605d0>
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF18UUA%252F699250383%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250383/600 saved to cache
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0469010>
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPG73AHU%252F699252919%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252919/600 saved to cache
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04608d0>
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPG73AHU%252F699252935%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252935/600 saved to cache
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f80a90>
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPG73AHU%252F699252846%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252846/600 saved to cache
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: VO12%20XVT
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO12%2520XVT%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for VO12%20XVT: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: YP66%20VYN
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for YP66%20VYN: 0
2026-03-29 11:03:39 [bca.uk] INFO: Found listing with ID: CW58%20JRW
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CW58%2520JRW%27 HTTP/1.1" 200 None
2026-03-29 11:03:39 [bca.uk] INFO: Scrape type for CW58%20JRW: 2
2026-03-29 11:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20664352-6174-50df-bbc9-6aa01f3f3d1d with identifier: CW58%20JRW
2026-03-29 11:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20664352-6174-50df-bbc9-6aa01f3f3d1d with scrape type 2
2026-03-29 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20664352-6174-50df-bbc9-6aa01f3f3d1d with scrape type 2
2026-03-29 11:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20664352-6174-50df-bbc9-6aa01f3f3d1d, identifier: CW58%20JRW
2026-03-29 11:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd2935ad-b93a-50bd-b001-b3c41ad2495f with identifier: KE19%20ODG
2026-03-29 11:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd2935ad-b93a-50bd-b001-b3c41ad2495f with identifier: KE19%20ODG
2026-03-29 11:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd2935ad-b93a-50bd-b001-b3c41ad2495f with identifier: KE19%20ODG to the API
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251454/600>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_expert_report_file_a552b402-636c-48a9-a2fa-e0a4b1da8652.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE19%20ODG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd2935ad-b93a-50bd-b001-b3c41ad2495f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE19 ODG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE19%20ODG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 59089,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37561,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251419/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39073,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251429/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39950,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251433/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39112,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251438/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35979,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251446/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35385,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251454/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90093,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251467/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70667,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251482/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251492/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd2935ad-b93a-50bd-b001-b3c41ad2495f/cd2935ad-b93a-50bd-b001-b3c41ad2495f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90084,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KE19ODG/699251505/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 BOSE PERSONAL ED. Hatchback',
 'transmission': 'manual',
 'trim': 'BOSE PERSONAL ED.',
 'vin': 'SJNFBAF15U8076394',
 'year': 2019}
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE19%2520ODG%27 HTTP/1.1" 200 None
2026-03-29 11:03:40 [bca.uk] INFO: Saving data for KE19%20ODG: {'created_time': 1774782220.483684, 'last_price_update_time': 1774782220.483698, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE19%2520ODG') HTTP/1.1" 204 0
2026-03-29 11:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20664352-6174-50df-bbc9-6aa01f3f3d1d with identifier: CW58%20JRW
2026-03-29 11:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20664352-6174-50df-bbc9-6aa01f3f3d1d with identifier: CW58%20JRW
2026-03-29 11:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20664352-6174-50df-bbc9-6aa01f3f3d1d with identifier: CW58%20JRW to the API
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CW58%20JRW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20664352-6174-50df-bbc9-6aa01f3f3d1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CW58 JRW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CW58%20JRW&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 89774,
 '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 C-MAX 1.6 TDCI 115 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0JXXWPBJAA32593',
 'year': 2011}
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CW58%2520JRW%27 HTTP/1.1" 200 None
2026-03-29 11:03:40 [bca.uk] INFO: Saving data for CW58%20JRW: {'auction_closing_time': 1774864800.0, 'created_time': 1774418512.714685, 'last_price_update_time': 1774782220.923945}
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CW58%2520JRW') HTTP/1.1" 204 0
2026-03-29 11:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388522/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388522>
2026-03-29 11:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252816/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252816>
2026-03-29 11:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250292/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250292>
2026-03-29 11:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250283/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF18UUA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252834/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:40 [bca.uk] INFO: Found listing with ID: LC08%20XBB
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC08%2520XBB%27 HTTP/1.1" 200 None
2026-03-29 11:03:40 [bca.uk] INFO: Scrape type for LC08%20XBB: 0
2026-03-29 11:03:40 [bca.uk] INFO: Found listing with ID: VKZ%202608
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VKZ%25202608%27 HTTP/1.1" 200 None
2026-03-29 11:03:40 [bca.uk] INFO: Scrape type for VKZ%202608: 0
2026-03-29 11:03:40 [bca.uk] INFO: Found listing with ID: AU61%20XXN
2026-03-29 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU61%2520XXN%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for AU61%20XXN: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: AV12%20XOM
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV12%2520XOM%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for AV12%20XOM: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: BG14%20OHU
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520OHU%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for BG14%20OHU: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: BL12%20HFK
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520HFK%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for BL12%20HFK: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: EK63%20FTA
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520FTA%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for EK63%20FTA: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: EO61%20TBV
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520TBV%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for EO61%20TBV: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: FT61%20VUR
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT61%2520VUR%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for FT61%20VUR: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: GJ11%20JRU
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520JRU%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for GJ11%20JRU: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: GU12%20NFM
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520NFM%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for GU12%20NFM: 2
2026-03-29 11:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5196866-97c0-5b72-8921-558d2999458d with identifier: GU12%20NFM
2026-03-29 11:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5196866-97c0-5b72-8921-558d2999458d with scrape type 2
2026-03-29 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5196866-97c0-5b72-8921-558d2999458d with scrape type 2
2026-03-29 11:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5196866-97c0-5b72-8921-558d2999458d, identifier: GU12%20NFM
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ff9550>
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF60FKN%252F699396127%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396127/600 saved to cache
2026-03-29 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f10750>
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDF18UUA%252F699250364%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250364/600 saved to cache
2026-03-29 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0749b10>
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPG73AHU%252F699252900%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252900/600 saved to cache
2026-03-29 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250306/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396099/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388540/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5196866-97c0-5b72-8921-558d2999458d with identifier: GU12%20NFM
2026-03-29 11:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5196866-97c0-5b72-8921-558d2999458d with identifier: GU12%20NFM
2026-03-29 11:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5196866-97c0-5b72-8921-558d2999458d with identifier: GU12%20NFM to the API
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU12%20NFM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5196866-97c0-5b72-8921-558d2999458d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU12 NFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU12%20NFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 103469,
 '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 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALBA51BLCM386592',
 'year': 2012}
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520NFM%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Saving data for GU12%20NFM: {'auction_closing_time': 1774864800.0, 'created_time': 1774304040.92941, 'last_price_update_time': 1774782221.72054}
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU12%2520NFM') HTTP/1.1" 204 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: GU59%20RWV
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520RWV%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for GU59%20RWV: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: LX14%20YNM
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520YNM%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for LX14%20YNM: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: OE05%20XXM
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE05%2520XXM%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for OE05%20XXM: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: ST10%20NZU
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST10%2520NZU%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for ST10%20NZU: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: PL70%20OLP
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL70%2520OLP%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for PL70%20OLP: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: EP18%20LGJ
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP18%2520LGJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for EP18%20LGJ: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: GK68%20YWC
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520YWC%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for GK68%20YWC: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: GN18%20FPD
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN18%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for GN18%20FPD: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: RJ19%20XHK
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ19%2520XHK%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for RJ19%20XHK: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: ML19%20YFV
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520YFV%27 HTTP/1.1" 200 None
2026-03-29 11:03:41 [bca.uk] INFO: Scrape type for ML19%20YFV: 0
2026-03-29 11:03:41 [bca.uk] INFO: Found listing with ID: AE20%20NXF
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE20%2520NXF%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for AE20%20NXF: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GJ21%20YWB
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ21%2520YWB%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GJ21%20YWB: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: RO22%20KPT
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520KPT%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for RO22%20KPT: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: EU05%20FSN
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU05%2520FSN%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for EU05%20FSN: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: AF13%20XPW
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF13%2520XPW%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for AF13%20XPW: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: LD64%20FZX
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD64%2520FZX%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for LD64%20FZX: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: YM63%20ETA
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM63%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for YM63%20ETA: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: CA57%20YVV
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA57%2520YVV%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for CA57%20YVV: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: EO59%20HAX
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO59%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for EO59%20HAX: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GF52%20OWM
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF52%2520OWM%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GF52%20OWM: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GV07%20WHR
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV07%2520WHR%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GV07%20WHR: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: SV57%20URE
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV57%2520URE%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for SV57%20URE: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: LX67%20JRZ
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520JRZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for LX67%20JRZ: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: FY65%20OSN
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520OSN%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for FY65%20OSN: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GC65%20ULU
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GC65%20ULU: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GN15%20TXC
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN15%2520TXC%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GN15%20TXC: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: DY15%20MXL
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520MXL%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for DY15%20MXL: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: VA57%20MMV
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA57%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for VA57%20MMV: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: AV03%20RSZ
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV03%2520RSZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for AV03%20RSZ: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GC14%20BYZ
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC14%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GC14%20BYZ: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GJ09%20KHA
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ09%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GJ09%20KHA: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: GK60%20ZSE
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK60%2520ZSE%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for GK60%20ZSE: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: LO10%20GWV
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO10%2520GWV%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for LO10%20GWV: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: PY60%20HJF
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY60%2520HJF%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for PY60%20HJF: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: SM62%20CJZ
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM62%2520CJZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for SM62%20CJZ: 2
2026-03-29 11:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29b5fc99-adde-514f-9d7f-1b229ea2dadb with identifier: SM62%20CJZ
2026-03-29 11:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29b5fc99-adde-514f-9d7f-1b229ea2dadb with scrape type 2
2026-03-29 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29b5fc99-adde-514f-9d7f-1b229ea2dadb with scrape type 2
2026-03-29 11:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29b5fc99-adde-514f-9d7f-1b229ea2dadb, identifier: SM62%20CJZ
2026-03-29 11:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396088/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252825/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252808/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PG73AHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388524/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388529/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29b5fc99-adde-514f-9d7f-1b229ea2dadb with identifier: SM62%20CJZ
2026-03-29 11:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29b5fc99-adde-514f-9d7f-1b229ea2dadb with identifier: SM62%20CJZ
2026-03-29 11:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29b5fc99-adde-514f-9d7f-1b229ea2dadb with identifier: SM62%20CJZ to the API
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM62%20CJZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '29b5fc99-adde-514f-9d7f-1b229ea2dadb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM62 CJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM62%20CJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 47520,
 '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 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE',
 'vin': 'MALBB51BLDM439582',
 'year': 2012}
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM62%2520CJZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Saving data for SM62%20CJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774131266.975694, 'last_price_update_time': 1774782222.835409}
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM62%2520CJZ') HTTP/1.1" 204 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: FV69%20BJO
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV69%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for FV69%20BJO: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: YS68%20WCC
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520WCC%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for YS68%20WCC: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: AV68%20JYU
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV68%2520JYU%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for AV68%20JYU: 0
2026-03-29 11:03:42 [bca.uk] INFO: Found listing with ID: BU64%20FFW
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520FFW%27 HTTP/1.1" 200 None
2026-03-29 11:03:42 [bca.uk] INFO: Scrape type for BU64%20FFW: 2
2026-03-29 11:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfe2fb2b-618a-5c71-bfc7-7b354519eb80 with identifier: BU64%20FFW
2026-03-29 11:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfe2fb2b-618a-5c71-bfc7-7b354519eb80 with scrape type 2
2026-03-29 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfe2fb2b-618a-5c71-bfc7-7b354519eb80 with scrape type 2
2026-03-29 11:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfe2fb2b-618a-5c71-bfc7-7b354519eb80, identifier: BU64%20FFW
2026-03-29 11:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250283/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259545/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259545>
2026-03-29 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396066/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396066>
2026-03-29 11:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfe2fb2b-618a-5c71-bfc7-7b354519eb80 with identifier: BU64%20FFW
2026-03-29 11:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfe2fb2b-618a-5c71-bfc7-7b354519eb80 with identifier: BU64%20FFW
2026-03-29 11:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfe2fb2b-618a-5c71-bfc7-7b354519eb80 with identifier: BU64%20FFW to the API
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU64%20FFW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bfe2fb2b-618a-5c71-bfc7-7b354519eb80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU64 FFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU64%20FFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 57779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 2.0 CRDI KX-3 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI KX-3',
 'vin': 'U5YPC813SEL529085',
 'year': 2014}
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520FFW%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Saving data for BU64%20FFW: {'auction_closing_time': 1774864800.0, 'created_time': 1774505352.067573, 'last_price_update_time': 1774782223.439457}
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU64%2520FFW') HTTP/1.1" 204 0
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20d3290>
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPG73AHU%252F699252834%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252834/600 saved to cache
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05b2250>
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF18UUA%252F699250306%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250306/600 saved to cache
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:43 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:43 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0fb90>
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPF60FKN%252F699396099%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396099/600 saved to cache
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:43 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:43 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce0a90>
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388540%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388540/600 saved to cache
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388513/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388513>
2026-03-29 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396058/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699396058>
2026-03-29 11:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388522/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252816/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250292/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF18UUA/42807256?sv=2020-08-04&st=2026-03-29T11%3A03%3A32Z&se=2026-03-29T11%3A28%3A32Z&sr=b&sp=r&sig=qF8E1Sutx2XOawssM%2BNF7PuDzX4Hw5Q9eh8aX2%2B4Wnc%3D)
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: FD64%20DKV
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520DKV%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for FD64%20DKV: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: ML18%20SVE
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520SVE%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for ML18%20SVE: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: MM17%20ZZL
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM17%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for MM17%20ZZL: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: ND64%20WZO
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND64%2520WZO%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for ND64%20WZO: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: PE15%20LHF
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE15%2520LHF%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for PE15%20LHF: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: VO71%20XBU
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520XBU%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for VO71%20XBU: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: YK65%20OXD
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK65%2520OXD%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for YK65%20OXD: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: WP63%20XYK
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP63%2520XYK%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for WP63%20XYK: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: YK21%20DGC
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520DGC%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for YK21%20DGC: 0
2026-03-29 11:03:43 [bca.uk] INFO: Found listing with ID: YR13%20ZXN
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520ZXN%27 HTTP/1.1" 200 None
2026-03-29 11:03:43 [bca.uk] INFO: Scrape type for YR13%20ZXN: 2
2026-03-29 11:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaaeb5e9-587d-5271-8da0-e4f797d7539f with identifier: YR13%20ZXN
2026-03-29 11:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaaeb5e9-587d-5271-8da0-e4f797d7539f with scrape type 2
2026-03-29 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaaeb5e9-587d-5271-8da0-e4f797d7539f with scrape type 2
2026-03-29 11:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaaeb5e9-587d-5271-8da0-e4f797d7539f, identifier: YR13%20ZXN
2026-03-29 11:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaaeb5e9-587d-5271-8da0-e4f797d7539f with identifier: YR13%20ZXN
2026-03-29 11:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaaeb5e9-587d-5271-8da0-e4f797d7539f with identifier: YR13%20ZXN
2026-03-29 11:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaaeb5e9-587d-5271-8da0-e4f797d7539f with identifier: YR13%20ZXN to the API
2026-03-29 11:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR13%20ZXN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eaaeb5e9-587d-5271-8da0-e4f797d7539f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR13 ZXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR13%20ZXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 114788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDDP17506',
 'year': 2013}
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520ZXN%27 HTTP/1.1" 200 None
2026-03-29 11:03:44 [bca.uk] INFO: Saving data for YR13%20ZXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774304072.069495, 'last_price_update_time': 1774782224.218136}
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR13%2520ZXN') HTTP/1.1" 204 0
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100e350>
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03: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%252FPF60FKN%252F699396088%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396088/600 saved to cache
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f64b50>
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03: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%252FPG73AHU%252F699252825%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252825/600 saved to cache
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d02d10>
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03: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%252FYG13JDU%252F699388524%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388524/600 saved to cache
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e5aa90>
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03: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%252FYG13JDU%252F699388529%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388529/600 saved to cache
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252808/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PG73AHU/42799701?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=d3qyWtnW0OvO9bUsYVDrGq05q7QtGJy%2BfH404UH7f4E%3D)
2026-03-29 11:03:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259514/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259514>
2026-03-29 11:03:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388506/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699388506>
2026-03-29 11:03:44 [bca.uk] INFO: Found listing with ID: DK63%20WMY
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520WMY%27 HTTP/1.1" 200 None
2026-03-29 11:03:44 [bca.uk] INFO: Scrape type for DK63%20WMY: 0
2026-03-29 11:03:44 [bca.uk] INFO: Found listing with ID: DY10%20SSJ
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520SSJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:44 [bca.uk] INFO: Scrape type for DY10%20SSJ: 0
2026-03-29 11:03:44 [bca.uk] INFO: Found listing with ID: FH08%20ABU
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH08%2520ABU%27 HTTP/1.1" 200 None
2026-03-29 11:03:44 [bca.uk] INFO: Scrape type for FH08%20ABU: 0
2026-03-29 11:03:44 [bca.uk] INFO: Found listing with ID: FL14%20OFC
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520OFC%27 HTTP/1.1" 200 None
2026-03-29 11:03:44 [bca.uk] INFO: Scrape type for FL14%20OFC: 0
2026-03-29 11:03:44 [bca.uk] INFO: Found listing with ID: KX09%20PFF
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX09%2520PFF%27 HTTP/1.1" 200 None
2026-03-29 11:03:44 [bca.uk] INFO: Scrape type for KX09%20PFF: 2
2026-03-29 11:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 611ec4e9-2b73-50b2-acd6-cede484d724d with identifier: KX09%20PFF
2026-03-29 11:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 611ec4e9-2b73-50b2-acd6-cede484d724d with scrape type 2
2026-03-29 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 611ec4e9-2b73-50b2-acd6-cede484d724d with scrape type 2
2026-03-29 11:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 611ec4e9-2b73-50b2-acd6-cede484d724d, identifier: KX09%20PFF
2026-03-29 11:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 611ec4e9-2b73-50b2-acd6-cede484d724d with identifier: KX09%20PFF
2026-03-29 11:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 611ec4e9-2b73-50b2-acd6-cede484d724d with identifier: KX09%20PFF
2026-03-29 11:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 611ec4e9-2b73-50b2-acd6-cede484d724d with identifier: KX09%20PFF to the API
2026-03-29 11:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX09%20PFF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '611ec4e9-2b73-50b2-acd6-cede484d724d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX09 PFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX09%20PFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 78669,
 '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': 'PORSCHE BOXSTER 2.9  Roadster',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WP0ZZZ98Z9U700936',
 'year': 2009}
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX09%2520PFF%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Saving data for KX09%20PFF: {'auction_closing_time': 1774864800.0, 'created_time': 1773822668.555831, 'last_price_update_time': 1774782225.141891}
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX09%2520PFF') HTTP/1.1" 204 0
2026-03-29 11:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396066/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946835/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946835>
2026-03-29 11:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145909/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145909>
2026-03-29 11:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259436/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698259436>
2026-03-29 11:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259412/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YS64UYZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:45 [bca.uk] INFO: Found listing with ID: LG61%20TGV
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520TGV%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Scrape type for LG61%20TGV: 0
2026-03-29 11:03:45 [bca.uk] INFO: Found listing with ID: NU65%20OJO
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520OJO%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Scrape type for NU65%20OJO: 0
2026-03-29 11:03:45 [bca.uk] INFO: Found listing with ID: PK10%20NKU
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK10%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Scrape type for PK10%20NKU: 0
2026-03-29 11:03:45 [bca.uk] INFO: Found listing with ID: PO61%20YVU
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO61%2520YVU%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Scrape type for PO61%20YVU: 0
2026-03-29 11:03:45 [bca.uk] INFO: Found listing with ID: MK19%20LHL
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK19%2520LHL%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Scrape type for MK19%20LHL: 0
2026-03-29 11:03:45 [bca.uk] INFO: Found listing with ID: AV17%20OFO
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Scrape type for AV17%20OFO: 0
2026-03-29 11:03:45 [bca.uk] INFO: Found listing with ID: NG16%20RUC
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG16%2520RUC%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Scrape type for NG16%20RUC: 0
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e39510>
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF18UUA%252F699250283%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250283/600 saved to cache
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e39410>
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388522%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388522/600 saved to cache
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c13490>
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FPG73AHU%252F699252816%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252816/600 saved to cache
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e393d0>
2026-03-29 11:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FDF18UUA%252F699250292%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250292/600 saved to cache
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 83c566d9-43b7-52d7-9260-a17697898367
2026-03-29 11:03:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 83c566d9-43b7-52d7-9260-a17697898367, skipping ID generation
2026-03-29 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 83c566d9-43b7-52d7-9260-a17697898367 sending to next pipeline
2026-03-29 11:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83c566d9-43b7-52d7-9260-a17697898367, identifier: DF18%20UUA
2026-03-29 11:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396058/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF60FKN/42812069?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=Vqc%2FFeSmF8mGXuoJk00%2B3LgRwooJv1NN3keUxQVwSYI%3D)
2026-03-29 11:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143745/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143745>
2026-03-29 11:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83c566d9-43b7-52d7-9260-a17697898367 with identifier: DF18%20UUA
2026-03-29 11:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83c566d9-43b7-52d7-9260-a17697898367 with identifier: DF18%20UUA
2026-03-29 11:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83c566d9-43b7-52d7-9260-a17697898367 with identifier: DF18%20UUA to the API
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250292/600>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_expert_report_file_f11b3529-1d4b-42c6-ad1f-d692e2ed801a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF18%20UUA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '83c566d9-43b7-52d7-9260-a17697898367',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF18 UUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF18%20UUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 45755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41018,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250283/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41171,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250292/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41669,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250306/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41729,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250314/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37479,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250326/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35715,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250334/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94599,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250349/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79070,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250364/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97326,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250383/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83c566d9-43b7-52d7-9260-a17697898367/83c566d9-43b7-52d7-9260-a17697898367_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82861,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF18UUA/699250400/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA HR-V 1.5 I-VTEC 130 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC 130 SE',
 'vin': '3HGRU1850JM303778',
 'year': 2018}
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520UUA%27 HTTP/1.1" 200 None
2026-03-29 11:03:45 [bca.uk] INFO: Saving data for DF18%20UUA: {'created_time': 1774782225.918189, 'last_price_update_time': 1774782225.918201, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF18%2520UUA') HTTP/1.1" 204 0
2026-03-29 11:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259545/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c102d0>
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPG73AHU%252F699252808%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252808/600 saved to cache
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1053c036-7216-5c10-b2ed-c2de019b65f0
2026-03-29 11:03:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1053c036-7216-5c10-b2ed-c2de019b65f0, skipping ID generation
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1053c036-7216-5c10-b2ed-c2de019b65f0 sending to next pipeline
2026-03-29 11:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1053c036-7216-5c10-b2ed-c2de019b65f0, identifier: PG73%20AHU
2026-03-29 11:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388506/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975478/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975478>
2026-03-29 11:03:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964506/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964506>
2026-03-29 11:03:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME74%20ZGH-GB>
2026-03-29 11:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388513/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG13JDU/42811791?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=WQdF0nn%2FqH5AKjk0Wh8VSqp0G5tLlD54gNrBaNrjwo0%3D)
2026-03-29 11:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1053c036-7216-5c10-b2ed-c2de019b65f0 with identifier: PG73%20AHU
2026-03-29 11:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1053c036-7216-5c10-b2ed-c2de019b65f0 with identifier: PG73%20AHU
2026-03-29 11:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1053c036-7216-5c10-b2ed-c2de019b65f0 with identifier: PG73%20AHU to the API
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252808/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_expert_report_file_36f4a23e-7249-468b-99ba-a4b20f63d11b.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PG73%20AHU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1053c036-7216-5c10-b2ed-c2de019b65f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PG73 AHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PG73%20AHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 5477,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39605,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252808/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38504,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252816/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39911,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252825/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40955,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252834/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37915,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252838/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35299,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252846/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 109784,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252869/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79164,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252900/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88904,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252919/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1053c036-7216-5c10-b2ed-c2de019b65f0/1053c036-7216-5c10-b2ed-c2de019b65f0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73884,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PG73AHU/699252935/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 LIFE',
 'vin': 'WVWZZZAW1RU034121',
 'year': 2024}
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG73%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 11:03:46 [bca.uk] INFO: Saving data for PG73%20AHU: {'created_time': 1774782226.584728, 'last_price_update_time': 1774782226.584738, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PG73%2520AHU') HTTP/1.1" 204 0
2026-03-29 11:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259412/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946680/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946680>
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac3d10>
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF60FKN%252F699396066%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396066/600 saved to cache
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c011d0>
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF60FKN%252F699396058%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396058/600 saved to cache
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c7c76929-b131-55fd-ac6a-e643f741e56a
2026-03-29 11:03:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7c76929-b131-55fd-ac6a-e643f741e56a, skipping ID generation
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7c76929-b131-55fd-ac6a-e643f741e56a sending to next pipeline
2026-03-29 11:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7c76929-b131-55fd-ac6a-e643f741e56a, identifier: PF60%20FKN
2026-03-29 11:03:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1af0c50>
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYS64UYZ%252F698259545%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259545/600 saved to cache
2026-03-29 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259514/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7c76929-b131-55fd-ac6a-e643f741e56a with identifier: PF60%20FKN
2026-03-29 11:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7c76929-b131-55fd-ac6a-e643f741e56a with identifier: PF60%20FKN
2026-03-29 11:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7c76929-b131-55fd-ac6a-e643f741e56a with identifier: PF60%20FKN to the API
2026-03-29 11:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396058/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_expert_report_file_2f0951e9-479e-46ad-91ab-4a0ff3f5b9fa.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF60%20FKN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c7c76929-b131-55fd-ac6a-e643f741e56a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF60 FKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF60%20FKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 60558,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39477,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396039/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38982,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396052/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39302,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396058/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40613,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396066/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37175,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396074/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35033,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396088/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101537,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396099/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86794,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396109/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96418,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396127/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c76929-b131-55fd-ac6a-e643f741e56a/c7c76929-b131-55fd-ac6a-e643f741e56a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78333,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF60FKN/699396140/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V SXI Hatchback',
 'transmission': 'manual',
 'trim': '16V SXI',
 'vin': 'W0L0SDL68B4126426',
 'year': 2010}
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF60%2520FKN%27 HTTP/1.1" 200 None
2026-03-29 11:03:47 [bca.uk] INFO: Saving data for PF60%20FKN: {'created_time': 1774782227.256522, 'last_price_update_time': 1774782227.256534, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF60%2520FKN') HTTP/1.1" 204 0
2026-03-29 11:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259436/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YS64UYZ/42810098?sv=2020-08-04&st=2026-03-29T11%3A03%3A30Z&se=2026-03-29T11%3A28%3A30Z&sr=b&sp=r&sig=AfvyfVLhjJzEDJcRp%2F64LZPksQEvCHDUDCTlDZ%2FAFTo%3D)
2026-03-29 11:03:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975663/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975663>
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c49b6fd0>
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388506%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388506/600 saved to cache
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eafe50>
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYG13JDU%252F699388513%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388513/600 saved to cache
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item deb23486-1438-55bd-a8d8-0955760e87d0
2026-03-29 11:03:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: deb23486-1438-55bd-a8d8-0955760e87d0, skipping ID generation
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item deb23486-1438-55bd-a8d8-0955760e87d0 sending to next pipeline
2026-03-29 11:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: deb23486-1438-55bd-a8d8-0955760e87d0, identifier: YG13%20JDU
2026-03-29 11:03:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145896>
2026-03-29 11:03:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946806/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946806>
2026-03-29 11:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145909/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143745/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: deb23486-1438-55bd-a8d8-0955760e87d0 with identifier: YG13%20JDU
2026-03-29 11:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: deb23486-1438-55bd-a8d8-0955760e87d0 with identifier: YG13%20JDU
2026-03-29 11:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: deb23486-1438-55bd-a8d8-0955760e87d0 with identifier: YG13%20JDU to the API
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388513/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_expert_report_file_cbb19914-c530-4808-9f81-4ffce5704ced.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG13%20JDU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'deb23486-1438-55bd-a8d8-0955760e87d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG13 JDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG13%20JDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '116D',
 'odometer': 118169,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40574,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388488/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38838,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388494/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37313,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388506/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38108,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388513/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35938,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388522/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34835,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388524/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 63628,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388529/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55967,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388534/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72885,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388540/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_deb23486-1438-55bd-a8d8-0955760e87d0/deb23486-1438-55bd-a8d8-0955760e87d0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79584,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG13JDU/699388546/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.6 EFFICIENTDYNAMICS Hatchback',
 'transmission': 'manual',
 'trim': 'EFFICIENTDYNAMICS',
 'vin': 'WBA1C92050J431017',
 'year': 2013}
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG13%2520JDU%27 HTTP/1.1" 200 None
2026-03-29 11:03:47 [bca.uk] INFO: Saving data for YG13%20JDU: {'created_time': 1774782227.881222, 'last_price_update_time': 1774782227.881234, 'auction_closing_time': 1775037600.0}
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG13%2520JDU') HTTP/1.1" 204 0
2026-03-29 11:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946835/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964506/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eeaf10>
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259412%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259412/600 saved to cache
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04da690>
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FYS64UYZ%252F698259514%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259514/600 saved to cache
2026-03-29 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05722d0>
2026-03-29 11:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYS64UYZ%252F698259436%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259436/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7835d264-067a-5bc2-b7c4-bb7824e63bae
2026-03-29 11:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7835d264-067a-5bc2-b7c4-bb7824e63bae, skipping ID generation
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7835d264-067a-5bc2-b7c4-bb7824e63bae sending to next pipeline
2026-03-29 11:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7835d264-067a-5bc2-b7c4-bb7824e63bae, identifier: YS64%20UYZ
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975478/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7835d264-067a-5bc2-b7c4-bb7824e63bae with identifier: YS64%20UYZ
2026-03-29 11:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7835d264-067a-5bc2-b7c4-bb7824e63bae with identifier: YS64%20UYZ
2026-03-29 11:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7835d264-067a-5bc2-b7c4-bb7824e63bae with identifier: YS64%20UYZ to the API
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259436/600>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_expert_report_file_74c90029-9d40-4d27-a7d3-d8b0615fb1e6.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS64%20UYZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7835d264-067a-5bc2-b7c4-bb7824e63bae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS64 UYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS64%20UYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'ML250',
 'odometer': 113278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49155,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259412/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47690,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259436/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44803,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259454/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44171,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259465/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44326,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259474/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42995,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259484/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97603,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259498/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86473,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259514/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90977,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259530/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7835d264-067a-5bc2-b7c4-bb7824e63bae/7835d264-067a-5bc2-b7c4-bb7824e63bae_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85160,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YS64UYZ/698259545/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ ML250 2.1 CDI B/TEC AMG LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'CDI B/TEC AMG LINE TIP',
 'vin': 'WDC1660042A510254',
 'year': 2015}
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520UYZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:48 [bca.uk] INFO: Saving data for YS64%20UYZ: {'created_time': 1774782228.504853, 'last_price_update_time': 1774782228.504863, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS64%2520UYZ') HTTP/1.1" 204 0
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143725/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143725>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964480/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964480>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980930/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980930>
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946680/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c4882c10>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145909%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145909/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec6610>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143745%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143745/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946671/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946671>
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975663/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100e910>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946835%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946835/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57d1d1cc90>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK57KTP%252F698964506%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964506/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac1110>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_expert_report_file_9fc4c01a-0ab2-4b76-9572-69169906e5cd.pdf HTTP/1.1" 201 0
2026-03-29 11:03:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728, skipping ID generation
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DME74ZGH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ME74ZGH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e3b090>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK61WNP%252F698975478%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975478/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946776/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946776>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975648/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975648>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145887/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145887>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143712/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143712>
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ59%20HKC-GB>
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699093814%27 HTTP/1.1" 200 None
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093814 not downloaded yet
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946806/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980930/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f66fd0>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY59BWK%252F698946680%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946680/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c103dcd0>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75AOL%252F698975663%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975663/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699093904%27 HTTP/1.1" 200 None
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093904 not downloaded yet
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699093920%27 HTTP/1.1" 200 None
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093920 not downloaded yet
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699093931%27 HTTP/1.1" 200 None
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093931 not downloaded yet
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0778510>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145896%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145896/600 saved to cache
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946671/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964480/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143700/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143700>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145880/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145880>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975634/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975634>
2026-03-29 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946746/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946746>
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699093942%27 HTTP/1.1" 200 None
2026-03-29 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093942 not downloaded yet
2026-03-29 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143725/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11: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-29 11: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-29 11:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e8f8d0>
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946806%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946806/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0573650>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLO12SYJ%252F698980930%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980930/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699093970%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093970 not downloaded yet
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699094006%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699094006 not downloaded yet
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699094033%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699094033 not downloaded yet
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ebd450>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY59BWK%252F698946671%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946671/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ff50d0>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK57KTP%252F698964480%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964480/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093798/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ME74ZGH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964655/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964655>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975400/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975400>
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143712/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975648/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699094049%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699094049 not downloaded yet
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c6590>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143725%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143725/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946776/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145887/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946746/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05af710>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_expert_report_file_e3ddc90b-d090-42cc-a2a1-33f5fa9ffa89.pdf HTTP/1.1" 201 0
2026-03-29 11:03:49 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47, skipping ID generation
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBJ59HKC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BJ59HKC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699249937%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249937 not downloaded yet
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093931>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093970/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093970>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093904/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093904>
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699249943%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249943 not downloaded yet
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0571650>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143712%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143712/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1016f10>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75AOL%252F698975648%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975648/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143700/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093920/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093920>
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975634/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145880/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975400/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699249952%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249952 not downloaded yet
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699249961%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249961 not downloaded yet
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0575ad0>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946776%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946776/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ed6f10>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145887%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145887/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d80910>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946746%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946746/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699249969%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249969 not downloaded yet
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093798/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094033/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699094033>
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093904/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093942/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093942>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094006/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699094006>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093814/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699093814>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094049/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699094049>
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964655/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699249985%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249985 not downloaded yet
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250006%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250006 not downloaded yet
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1087690>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143700%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143700/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1014290>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75AOL%252F698975634%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975634/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc7b90>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145880%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145880/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105de10>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK61WNP%252F698975400%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975400/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093931/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980851/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980851>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249928/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BJ59HKC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093920/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249937/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249937>
2026-03-29 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249943/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249943>
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250022%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250022 not downloaded yet
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093970/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094049/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699250032%27 HTTP/1.1" 200 None
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250032 not downloaded yet
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20851d0>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699093798%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093798/600 saved to cache
2026-03-29 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecc390>
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699093904%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093904/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ead510>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964655%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964655/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249943/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249952/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249952>
2026-03-29 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249961/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249961>
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093942/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249969/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249969>
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093814/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094033/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094006/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ME74ZGH/42811143?sv=2020-08-04&st=2026-03-29T11%3A03%3A45Z&se=2026-03-29T11%3A28%3A45Z&sr=b&sp=r&sig=HseHnpFrjdzBczB1jqCYl9hjIGxuYZ1LBSZs1MFpMJ4%3D)
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eafb50>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699093931%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093931/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1c16350>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699093920%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093920/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05ade50>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699093970%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093970/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f05510>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699094049%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094049/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249928/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249985/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699249985>
2026-03-29 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HK57KTP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250006/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250006>
2026-03-29 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946658/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY59BWK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249969/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249937/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980851/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10149d0>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ59HKC%252F699249943%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249943/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f0ec50>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699093942%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093942/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e258d0>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699093814%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093814/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cf8c10>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699094033%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094033/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e25050>
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FME74ZGH%252F699094006%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094006/600 saved to cache
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728
2026-03-29 11:03:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728, skipping ID generation
2026-03-29 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728 sending to next pipeline
2026-03-29 11:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728, identifier: ME74%20ZGH
2026-03-29 11:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728 with identifier: ME74%20ZGH
2026-03-29 11:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728 with identifier: ME74%20ZGH
2026-03-29 11:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d1ffe27-635b-5d4d-9b5d-a43e6d28b728 with identifier: ME74%20ZGH to the API
2026-03-29 11:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094006/600>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_expert_report_file_9fc4c01a-0ab2-4b76-9572-69169906e5cd.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME74%20ZGH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d1ffe27-635b-5d4d-9b5d-a43e6d28b728',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ME74 ZGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME74%20ZGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 5600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40424,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093798/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40346,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093814/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40386,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093904/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42811,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093920/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37846,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093931/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35169,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093942/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97237,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699093970/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81881,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094006/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90301,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094033/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d1ffe27-635b-5d4d-9b5d-a43e6d28b728/2d1ffe27-635b-5d4d-9b5d-a43e6d28b728_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80653,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ME74ZGH/699094049/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.5 35 TFSI BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI BLACK ED.S-T',
 'vin': 'WAUZZZGA4SA010735',
 'year': 2025}
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME74%2520ZGH%27 HTTP/1.1" 200 None
2026-03-29 11:03:51 [bca.uk] INFO: Saving data for ME74%20ZGH: {'created_time': 1774782231.207567, 'last_price_update_time': 1774782231.207581, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME74%2520ZGH') HTTP/1.1" 204 0
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145871/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145871>
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250022/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250022>
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946723/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946723>
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975619/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD75AOL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250032/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699250032>
2026-03-29 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249952/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249961/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946658/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY59BWK/42811889?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=cCt5Qxw2k7yp6ptaMonAiYjS5r7857jo0bf1c%2BcCazk%3D)
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f067d0>
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FBJ59HKC%252F699249928%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249928/600 saved to cache
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0772690>
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FBJ59HKC%252F699249969%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249969/600 saved to cache
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac5d90>
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FBJ59HKC%252F699249937%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249937/600 saved to cache
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f27290>
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FLO12SYJ%252F698980851%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980851/600 saved to cache
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964424/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK57KTP/42812067?sv=2020-08-04&st=2026-03-29T11%3A01%3A34Z&se=2026-03-29T11%3A26%3A34Z&sr=b&sp=r&sig=v%2BPKgFk0CP7H%2FyazoiMKZKR4yV6lMz%2F4IEbX%2BksNPF8%3D)
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143691/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143691>
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964633/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964633>
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146262/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146262>
2026-03-29 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW63%20EZT-GB>
2026-03-29 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249985/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250006/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0574f50>
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FBJ59HKC%252F699249952%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249952/600 saved to cache
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec5610>
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FBJ59HKC%252F699249961%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249961/600 saved to cache
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0be3950>
2026-03-29 11:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11: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-29 11:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FGY59BWK%252F698946658%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946658/600 saved to cache
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 135af172-e1b2-5b19-a9b8-7231b88b2460
2026-03-29 11:03:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 135af172-e1b2-5b19-a9b8-7231b88b2460, skipping ID generation
2026-03-29 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 135af172-e1b2-5b19-a9b8-7231b88b2460 sending to next pipeline
2026-03-29 11:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 135af172-e1b2-5b19-a9b8-7231b88b2460, identifier: GY59%20BWK
2026-03-29 11:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 135af172-e1b2-5b19-a9b8-7231b88b2460 with identifier: GY59%20BWK
2026-03-29 11:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 135af172-e1b2-5b19-a9b8-7231b88b2460 with identifier: GY59%20BWK
2026-03-29 11:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 135af172-e1b2-5b19-a9b8-7231b88b2460 with identifier: GY59%20BWK to the API
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946658/600>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_expert_report_file_209503c0-985c-4f89-970b-e654e210e206.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY59%20BWK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '135af172-e1b2-5b19-a9b8-7231b88b2460',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY59 BWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY59%20BWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 120878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55915,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946658/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52209,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946662/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51970,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946671/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53863,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946680/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53192,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946695/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49119,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946713/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 100742,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946736/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65629,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946774/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90116,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946802/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135af172-e1b2-5b19-a9b8-7231b88b2460/135af172-e1b2-5b19-a9b8-7231b88b2460_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77822,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY59BWK/698946831/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.3 DUAL VVTI TR Hatchback',
 'transmission': 'manual',
 'trim': 'DUAL VVTI TR',
 'vin': 'SB1KT56EX0F011122',
 'year': 2009}
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY59%2520BWK%27 HTTP/1.1" 200 None
2026-03-29 11:03:52 [bca.uk] INFO: Saving data for GY59%20BWK: {'created_time': 1774782232.070934, 'last_price_update_time': 1774782232.070946, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY59%2520BWK') HTTP/1.1" 204 0
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975619/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75AOL/42812086?sv=2020-08-04&st=2026-03-29T11%3A01%3A36Z&se=2026-03-29T11%3A26%3A36Z&sr=b&sp=r&sig=dWduGJ992Q4BNZl9L0XpIuMyVYUGOaqTPXy54plDLrE%3D)
2026-03-29 11:03:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946687/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946687>
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145871/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946723/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145862/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145862>
2026-03-29 11:03:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143670/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143670>
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250022/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250032/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ59HKC/42791604?sv=2020-08-04&st=2026-03-29T11%3A03%3A48Z&se=2026-03-29T11%3A28%3A48Z&sr=b&sp=r&sig=plFUsp6JmuHuRuQiBKs7ddkrbOJNliE4fgqodWnFEVc%3D)
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e93ad0>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK57KTP%252F698964424%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964424/600 saved to cache
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d
2026-03-29 11:03:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d, skipping ID generation
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d sending to next pipeline
2026-03-29 11:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d, identifier: HK57%20KTP
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e460d0>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ59HKC%252F699249985%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249985/600 saved to cache
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f66590>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ59HKC%252F699250006%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250006/600 saved to cache
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d with identifier: HK57%20KTP
2026-03-29 11:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d with identifier: HK57%20KTP
2026-03-29 11:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d with identifier: HK57%20KTP to the API
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964424/600>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_expert_report_file_a5ff76dc-b56c-4d08-a31f-127f91340c82.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK57%20KTP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK57 KTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK57%20KTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '307 SW',
 'odometer': 68791,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49777,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964424/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46019,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964460/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46004,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964480/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47799,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964506/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47196,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964541/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43179,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964558/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89896,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964591/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67821,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964622/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88037,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964657/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d/6d3c1e24-0d8c-58cd-8d16-9f84b9fb113d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80496,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK57KTP/698964697/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 307 SW 1.6 S (5ST) Estate',
 'transmission': 'manual',
 'trim': 'S (5ST)',
 'vin': 'VF33HNFUC85118463',
 'year': 2007}
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK57%2520KTP%27 HTTP/1.1" 200 None
2026-03-29 11:03:52 [bca.uk] INFO: Saving data for HK57%20KTP: {'created_time': 1774782232.695575, 'last_price_update_time': 1774782232.695587, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK57%2520KTP') HTTP/1.1" 204 0
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143691/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946687/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964577/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964577>
2026-03-29 11:03:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146236/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146236>
2026-03-29 11:03:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT60%20JXW-GB>
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964633/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146262/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:03:52 [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-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f25b50>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75AOL%252F698975619%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975619/600 saved to cache
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1aca6682-fa58-52cc-840c-66e66c4e62d0
2026-03-29 11:03:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1aca6682-fa58-52cc-840c-66e66c4e62d0, skipping ID generation
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1aca6682-fa58-52cc-840c-66e66c4e62d0 sending to next pipeline
2026-03-29 11:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1aca6682-fa58-52cc-840c-66e66c4e62d0, identifier: LD75%20AOL
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f3aed0>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145871%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145871/600 saved to cache
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec7950>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946723%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946723/600 saved to cache
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb5b10>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ59HKC%252F699250022%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250022/600 saved to cache
2026-03-29 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e571d0>
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%252FBJ59HKC%252F699250032%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250032/600 saved to cache
2026-03-29 11:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47
2026-03-29 11:03:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47, skipping ID generation
2026-03-29 11:03:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47 sending to next pipeline
2026-03-29 11:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47, identifier: BJ59%20HKC
2026-03-29 11:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1aca6682-fa58-52cc-840c-66e66c4e62d0 with identifier: LD75%20AOL
2026-03-29 11:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1aca6682-fa58-52cc-840c-66e66c4e62d0 with identifier: LD75%20AOL
2026-03-29 11:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1aca6682-fa58-52cc-840c-66e66c4e62d0 with identifier: LD75%20AOL to the API
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975619/600>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_expert_report_file_f834538f-6468-429e-aacb-31fd0f279dac.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD75%20AOL-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1aca6682-fa58-52cc-840c-66e66c4e62d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD75 AOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD75%20AOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'OMODA',
 'model': '5',
 'odometer': 662,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50834,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975619/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48073,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975634/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47508,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975648/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48902,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975663/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43910,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975679/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41958,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975697/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74856,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975723/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62955,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975742/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84312,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975768/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1aca6682-fa58-52cc-840c-66e66c4e62d0/1aca6682-fa58-52cc-840c-66e66c4e62d0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57651,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75AOL/698975788/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'OMODA 5 1.6 TGDI 147 NOBLE 7DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGDI 147 NOBLE 7DCT',
 'vin': 'LVVDB21B8SD337380',
 'year': 2025}
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD75%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 11:03:53 [bca.uk] INFO: Saving data for LD75%20AOL: {'created_time': 1774782233.554045, 'last_price_update_time': 1774782233.554056, 'auction_closing_time': 1774951200.0}
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD75%2520AOL') HTTP/1.1" 204 0
2026-03-29 11:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47 with identifier: BJ59%20HKC
2026-03-29 11:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47 with identifier: BJ59%20HKC
2026-03-29 11:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47 with identifier: BJ59%20HKC to the API
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250032/600>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_expert_report_file_e3ddc90b-d090-42cc-a2a1-33f5fa9ffa89.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ59%20HKC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ59 HKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ59%20HKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 97714,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36918,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249928/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37310,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249937/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39117,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249943/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40155,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249952/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 33965,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249961/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 31654,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249969/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90819,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699249985/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79131,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250006/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88907,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250022/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47/a1f825ca-d453-57c1-8c5c-9a3b8b7a8d47_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99813,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ59HKC/699250032/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 VVT 115 SXI Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 115 SXI',
 'vin': 'W0L0AHL08A5012524',
 'year': 2009}
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ59%2520HKC%27 HTTP/1.1" 200 None
2026-03-29 11:03:53 [bca.uk] INFO: Saving data for BJ59%20HKC: {'created_time': 1774782233.943565, 'last_price_update_time': 1774782233.94358, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ59%2520HKC') HTTP/1.1" 204 0
2026-03-29 11:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975765/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975765>
2026-03-29 11:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146747/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146747>
2026-03-29 11:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975330/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK61WNP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946676/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698946676>
2026-03-29 11:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145862/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980753/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980753>
2026-03-29 11:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143670/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0be3250>
2026-03-29 11:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143691%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143691/600 saved to cache
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ebe110>
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946687%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946687/600 saved to cache
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0deed90>
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964633%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964633/600 saved to cache
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05afa10>
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146262%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146262/600 saved to cache
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:03:54 [bca.uk] INFO: Total items found: 100
2026-03-29 11:03:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded
2026-03-29 11:03:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:03:54 [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-29 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975746/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975746>
2026-03-29 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143658/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143658>
2026-03-29 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146222/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146222>
2026-03-29 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145855/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145855>
2026-03-29 11:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146236/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964551/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964551>
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: SG15%20UVN
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG15%2520UVN%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for SG15%20UVN: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: YF14%20OCH
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for YF14%20OCH: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: VN63%20OZK
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520OZK%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for VN63%20OZK: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: WG14%20FZH
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520FZH%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for WG14%20FZH: 2
2026-03-29 11:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b with identifier: WG14%20FZH
2026-03-29 11:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b with scrape type 2
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b with scrape type 2
2026-03-29 11:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b, identifier: WG14%20FZH
2026-03-29 11:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964577/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:03:54 [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-29 11:03:54 [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-29 11:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b with identifier: WG14%20FZH
2026-03-29 11:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b with identifier: WG14%20FZH
2026-03-29 11:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b with identifier: WG14%20FZH to the API
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG14%20FZH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b00f8e0-9f95-5ef3-9ac3-2f73d08b562b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG14 FZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG14%20FZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '116D',
 'odometer': 154468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 116D 2.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBA1C72080P581964',
 'year': 2014}
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520FZH%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Saving data for WG14%20FZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774091439.135037, 'last_price_update_time': 1774782234.640721}
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG14%2520FZH') HTTP/1.1" 204 0
2026-03-29 11:03:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04a7490>
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_expert_report_file_7cabca3c-bd1c-4381-89f5-25e2defda3bd.pdf HTTP/1.1" 201 0
2026-03-29 11:03:54 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:03:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae83530e-f8b3-5ce6-90a2-da656b1479a3, skipping ID generation
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMW63EZT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MW63EZT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1f0fd50>
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145862%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145862/600 saved to cache
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1016610>
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143670%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143670/600 saved to cache
2026-03-29 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: WJ62%20DYN
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ62%2520DYN%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for WJ62%20DYN: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: WK13%20ORJ
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK13%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for WK13%20ORJ: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: YC61%20FBL
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC61%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for YC61%20FBL: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: YD15%20XKJ
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD15%2520XKJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for YD15%20XKJ: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: YE59%20VRX
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE59%2520VRX%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for YE59%20VRX: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: YP07%20ZRX
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP07%2520ZRX%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for YP07%20ZRX: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: BF12%20MYT
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF12%2520MYT%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for BF12%20MYT: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: EA62%20XPM
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA62%2520XPM%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for EA62%20XPM: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: FE14%20AVW
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520AVW%27 HTTP/1.1" 200 None
2026-03-29 11:03:54 [bca.uk] INFO: Scrape type for FE14%20AVW: 0
2026-03-29 11:03:54 [bca.uk] INFO: Found listing with ID: MT07%20FBY
2026-03-29 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT07%2520FBY%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for MT07%20FBY: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: NX63%20FVZ
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520FVZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for NX63%20FVZ: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: PE59%20LYK
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520LYK%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for PE59%20LYK: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: SL63%20HWN
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520HWN%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for SL63%20HWN: 2
2026-03-29 11:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 172fd298-34e3-5e06-a236-b2842c2d0f8a with identifier: SL63%20HWN
2026-03-29 11:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 172fd298-34e3-5e06-a236-b2842c2d0f8a with scrape type 2
2026-03-29 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 172fd298-34e3-5e06-a236-b2842c2d0f8a with scrape type 2
2026-03-29 11:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 172fd298-34e3-5e06-a236-b2842c2d0f8a, identifier: SL63%20HWN
2026-03-29 11:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 172fd298-34e3-5e06-a236-b2842c2d0f8a with identifier: SL63%20HWN
2026-03-29 11:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 172fd298-34e3-5e06-a236-b2842c2d0f8a with identifier: SL63%20HWN
2026-03-29 11:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 172fd298-34e3-5e06-a236-b2842c2d0f8a with identifier: SL63%20HWN to the API
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL63%20HWN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '172fd298-34e3-5e06-a236-b2842c2d0f8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL63 HWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL63%20HWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 138680,
 '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 SE 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC SE 4WD',
 'vin': 'SHSRE6750EU002795',
 'year': 2013}
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520HWN%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Saving data for SL63%20HWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774505562.372914, 'last_price_update_time': 1774782235.4965}
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL63%2520HWN') HTTP/1.1" 204 0
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252458%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252458 not downloaded yet
2026-03-29 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2077c90>
2026-03-29 11:03:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146236%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146236/600 saved to cache
2026-03-29 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975330/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK61WNP/42812107?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=PLtf1VHiptWyqY6%2FEGAyyfXsN1U691nl%2B8kKns8xKKY%3D)
2026-03-29 11:03:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980723/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980723>
2026-03-29 11:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980753/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946676/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FXZ%209529-GB>
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: WN18%20XOM
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520XOM%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for WN18%20XOM: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: PF68%20ZTH
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520ZTH%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for PF68%20ZTH: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: OY68%20FWV
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for OY68%20FWV: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: AY64%20SVS
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520SVS%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for AY64%20SVS: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: BA15%20AFX
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA15%2520AFX%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for BA15%20AFX: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: DG15%20ONP
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520ONP%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for DG15%20ONP: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: FL17%20BVP
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520BVP%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for FL17%20BVP: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: KT15%20TFY
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520TFY%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for KT15%20TFY: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: NC54%20LBO
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC54%2520LBO%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for NC54%20LBO: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: PO63%20ERY
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520ERY%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for PO63%20ERY: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: SD61%20OMA
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD61%2520OMA%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for SD61%20OMA: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: SK09%20KND
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK09%2520KND%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for SK09%20KND: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: ST11%20EOH
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST11%2520EOH%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for ST11%20EOH: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: SY59%20TZB
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY59%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for SY59%20TZB: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: WK09%20UJC
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520UJC%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for WK09%20UJC: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: YG14%20WCU
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG14%2520WCU%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for YG14%20WCU: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: CE10%20VBJ
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE10%2520VBJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for CE10%20VBJ: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: FE11%20RVF
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE11%2520RVF%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for FE11%20RVF: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: FY59%20UVB
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY59%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for FY59%20UVB: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: FY59%20ZGR
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY59%2520ZGR%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for FY59%20ZGR: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: KU58%20EZM
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU58%2520EZM%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for KU58%20EZM: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: NU15%20KYB
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU15%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 11:03:55 [bca.uk] INFO: Scrape type for NU15%20KYB: 0
2026-03-29 11:03:55 [bca.uk] INFO: Found listing with ID: SD62%20CKY
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD62%2520CKY%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [bca.uk] INFO: Scrape type for SD62%20CKY: 0
2026-03-29 11:03:56 [bca.uk] INFO: Found listing with ID: SG14%20FMC
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG14%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [bca.uk] INFO: Scrape type for SG14%20FMC: 0
2026-03-29 11:03:56 [bca.uk] INFO: Found listing with ID: YC58%20WGE
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC58%2520WGE%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [bca.uk] INFO: Scrape type for YC58%20WGE: 0
2026-03-29 11:03:56 [bca.uk] INFO: Found listing with ID: YH11%20WZW
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520WZW%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [bca.uk] INFO: Scrape type for YH11%20WZW: 2
2026-03-29 11:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a with identifier: YH11%20WZW
2026-03-29 11:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a with scrape type 2
2026-03-29 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a with scrape type 2
2026-03-29 11:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a, identifier: YH11%20WZW
2026-03-29 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975765/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146747/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a with identifier: YH11%20WZW
2026-03-29 11:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a with identifier: YH11%20WZW
2026-03-29 11:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a with identifier: YH11%20WZW to the API
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH11%20WZW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a02a0b1c-d6d0-5bd2-867b-3b936a47ef9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH11 WZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH11%20WZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 92475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC ES',
 'vin': 'SHHGG6760BU009726',
 'year': 2011}
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520WZW%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [bca.uk] INFO: Saving data for YH11%20WZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774304008.136593, 'last_price_update_time': 1774782236.482195}
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH11%2520WZW') HTTP/1.1" 204 0
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252464%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252464 not downloaded yet
2026-03-29 11:03:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03: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-29 11:03: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-29 11:03:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1edcf10>
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964577%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964577/600 saved to cache
2026-03-29 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:03:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146733/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146733>
2026-03-29 11:03:56 [bca.uk] INFO: Found listing with ID: YP12%20HGG
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520HGG%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [bca.uk] INFO: Scrape type for YP12%20HGG: 2
2026-03-29 11:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a737c62-5720-5e57-bebc-8a919a7240e1 with identifier: YP12%20HGG
2026-03-29 11:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a737c62-5720-5e57-bebc-8a919a7240e1 with scrape type 2
2026-03-29 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a737c62-5720-5e57-bebc-8a919a7240e1 with scrape type 2
2026-03-29 11:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a737c62-5720-5e57-bebc-8a919a7240e1, identifier: YP12%20HGG
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c073b5d0>
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_expert_report_file_3a4b317d-4638-48a5-a530-156563969472.pdf HTTP/1.1" 201 0
2026-03-29 11:03:56 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f, skipping ID generation
2026-03-29 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMT60JXW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MT60JXW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964551/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145855/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143658/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a737c62-5720-5e57-bebc-8a919a7240e1 with identifier: YP12%20HGG
2026-03-29 11:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a737c62-5720-5e57-bebc-8a919a7240e1 with identifier: YP12%20HGG
2026-03-29 11:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a737c62-5720-5e57-bebc-8a919a7240e1 with identifier: YP12%20HGG to the API
2026-03-29 11:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP12%20HGG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a737c62-5720-5e57-bebc-8a919a7240e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP12 HGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP12%20HGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 111797,
 '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 NOTE 1.6 N-TEC+ Hatchback',
 'transmission': 'manual',
 'trim': 'N-TEC+',
 'vin': 'SJNFCAE11U2166719',
 'year': 2012}
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520HGG%27 HTTP/1.1" 200 None
2026-03-29 11:03:57 [bca.uk] INFO: Saving data for YP12%20HGG: {'auction_closing_time': 1774864800.0, 'created_time': 1774044225.546511, 'last_price_update_time': 1774782237.149597}
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP12%2520HGG') HTTP/1.1" 204 0
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252471%27 HTTP/1.1" 200 None
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252471 not downloaded yet
2026-03-29 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946667/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT11CZG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252452/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MW63EZT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975746/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146222/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:03:57 [bca.uk] INFO: Found listing with ID: YR60%20FLD
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520FLD%27 HTTP/1.1" 200 None
2026-03-29 11:03:57 [bca.uk] INFO: Scrape type for YR60%20FLD: 0
2026-03-29 11:03:57 [bca.uk] INFO: Found listing with ID: YX10%20UNJ
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX10%2520UNJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:57 [bca.uk] INFO: Scrape type for YX10%20UNJ: 2
2026-03-29 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4325e270-ecd8-5910-903c-81201efafb83 with identifier: YX10%20UNJ
2026-03-29 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4325e270-ecd8-5910-903c-81201efafb83 with scrape type 2
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4325e270-ecd8-5910-903c-81201efafb83 with scrape type 2
2026-03-29 11:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4325e270-ecd8-5910-903c-81201efafb83, identifier: YX10%20UNJ
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252315%27 HTTP/1.1" 200 None
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252315 not downloaded yet
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1087310>
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK61WNP%252F698975330%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975330/600 saved to cache
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 556f45d6-ae75-55be-9706-64f962b3c11b
2026-03-29 11:03:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 556f45d6-ae75-55be-9706-64f962b3c11b, skipping ID generation
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 556f45d6-ae75-55be-9706-64f962b3c11b sending to next pipeline
2026-03-29 11:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 556f45d6-ae75-55be-9706-64f962b3c11b, identifier: EK61%20WNP
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10fe150>
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLO12SYJ%252F698980753%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980753/600 saved to cache
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1109750>
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946676%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946676/600 saved to cache
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1edd690>
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT15ODK%252F698975765%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975765/600 saved to cache
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b18150>
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVO59ZFX%252F699146747%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146747/600 saved to cache
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4325e270-ecd8-5910-903c-81201efafb83 with identifier: YX10%20UNJ
2026-03-29 11:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4325e270-ecd8-5910-903c-81201efafb83 with identifier: YX10%20UNJ
2026-03-29 11:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4325e270-ecd8-5910-903c-81201efafb83 with identifier: YX10%20UNJ to the API
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX10%20UNJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4325e270-ecd8-5910-903c-81201efafb83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX10 UNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX10%20UNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'SCIROCCO',
 'odometer': 118152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SCIROCCO 1.4 TSI 160 Coupe',
 'transmission': 'manual',
 'trim': 'TSI 160',
 'vin': 'WVWZZZ13ZAV431753',
 'year': 2010}
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX10%2520UNJ%27 HTTP/1.1" 200 None
2026-03-29 11:03:57 [bca.uk] INFO: Saving data for YX10%20UNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774275265.297693, 'last_price_update_time': 1774782237.924093}
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX10%2520UNJ') HTTP/1.1" 204 0
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252475%27 HTTP/1.1" 200 None
2026-03-29 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252475 not downloaded yet
2026-03-29 11:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 556f45d6-ae75-55be-9706-64f962b3c11b with identifier: EK61%20WNP
2026-03-29 11:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 556f45d6-ae75-55be-9706-64f962b3c11b with identifier: EK61%20WNP
2026-03-29 11:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 556f45d6-ae75-55be-9706-64f962b3c11b with identifier: EK61%20WNP to the API
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975330/600>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_expert_report_file_6b4ab808-058a-4725-b77e-a9d5f7ce88b4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK61%20WNP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '556f45d6-ae75-55be-9706-64f962b3c11b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK61 WNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK61%20WNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 129395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975330/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46298,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975360/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45632,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975380/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47792,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975400/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45813,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975426/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41495,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975451/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92179,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975478/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62737,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975503/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89235,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975530/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_556f45d6-ae75-55be-9706-64f962b3c11b/556f45d6-ae75-55be-9706-64f962b3c11b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78703,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK61WNP/698975562/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT',
 'vin': 'WBAZW62080L479477',
 'year': 2011}
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WNP%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Saving data for EK61%20WNP: {'created_time': 1774782238.327955, 'last_price_update_time': 1774782238.327966, 'auction_closing_time': 1774864800.0}
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK61%2520WNP') HTTP/1.1" 204 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: EN64%20OCP
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN64%2520OCP%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for EN64%20OCP: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: LC11%20ZGK
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520ZGK%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for LC11%20ZGK: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: LX58%20WKD
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520WKD%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for LX58%20WKD: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: SJ58%20VYU
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ58%2520VYU%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for SJ58%20VYU: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: YK12%20LUP
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520LUP%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for YK12%20LUP: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: HJ15%20MKL
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ15%2520MKL%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for HJ15%20MKL: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: BG13%20FKD
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG13%2520FKD%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for BG13%20FKD: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: DY13%20XDF
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520XDF%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for DY13%20XDF: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: SP59%20FDN
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP59%2520FDN%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for SP59%20FDN: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: HS19%20GYN
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520GYN%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for HS19%20GYN: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: CA21%20OVG
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520OVG%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for CA21%20OVG: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: CN69%20YVF
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN69%2520YVF%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for CN69%20YVF: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: DH74%20NTG
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH74%2520NTG%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for DH74%20NTG: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: FR19%20MWZ
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520MWZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for FR19%20MWZ: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: MT71%20NEN
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520NEN%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for MT71%20NEN: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WT69%20BHA
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT69%2520BHA%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for WT69%20BHA: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: BV70%20UZS
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520UZS%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for BV70%20UZS: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: DG14%20YNA
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG14%2520YNA%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for DG14%20YNA: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: LN07%20YUR
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN07%2520YUR%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for LN07%20YUR: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WV18%20WXN
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520WXN%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for WV18%20WXN: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WJ15%20ZVL
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ15%2520ZVL%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for WJ15%20ZVL: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: VO16%20OOC
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO16%2520OOC%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for VO16%20OOC: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WJ67%20VEM
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520VEM%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for WJ67%20VEM: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: YS06%20XVF
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS06%2520XVF%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for YS06%20XVF: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: YY56%20ODW
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY56%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for YY56%20ODW: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: AK60%20YGR
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK60%2520YGR%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for AK60%20YGR: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: AY07%20YBB
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY07%2520YBB%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for AY07%20YBB: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: EO61%20OVX
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520OVX%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for EO61%20OVX: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WN12%20FKU
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN12%2520FKU%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for WN12%20FKU: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: FD70%20LYC
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for FD70%20LYC: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WX18%20RKK
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX18%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for WX18%20RKK: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: RJ71%20WJK
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for RJ71%20WJK: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WN70%20GXV
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520GXV%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for WN70%20GXV: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: AV09%20XGM
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520XGM%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for AV09%20XGM: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: KN12%20MPO
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN12%2520MPO%27 HTTP/1.1" 200 None
2026-03-29 11:03:58 [bca.uk] INFO: Scrape type for KN12%20MPO: 0
2026-03-29 11:03:58 [bca.uk] INFO: Found listing with ID: WJ10%20DVF
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ10%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for WJ10%20DVF: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: YG19%20DRZ
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG19%2520DRZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for YG19%20DRZ: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: X575%20MKR
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X575%2520MKR%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for X575%20MKR: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: YC06%20JWZ
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC06%2520JWZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for YC06%20JWZ: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: YR08%20YHO
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR08%2520YHO%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for YR08%20YHO: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: YR10%20WLK
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR10%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for YR10%20WLK: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: HV09%20UFD
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520UFD%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for HV09%20UFD: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: HV59%20VKF
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV59%2520VKF%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for HV59%20VKF: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: MF10%20DTZ
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF10%2520DTZ%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for MF10%20DTZ: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: NA06%20VBC
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA06%2520VBC%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for NA06%20VBC: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: BN63%20ZHC
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN63%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for BN63%20ZHC: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: FE13%20XAH
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE13%2520XAH%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for FE13%20XAH: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: FE14%20ONN
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520ONN%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for FE14%20ONN: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: GJ59%20KPO
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ59%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for GJ59%20KPO: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: NA59%20XZD
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA59%2520XZD%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for NA59%20XZD: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: NK63%20DYU
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520DYU%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for NK63%20DYU: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: SD62%20HPL
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD62%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for SD62%20HPL: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: YB57%20XVN
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB57%2520XVN%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for YB57%20XVN: 0
2026-03-29 11:03:59 [bca.uk] INFO: Found listing with ID: YD10%20WDL
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD10%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [bca.uk] INFO: Scrape type for YD10%20WDL: 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252321%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252321 not downloaded yet
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964528/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964528>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143649/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143649>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252458/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252458>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146209/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146209>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145846/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NL61SUX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980723/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252481%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252481 not downloaded yet
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1051d50>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964551%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964551/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057bd90>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145855%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145855/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9edd0>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143658%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143658/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e1ad0>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT15ODK%252F698975746%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975746/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10b9190>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146222%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146222/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146733/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252329%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252329 not downloaded yet
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252495%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252495 not downloaded yet
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252335%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252335 not downloaded yet
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1032510>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLO12SYJ%252F698980723%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980723/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252508%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252508 not downloaded yet
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252452/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975722/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975722>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252464/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252464>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980682/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980682>
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145846/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NL61SUX/42811841?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=A4NQoe4r2VpnnHK6EEcHsQDmviBdl5b%2FEZn9nEqZOgc%3D)
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252308/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MT60JXW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146719/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146719>
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252342%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252342 not downloaded yet
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946667/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT11CZG/42811830?sv=2020-08-04&st=2026-03-29T11%3A01%3A32Z&se=2026-03-29T11%3A26%3A32Z&sr=b&sp=r&sig=J%2B%2B3%2B6wc%2F0iBApSIG0FDJymib120TzGTNgzDIFHkUvI%3D)
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252523%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252523 not downloaded yet
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252358%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252358 not downloaded yet
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252538%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252538 not downloaded yet
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1026fd0>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_expert_report_file_3ce079fb-da28-40e0-9d51-8ac9bc9c6588.pdf HTTP/1.1" 201 0
2026-03-29 11:03:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:03:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f265c975-85e9-541c-9946-5ef66e062080, skipping ID generation
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFXZ9529-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FXZ9529-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06fafd0>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVO59ZFX%252F699146733%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146733/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252374%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252374 not downloaded yet
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146209/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252458/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964528/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252475/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252475>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252321/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252321>
2026-03-29 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252315/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252315>
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251055%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251055 not downloaded yet
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252392%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252392 not downloaded yet
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251066%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251066 not downloaded yet
2026-03-29 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143649/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252405%27 HTTP/1.1" 200 None
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252405 not downloaded yet
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd3290>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252452%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252452/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f61750>
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNL61SUX%252F699145846%252F600') HTTP/1.1" 204 0
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145846/600 saved to cache
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item be36bd20-c1cb-52fc-9931-16687bc65591
2026-03-29 11:03:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be36bd20-c1cb-52fc-9931-16687bc65591, skipping ID generation
2026-03-29 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item be36bd20-c1cb-52fc-9931-16687bc65591 sending to next pipeline
2026-03-29 11:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be36bd20-c1cb-52fc-9931-16687bc65591, identifier: NL61%20SUX
2026-03-29 11:04:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e1290>
2026-03-29 11:04:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT11CZG%252F698946667%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946667/600 saved to cache
2026-03-29 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40
2026-03-29 11:04:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40, skipping ID generation
2026-03-29 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40 sending to next pipeline
2026-03-29 11:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40, identifier: LT11%20CZG
2026-03-29 11:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146719/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251074%27 HTTP/1.1" 200 None
2026-03-29 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251074 not downloaded yet
2026-03-29 11:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be36bd20-c1cb-52fc-9931-16687bc65591 with identifier: NL61%20SUX
2026-03-29 11:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be36bd20-c1cb-52fc-9931-16687bc65591 with identifier: NL61%20SUX
2026-03-29 11:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be36bd20-c1cb-52fc-9931-16687bc65591 with identifier: NL61%20SUX to the API
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145846/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_expert_report_file_e0d5ce47-bce5-4d6c-a290-2d40371a5fc7.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL61%20SUX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be36bd20-c1cb-52fc-9931-16687bc65591',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL61 SUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL61%20SUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 99503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47511,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145846/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45583,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145855/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44603,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145862/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46055,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145866/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45980,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145871/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43762,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145880/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93227,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145887/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54821,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145896/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74261,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145909/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be36bd20-c1cb-52fc-9931-16687bc65591/be36bd20-c1cb-52fc-9931-16687bc65591_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88064,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NL61SUX/699145919/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'TEKNA',
 'vin': 'SJNFBAF15U6136398',
 'year': 2011}
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520SUX%27 HTTP/1.1" 200 None
2026-03-29 11:04:00 [bca.uk] INFO: Saving data for NL61%20SUX: {'created_time': 1774782240.795128, 'last_price_update_time': 1774782240.79514, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL61%2520SUX') HTTP/1.1" 204 0
2026-03-29 11:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40 with identifier: LT11%20CZG
2026-03-29 11:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40 with identifier: LT11%20CZG
2026-03-29 11:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85c7634a-06c4-5ad1-bc7a-fbe2482f7e40 with identifier: LT11%20CZG to the API
2026-03-29 11:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946667/600>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_expert_report_file_c3c48b7b-8240-43ee-a2c9-2783f0583ec5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT11%20CZG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85c7634a-06c4-5ad1-bc7a-fbe2482f7e40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT11 CZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT11%20CZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 91278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57318,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946667/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53623,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946676/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54042,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946687/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55706,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946708/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56037,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946723/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52982,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946746/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 104341,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946776/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75260,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946806/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89591,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946835/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85c7634a-06c4-5ad1-bc7a-fbe2482f7e40/85c7634a-06c4-5ad1-bc7a-fbe2482f7e40_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78575,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT11CZG/698946858/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.5 DCI 88 DYNAMIQUE TOM TOM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 88 DYNAMIQUE TOM TOM',
 'vin': 'VF1BRAH0H44998880',
 'year': 2011}
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT11%2520CZG%27 HTTP/1.1" 200 None
2026-03-29 11:04:01 [bca.uk] INFO: Saving data for LT11%20CZG: {'created_time': 1774782241.286986, 'last_price_update_time': 1774782241.286998, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT11%2520CZG') HTTP/1.1" 204 0
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252464/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252335/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252335>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252495/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252495>
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980682/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252308/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252508/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252508>
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975722/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251082%27 HTTP/1.1" 200 None
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251082 not downloaded yet
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251093%27 HTTP/1.1" 200 None
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251093 not downloaded yet
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c51a10>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146209%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146209/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ed8790>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252458%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252458/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c103ebd0>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964528%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964528/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c103c490>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143649%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143649/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba6910>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVO59ZFX%252F699146719%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146719/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252321/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251039/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FXZ9529-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252358/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252358>
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252475/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252538/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252538>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252392/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252392>
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252315/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251108%27 HTTP/1.1" 200 None
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251108 not downloaded yet
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252495/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251129%27 HTTP/1.1" 200 None
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251129 not downloaded yet
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c439b2d0>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252464%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252464/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cf9790>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLO12SYJ%252F698980682%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980682/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20baa90>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252308%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252308/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04cf250>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT15ODK%252F698975722%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975722/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251151%27 HTTP/1.1" 200 None
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251151 not downloaded yet
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251074/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251074>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251055/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251055>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251066/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251066>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252374/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252374>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252405/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252405>
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252335/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252392/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252508/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251179%27 HTTP/1.1" 200 None
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251179 not downloaded yet
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e98b10>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252321%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252321/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c9db50>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252475%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252475/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c439b4d0>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252315%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252315/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0beca90>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252495%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252495/600 saved to cache
2026-03-29 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251039/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252523/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252523>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251082/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251082>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251093/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251093>
2026-03-29 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252342/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252342>
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252538/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252405/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252358/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20f0f10>
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252335%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252335/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f62710>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252392%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252392/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e5b250>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252508%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252508/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251066/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251129/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251129>
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251074/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251055/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252374/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20d14d0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251039%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251039/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20bb4d0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252538%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252538/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04cfed0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252405%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252405/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c06e06d0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252358%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252358/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251151/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251151>
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252342/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251108/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251108>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251179/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251179>
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251093/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251082/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252523/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ce7690>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251066%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251066/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc7fd0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251074%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251074/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057b0d0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251055%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251055/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10cab50>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252374%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252374/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252329/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252329>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252481/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252481>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252471/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252471>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF12%20NUV-GB>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143635/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FN13VTE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA16%20WKP-GB>
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251129/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cc9b90>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMT60JXW%252F699252342%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252342/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c07a20d0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251093%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251093/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ca7490>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251082%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251082/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e5ab10>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMW63EZT%252F699252523%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252523/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251151/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251179/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146203/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146203>
2026-03-29 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251108/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FXZ9529/42797853?sv=2020-08-04&st=2026-03-29T11%3A03%3A54Z&se=2026-03-29T11%3A28%3A54Z&sr=b&sp=r&sig=sjshtfed5MY85ytz0C%2BM%2FbOzEtr3rg76%2FlR1yeYuVTg%3D)
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA66%20OVT-GB>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975688/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975688>
2026-03-29 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964500/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964500>
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0467490>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251129%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251129/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10fe910>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251151%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251151/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c053bf10>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251179%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251179/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ed80d0>
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFXZ9529%252F699251108%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251108/600 saved to cache
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f265c975-85e9-541c-9946-5ef66e062080
2026-03-29 11:04:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f265c975-85e9-541c-9946-5ef66e062080, skipping ID generation
2026-03-29 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f265c975-85e9-541c-9946-5ef66e062080 sending to next pipeline
2026-03-29 11:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f265c975-85e9-541c-9946-5ef66e062080, identifier: FXZ%209529
2026-03-29 11:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f265c975-85e9-541c-9946-5ef66e062080 with identifier: FXZ%209529
2026-03-29 11:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f265c975-85e9-541c-9946-5ef66e062080 with identifier: FXZ%209529
2026-03-29 11:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f265c975-85e9-541c-9946-5ef66e062080 with identifier: FXZ%209529 to the API
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251108/600>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_expert_report_file_3ce079fb-da28-40e0-9d51-8ac9bc9c6588.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FXZ%209529-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f265c975-85e9-541c-9946-5ef66e062080',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FXZ 9529',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FXZ%209529&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 125602,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39307,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251039/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39415,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251055/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39097,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251066/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39520,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251074/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34535,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251082/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 33960,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251093/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93154,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251108/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71472,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251129/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80123,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251151/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f265c975-85e9-541c-9946-5ef66e062080/f265c975-85e9-541c-9946-5ef66e062080_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90713,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FXZ9529/699251179/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.2 TFSI 105 SE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 105 SE S/S',
 'vin': 'WAUZZZ8P0BA039734',
 'year': 2011}
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FXZ%25209529%27 HTTP/1.1" 200 None
2026-03-29 11:04:03 [bca.uk] INFO: Saving data for FXZ%209529: {'created_time': 1774782243.650227, 'last_price_update_time': 1774782243.650238, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FXZ%25209529') HTTP/1.1" 204 0
2026-03-29 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143635/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13VTE/42811856?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=J7A8FwQgdCbzcaIoL%2BE%2FrB%2F9Uoa7cZoeUC465iod9zs%3D)
2026-03-29 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252471/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698980656>
2026-03-29 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252329/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MT60JXW/42797802?sv=2020-08-04&st=2026-03-29T11%3A03%3A52Z&se=2026-03-29T11%3A28%3A52Z&sr=b&sp=r&sig=3p84BQe2Kv0884MucSDOIgoXzMUIdRKygVLzge%2Bf18M%3D)
2026-03-29 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252481/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MW63EZT/42792179?sv=2020-08-04&st=2026-03-29T11%3A03%3A51Z&se=2026-03-29T11%3A28%3A51Z&sr=b&sp=r&sig=a%2F3MuqtFn5UATFRkGjMvDwrsawTrdST%2Fb0zbvLGvOmQ%3D)
2026-03-29 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146711/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146711>
2026-03-29 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA61%20RWZ-GB>
2026-03-29 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964467/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964467>
2026-03-29 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146198/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146198>
2026-03-29 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975688/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1aa5750>
2026-03-29 11:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFN13VTE%252F699143635%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143635/600 saved to cache
2026-03-29 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c
2026-03-29 11:04:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89abed54-0c9b-5bc0-b06b-b73405d71d9c, skipping ID generation
2026-03-29 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89abed54-0c9b-5bc0-b06b-b73405d71d9c sending to next pipeline
2026-03-29 11:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89abed54-0c9b-5bc0-b06b-b73405d71d9c, identifier: FN13%20VTE
2026-03-29 11:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89abed54-0c9b-5bc0-b06b-b73405d71d9c with identifier: FN13%20VTE
2026-03-29 11:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89abed54-0c9b-5bc0-b06b-b73405d71d9c with identifier: FN13%20VTE
2026-03-29 11:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89abed54-0c9b-5bc0-b06b-b73405d71d9c with identifier: FN13%20VTE to the API
2026-03-29 11:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143635/600>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_expert_report_file_0d5d8303-a67f-4d4f-81eb-aaa9a48c09fb.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN13%20VTE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '89abed54-0c9b-5bc0-b06b-b73405d71d9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN13 VTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN13%20VTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 106940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47649,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143635/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45175,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143649/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45293,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143658/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47809,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143670/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143680/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44195,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143691/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77095,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143700/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60937,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143712/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81838,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143725/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89abed54-0c9b-5bc0-b06b-b73405d71d9c/89abed54-0c9b-5bc0-b06b-b73405d71d9c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78457,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13VTE/699143745/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0KXXGCBKDJ43891',
 'year': 2013}
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 11:04:04 [bca.uk] INFO: Saving data for FN13%20VTE: {'created_time': 1774782244.329745, 'last_price_update_time': 1774782244.329758, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN13%2520VTE') HTTP/1.1" 204 0
2026-03-29 11:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146203/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964500/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146711/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975672/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975672>
2026-03-29 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT10%20PCY-GB>
2026-03-29 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980629/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LO12SYJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04cc450>
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%252FMW63EZT%252F699252471%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252471/600 saved to cache
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0577a50>
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%252FMT60JXW%252F699252329%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252329/600 saved to cache
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f
2026-03-29 11:04:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f, skipping ID generation
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f sending to next pipeline
2026-03-29 11:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f, identifier: MT60%20JXW
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cca390>
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%252FMW63EZT%252F699252481%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252481/600 saved to cache
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ae83530e-f8b3-5ce6-90a2-da656b1479a3
2026-03-29 11:04:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae83530e-f8b3-5ce6-90a2-da656b1479a3, skipping ID generation
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae83530e-f8b3-5ce6-90a2-da656b1479a3 sending to next pipeline
2026-03-29 11:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae83530e-f8b3-5ce6-90a2-da656b1479a3, identifier: MW63%20EZT
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057d010>
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_expert_report_file_cc6a2464-845d-4b4e-b7b0-5c2efef175c6.pdf HTTP/1.1" 201 0
2026-03-29 11:04:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d19fce50-d697-5461-9259-648ff1251e0d, skipping ID generation
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMA16WKP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA16WKP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ccadd0>
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_expert_report_file_7e5c6dfa-cadc-44fe-af9e-859f115ad949.pdf HTTP/1.1" 201 0
2026-03-29 11:04:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be8ba7be-cbd1-5193-b22e-7d19f801ab62, skipping ID generation
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMF12NUV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF12NUV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c9c2d0>
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%252FLT15ODK%252F698975688%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975688/600 saved to cache
2026-03-29 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f with identifier: MT60%20JXW
2026-03-29 11:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f with identifier: MT60%20JXW
2026-03-29 11:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f with identifier: MT60%20JXW to the API
2026-03-29 11:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252329/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_expert_report_file_3a4b317d-4638-48a5-a530-156563969472.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT60%20JXW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT60 JXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT60%20JXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 79681,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41620,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252308/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41972,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252315/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40198,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252321/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42130,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252329/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40206,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252335/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38790,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252342/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94684,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252358/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73904,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252374/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95749,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252392/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f/e2f8b2e1-cc9e-5ee8-88e0-b1d680d7cf1f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94150,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MT60JXW/699252405/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER D ALL4 Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER D ALL4',
 'vin': 'WMWZD52070WJ98835',
 'year': 2010}
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT60%2520JXW%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [bca.uk] INFO: Saving data for MT60%20JXW: {'created_time': 1774782245.244486, 'last_price_update_time': 1774782245.244498, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT60%2520JXW') HTTP/1.1" 204 0
2026-03-29 11:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae83530e-f8b3-5ce6-90a2-da656b1479a3 with identifier: MW63%20EZT
2026-03-29 11:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae83530e-f8b3-5ce6-90a2-da656b1479a3 with identifier: MW63%20EZT
2026-03-29 11:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae83530e-f8b3-5ce6-90a2-da656b1479a3 with identifier: MW63%20EZT to the API
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252481/600>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_expert_report_file_7cabca3c-bd1c-4381-89f5-25e2defda3bd.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW63%20EZT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ae83530e-f8b3-5ce6-90a2-da656b1479a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW63 EZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW63%20EZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 89150,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37436,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252452/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36339,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252458/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35814,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252464/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37240,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252471/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34851,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252475/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252481/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89764,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252495/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69536,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252508/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84941,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252523/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae83530e-f8b3-5ce6-90a2-da656b1479a3/ae83530e-f8b3-5ce6-90a2-da656b1479a3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90581,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MW63EZT/699252538/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.2 VVT 70 GLAM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 70 GLAM',
 'vin': 'W0L0MAP08E6023105',
 'year': 2014}
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520EZT%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [bca.uk] INFO: Saving data for MW63%20EZT: {'created_time': 1774782245.637237, 'last_price_update_time': 1774782245.637249, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW63%2520EZT') HTTP/1.1" 204 0
2026-03-29 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964467/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964444/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964444>
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146702/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146702>
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146190/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146190>
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975660/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975660>
2026-03-29 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146198/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158370%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158370 not downloaded yet
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252073%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252073 not downloaded yet
2026-03-29 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980629/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO12SYJ/42811913?sv=2020-08-04&st=2026-03-29T11%3A01%3A30Z&se=2026-03-29T11%3A26%3A30Z&sr=b&sp=r&sig=KtoVRh6AYch%2FIa8whaRwkpcuOsL%2Fom%2FySYBYFTc5ZEY%3D)
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158375%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158375 not downloaded yet
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252079%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252079 not downloaded yet
2026-03-29 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c057fe50>
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146203%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146203/600 saved to cache
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ccae50>
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964500%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964500/600 saved to cache
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:04:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f83650>
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVO59ZFX%252F699146711%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146711/600 saved to cache
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ee9810>
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLO12SYJ%252F698980656%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980656/600 saved to cache
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f83b50>
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_expert_report_file_5815c0d4-1d8f-45ea-94b8-0250111203a3.pdf HTTP/1.1" 201 0
2026-03-29 11:04:05 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 990d690a-6a40-56ba-b88f-cd3641f952d0, skipping ID generation
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRA66OVT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RA66OVT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158382%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158382 not downloaded yet
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252086%27 HTTP/1.1" 200 None
2026-03-29 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252086 not downloaded yet
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975643/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975643>
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146692/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146692>
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO63VKT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RE62UHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146184/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146184>
2026-03-29 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975672/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975638%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975638 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158390%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158390 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252093%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252093 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975657%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975657 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158398%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158398 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252099%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252099 not downloaded yet
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c10ff690>
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964467%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964467/600 saved to cache
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0b9f6d0>
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146198%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146198/600 saved to cache
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ebd950>
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLO12SYJ%252F698980629%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980629/600 saved to cache
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 70006479-f2d7-5499-b4e4-a1031008432b
2026-03-29 11:04:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70006479-f2d7-5499-b4e4-a1031008432b, skipping ID generation
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70006479-f2d7-5499-b4e4-a1031008432b sending to next pipeline
2026-03-29 11:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70006479-f2d7-5499-b4e4-a1031008432b, identifier: LO12%20SYJ
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c5aa90>
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_expert_report_file_168d7ff9-efbf-4d4e-b6d7-ebd1ef8664ba.pdf HTTP/1.1" 201 0
2026-03-29 11:04:06 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7118cce7-034b-504e-b04c-992c03ee0859, skipping ID generation
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMA61RWZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA61RWZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975671%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975671 not downloaded yet
2026-03-29 11:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70006479-f2d7-5499-b4e4-a1031008432b with identifier: LO12%20SYJ
2026-03-29 11:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70006479-f2d7-5499-b4e4-a1031008432b with identifier: LO12%20SYJ
2026-03-29 11:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70006479-f2d7-5499-b4e4-a1031008432b with identifier: LO12%20SYJ to the API
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980629/600>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_expert_report_file_367aa252-da00-43e3-ab28-ac0e4cc29274.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO12%20SYJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70006479-f2d7-5499-b4e4-a1031008432b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO12 SYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO12%20SYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 116563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48320,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980629/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45242,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980656/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46311,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980682/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46922,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980723/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45572,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980753/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42595,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980774/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77196,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980818/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66816,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980851/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82833,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980895/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70006479-f2d7-5499-b4e4-a1031008432b/70006479-f2d7-5499-b4e4-a1031008432b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81888,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO12SYJ/698980930/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.5 DCI 110 DYNAMIQUE TOM TOM S/S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 DYNAMIQUE TOM TOM S/S',
 'vin': 'VF1BZ140647288079',
 'year': 2012}
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO12%2520SYJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [bca.uk] INFO: Saving data for LO12%20SYJ: {'created_time': 1774782246.855475, 'last_price_update_time': 1774782246.855487, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO12%2520SYJ') HTTP/1.1" 204 0
2026-03-29 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146702/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:04:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975632/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975632>
2026-03-29 11:04:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252069/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF12NUV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158364/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA16WKP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964444/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146190/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975660/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158410%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158410 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252108%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252108 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251946%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251946 not downloaded yet
2026-03-29 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975689%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975689 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158425%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158425 not downloaded yet
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252115%27 HTTP/1.1" 200 None
2026-03-29 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252115 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251952%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251952 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975703%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975703 not downloaded yet
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c206fbd0>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT15ODK%252F698975672%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975672/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975643/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964419/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO63VKT/42811980?sv=2020-08-04&st=2026-03-29T11%3A01%3A29Z&se=2026-03-29T11%3A26%3A29Z&sr=b&sp=r&sig=xeKCoymwDeuVW2aEU6eXJERmzHiSR39gwJ33n8XPXuQ%3D)
2026-03-29 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975627/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RA66OVT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146184/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158438%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158438 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252127%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252127 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251958%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251958 not downloaded yet
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158364/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE62UHU/42811795?sv=2020-08-04&st=2026-03-29T11%3A01%3A28Z&se=2026-03-29T11%3A26%3A28Z&sr=b&sp=r&sig=INi7lgk39yUY8UIprnmkAvirsKG0IK13EekioFI5j0o%3D)
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146692/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975729%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975729 not downloaded yet
2026-03-29 11:04:07 [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-29 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252073/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252073>
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699158452%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158452 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252139%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252139 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251967%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251967 not downloaded yet
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dc5c50>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVO59ZFX%252F699146702%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146702/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bfde90>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964444%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964444/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d9d650>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146190%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146190/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0df4410>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT15ODK%252F698975660%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975660/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d9e910>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_expert_report_file_2ecde8ad-aed9-4493-beef-ff03bf75aca9.pdf HTTP/1.1" 201 0
2026-03-29 11:04:07 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8c1d97a-305d-5753-a292-a2f2ec2ab1da, skipping ID generation
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHT10PCY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HT10PCY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975750%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975750 not downloaded yet
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252069/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252099/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252099>
2026-03-29 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251937/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA61RWZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975632/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT15ODK/42811956?sv=2020-08-04&st=2026-03-29T11%3A01%3A27Z&se=2026-03-29T11%3A26%3A27Z&sr=b&sp=r&sig=%2FAMX2qkGJwd9jOuHORNXUO%2F2sHBUfCc6L3ihh0%2FBY28%3D)
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251973%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251973 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144527%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144527 not downloaded yet
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975769%27 HTTP/1.1" 200 None
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975769 not downloaded yet
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bfe450>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT15ODK%252F698975643%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975643/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e284d0>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO63VKT%252F698964419%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964419/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc
2026-03-29 11:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc, skipping ID generation
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc sending to next pipeline
2026-03-29 11:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc, identifier: AO63%20VKT
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c9ca10>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146184%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146184/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2da1d10>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158364%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158364/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c40aef90>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRE62UHU%252F699146176%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146176/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3
2026-03-29 11:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3, skipping ID generation
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3 sending to next pipeline
2026-03-29 11:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3, identifier: RE62%20UHU
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c50cd150>
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVO59ZFX%252F699146692%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146692/600 saved to cache
2026-03-29 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:04:08 [bca.uk] INFO: Total items found: 100
2026-03-29 11:04:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded
2026-03-29 11:04:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:04:08 [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-29 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975627/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975671/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975671>
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699251988%27 HTTP/1.1" 200 None
2026-03-29 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251988 not downloaded yet
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144532%27 HTTP/1.1" 200 None
2026-03-29 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144532 not downloaded yet
2026-03-29 11:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc with identifier: AO63%20VKT
2026-03-29 11:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc with identifier: AO63%20VKT
2026-03-29 11:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc with identifier: AO63%20VKT to the API
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964419/600>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_expert_report_file_c130d4e2-4046-4c12-a54f-646e3f3d524f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO63%20VKT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO63 VKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO63%20VKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 106309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53053,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964419/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47989,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964444/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50525,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964467/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51887,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964500/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50115,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964528/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45429,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964551/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81973,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964577/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71549,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964602/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77059,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964633/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc/dcc3dcb4-df4b-55be-bb5e-a6afd88c47bc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72299,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO63VKT/698964655/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC S',
 'vin': 'WF0KXXGCBKDD12381',
 'year': 2013}
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520VKT%27 HTTP/1.1" 200 None
2026-03-29 11:04:08 [bca.uk] INFO: Saving data for AO63%20VKT: {'created_time': 1774782248.487665, 'last_price_update_time': 1774782248.487679, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO63%2520VKT') HTTP/1.1" 204 0
2026-03-29 11:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3 with identifier: RE62%20UHU
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=purple HTTP/1.1" 200 None
2026-03-29 11:04:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3 with identifier: RE62%20UHU
2026-03-29 11:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3 with identifier: RE62%20UHU to the API
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146176/600>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_expert_report_file_84f5fc44-cb7f-4b5b-8162-dacbb15e4238.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE62%20UHU-GB',
 'category': 'Car',
 'color': 'purple',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE62 UHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE62%20UHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 71573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46909,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146176/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44536,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146184/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44051,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146190/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45949,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146198/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146203/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44325,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146209/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 104449,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146222/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39808,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146236/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82457,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146249/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3/a5d1f1e1-0a8a-5c71-93cc-66dfc20e9ad3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE62UHU/699146262/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000898161',
 'year': 2012}
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE62%2520UHU%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Saving data for RE62%20UHU: {'created_time': 1774782249.046491, 'last_price_update_time': 1774782249.046505, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE62%2520UHU') HTTP/1.1" 204 0
2026-03-29 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975657/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975657>
2026-03-29 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158398/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158398>
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975789%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975789 not downloaded yet
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: YX59%20UZR
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX59%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for YX59%20UZR: 2
2026-03-29 11:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 583b07f4-d3f1-5678-944f-2caeb835c102 with identifier: YX59%20UZR
2026-03-29 11:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 583b07f4-d3f1-5678-944f-2caeb835c102 with scrape type 2
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 583b07f4-d3f1-5678-944f-2caeb835c102 with scrape type 2
2026-03-29 11:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 583b07f4-d3f1-5678-944f-2caeb835c102, identifier: YX59%20UZR
2026-03-29 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252115/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252115>
2026-03-29 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158425/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158425>
2026-03-29 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251952/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251952>
2026-03-29 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252073/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252002%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252002 not downloaded yet
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144536%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144536 not downloaded yet
2026-03-29 11:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 583b07f4-d3f1-5678-944f-2caeb835c102 with identifier: YX59%20UZR
2026-03-29 11:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 583b07f4-d3f1-5678-944f-2caeb835c102 with identifier: YX59%20UZR
2026-03-29 11:04:09 [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-29 11:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 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-30T10: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-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX59%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Saving data for YX59%20UZR: {'auction_closing_time': 1774864800.0, 'created_time': 1774419009.30861, 'last_price_update_time': 1774782249.58475}
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:09 [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-29 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb6350>
2026-03-29 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252069%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252069/600 saved to cache
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c103e650>
2026-03-29 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT15ODK%252F698975632%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975632/600 saved to cache
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0b045598-529a-5f70-942e-c03d7716292c
2026-03-29 11:04:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b045598-529a-5f70-942e-c03d7716292c, skipping ID generation
2026-03-29 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b045598-529a-5f70-942e-c03d7716292c sending to next pipeline
2026-03-29 11:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b045598-529a-5f70-942e-c03d7716292c, identifier: LT15%20ODK
2026-03-29 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252127/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252127>
2026-03-29 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251958/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251958>
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: YY10%20GKZ
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY10%2520GKZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for YY10%20GKZ: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: DY61%20OKO
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY61%2520OKO%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for DY61%20OKO: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: MW10%20RDZ
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW10%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for MW10%20RDZ: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: OE10%20AEP
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE10%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for OE10%20AEP: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: SM57%20OPB
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM57%2520OPB%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for SM57%20OPB: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: YP10%20CTO
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP10%2520CTO%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for YP10%20CTO: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: LM59%20JDO
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM59%2520JDO%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for LM59%20JDO: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: MK63%20AXR
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK63%2520AXR%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for MK63%20AXR: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: MV06%20EOF
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV06%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for MV06%20EOF: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: RO60%20MKV
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO60%2520MKV%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for RO60%20MKV: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: OU10%20XUH
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU10%2520XUH%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for OU10%20XUH: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: PN13%20GPF
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN13%2520GPF%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for PN13%20GPF: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: RJ14%20CFF
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ14%2520CFF%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for RJ14%20CFF: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: RJ61%20OHF
2026-03-29 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ61%2520OHF%27 HTTP/1.1" 200 None
2026-03-29 11:04:09 [bca.uk] INFO: Scrape type for RJ61%20OHF: 0
2026-03-29 11:04:09 [bca.uk] INFO: Found listing with ID: RV59%20FHW
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV59%2520FHW%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for RV59%20FHW: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: SH59%20HJU
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH59%2520HJU%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for SH59%20HJU: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: VF14%20EFD
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VF14%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for VF14%20EFD: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: VN62%20UST
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN62%2520UST%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for VN62%20UST: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: VO14%20ZHE
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO14%2520ZHE%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for VO14%20ZHE: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: WJ13%20VRX
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ13%2520VRX%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for WJ13%20VRX: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: YE62%20YPM
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE62%2520YPM%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for YE62%20YPM: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: YH61%20VSP
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520VSP%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for YH61%20VSP: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: YJ13%20VUC
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ13%2520VUC%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for YJ13%20VUC: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: YR58%20XNT
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR58%2520XNT%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for YR58%20XNT: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: HV09%20PXZ
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV09%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for HV09%20PXZ: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: HV60%20FGZ
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV60%2520FGZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for HV60%20FGZ: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: HV62%20ZWC
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV62%2520ZWC%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for HV62%20ZWC: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: HW13%20FAK
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HW13%2520FAK%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for HW13%20FAK: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: KM59%20UED
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM59%2520UED%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for KM59%20UED: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: KN56%20JYW
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN56%2520JYW%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for KN56%20JYW: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: KR09%20EXE
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR09%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for KR09%20EXE: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: LD54%20JZA
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD54%2520JZA%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for LD54%20JZA: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: LG13%20JHF
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG13%2520JHF%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for LG13%20JHF: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: LL10%20FPD
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL10%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for LL10%20FPD: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: LL10%20HMK
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL10%2520HMK%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for LL10%20HMK: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: LL13%20WXE
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL13%2520WXE%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for LL13%20WXE: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: LS14%20LGU
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS14%2520LGU%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for LS14%20LGU: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: MX59%20URP
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MX59%2520URP%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for MX59%20URP: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: NX12%20WBL
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX12%2520WBL%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for NX12%20WBL: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: CV62%20BUH
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV62%2520BUH%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for CV62%20BUH: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: DA09%20SGZ
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA09%2520SGZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for DA09%20SGZ: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: DF10%20BUE
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF10%2520BUE%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for DF10%20BUE: 0
2026-03-29 11:04:10 [bca.uk] INFO: Found listing with ID: EA11%20GDV
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA11%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Scrape type for EA11%20GDV: 2
2026-03-29 11:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e502c993-bb0a-5ec6-972c-348912a72156 with identifier: EA11%20GDV
2026-03-29 11:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e502c993-bb0a-5ec6-972c-348912a72156 with scrape type 2
2026-03-29 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e502c993-bb0a-5ec6-972c-348912a72156 with scrape type 2
2026-03-29 11:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e502c993-bb0a-5ec6-972c-348912a72156, identifier: EA11%20GDV
2026-03-29 11:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b045598-529a-5f70-942e-c03d7716292c with identifier: LT15%20ODK
2026-03-29 11:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b045598-529a-5f70-942e-c03d7716292c with identifier: LT15%20ODK
2026-03-29 11:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b045598-529a-5f70-942e-c03d7716292c with identifier: LT15%20ODK to the API
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975632/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_expert_report_file_b729d52d-ae11-45e6-a62b-db3fe247114e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT15%20ODK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b045598-529a-5f70-942e-c03d7716292c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT15 ODK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT15%20ODK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 148632,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48549,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975620/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43921,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975632/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46005,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975643/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48117,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975660/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43753,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975672/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40760,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975688/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105357,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975722/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71952,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975746/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95929,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975765/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b045598-529a-5f70-942e-c03d7716292c/0b045598-529a-5f70-942e-c03d7716292c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78647,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT15ODK/698975785/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SE-L Hatchback',
 'transmission': 'automatic',
 'trim': 'SE-L',
 'vin': 'JMZBM546811200224',
 'year': 2015}
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT15%2520ODK%27 HTTP/1.1" 200 None
2026-03-29 11:04:10 [bca.uk] INFO: Saving data for LT15%20ODK: {'created_time': 1774782250.95896, 'last_price_update_time': 1774782250.95897, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT15%2520ODK') HTTP/1.1" 204 0
2026-03-29 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158438/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158438>
2026-03-29 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975703/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975703>
2026-03-29 11:04:11 [scrapy.extensions.logstats] INFO: Crawled 97 pages (at 29 pages/min), scraped 218 items (at 61 items/min)
2026-03-29 11:04:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252021%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252021 not downloaded yet
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144542%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144542 not downloaded yet
2026-03-29 11:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e502c993-bb0a-5ec6-972c-348912a72156 with identifier: EA11%20GDV
2026-03-29 11:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e502c993-bb0a-5ec6-972c-348912a72156 with identifier: EA11%20GDV
2026-03-29 11:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e502c993-bb0a-5ec6-972c-348912a72156 with identifier: EA11%20GDV to the API
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA11%20GDV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e502c993-bb0a-5ec6-972c-348912a72156',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA11 GDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA11%20GDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 148206,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.6 CRDI COMFORT Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI COMFORT',
 'vin': 'TMADB51SLBJ215747',
 'year': 2011}
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA11%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [bca.uk] INFO: Saving data for EA11%20GDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774391219.119356, 'last_price_update_time': 1774782251.420528}
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA11%2520GDV') HTTP/1.1" 204 0
2026-03-29 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ecc890>
2026-03-29 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975627%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975627/600 saved to cache
2026-03-29 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251937/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975750/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975750>
2026-03-29 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144525/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HT10PCY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252099/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:11 [bca.uk] INFO: Found listing with ID: EA66%20VAF
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA66%2520VAF%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [bca.uk] INFO: Scrape type for EA66%20VAF: 0
2026-03-29 11:04:11 [bca.uk] INFO: Found listing with ID: EK61%20OLT
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK61%2520OLT%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [bca.uk] INFO: Scrape type for EK61%20OLT: 0
2026-03-29 11:04:11 [bca.uk] INFO: Found listing with ID: EO58%20HTE
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO58%2520HTE%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [bca.uk] INFO: Scrape type for EO58%20HTE: 0
2026-03-29 11:04:11 [bca.uk] INFO: Found listing with ID: ET12%20MKU
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ET12%2520MKU%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [bca.uk] INFO: Scrape type for ET12%20MKU: 0
2026-03-29 11:04:11 [bca.uk] INFO: Found listing with ID: EY10%20WXW
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY10%2520WXW%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [bca.uk] INFO: Scrape type for EY10%20WXW: 0
2026-03-29 11:04:11 [bca.uk] INFO: Found listing with ID: FT11%20MSY
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FT11%2520MSY%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [bca.uk] INFO: Scrape type for FT11%20MSY: 2
2026-03-29 11:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43603467-0382-5ee4-a314-b193e847baac with identifier: FT11%20MSY
2026-03-29 11:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43603467-0382-5ee4-a314-b193e847baac with scrape type 2
2026-03-29 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43603467-0382-5ee4-a314-b193e847baac with scrape type 2
2026-03-29 11:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43603467-0382-5ee4-a314-b193e847baac, identifier: FT11%20MSY
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699252036%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252036 not downloaded yet
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144547%27 HTTP/1.1" 200 None
2026-03-29 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144547 not downloaded yet
2026-03-29 11:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43603467-0382-5ee4-a314-b193e847baac with identifier: FT11%20MSY
2026-03-29 11:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43603467-0382-5ee4-a314-b193e847baac with identifier: FT11%20MSY
2026-03-29 11:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43603467-0382-5ee4-a314-b193e847baac with identifier: FT11%20MSY to the API
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT11%20MSY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '43603467-0382-5ee4-a314-b193e847baac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT11 MSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT11%20MSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'JETTA',
 'odometer': 150908,
 '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 JETTA 2.0 TDI CR 140 SE DSG Saloon',
 'transmission': 'automatic',
 'trim': 'TDI CR 140 SE DSG',
 'vin': 'WVWZZZ16ZBM085493',
 'year': 2011}
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT11%2520MSY%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Saving data for FT11%20MSY: {'auction_closing_time': 1774864800.0, 'created_time': 1774188287.827918, 'last_price_update_time': 1774782252.069853}
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT11%2520MSY') HTTP/1.1" 204 0
2026-03-29 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ff4c10>
2026-03-29 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252073%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252073/600 saved to cache
2026-03-29 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975657/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975671/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144527/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144527>
2026-03-29 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158398/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: GF13%20GUG
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520GUG%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for GF13%20GUG: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: GF61%20DZW
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF61%2520DZW%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for GF61%20DZW: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: GJ60%20HVY
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520HVY%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for GJ60%20HVY: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: GL08%20TLY
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL08%2520TLY%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for GL08%20TLY: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: HN11%20WRZ
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN11%2520WRZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for HN11%20WRZ: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: HN62%20FLK
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN62%2520FLK%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for HN62%20FLK: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: HV08%20FJE
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV08%2520FJE%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for HV08%20FJE: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: AE19%20YAD
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE19%2520YAD%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for AE19%20YAD: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: AU10%20YNF
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU10%2520YNF%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for AU10%20YNF: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: BJ13%20MVC
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ13%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for BJ13%20MVC: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: CP07%20ABX
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP07%2520ABX%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for CP07%20ABX: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: CP11%20VEU
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP11%2520VEU%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for CP11%20VEU: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: KP23%20AGZ
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520AGZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for KP23%20AGZ: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: KM16%20UUA
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM16%2520UUA%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for KM16%20UUA: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: LY64%20DTU
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY64%2520DTU%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for LY64%20DTU: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: DV14%20VNO
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520VNO%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for DV14%20VNO: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: LM61%20DYD
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM61%2520DYD%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for LM61%20DYD: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: YK11%20VUF
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK11%2520VUF%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for YK11%20VUF: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: RK12%20WBW
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK12%2520WBW%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for RK12%20WBW: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: SL62%20VWY
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL62%2520VWY%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for SL62%20VWY: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: YE63%20EHG
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE63%2520EHG%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for YE63%20EHG: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: CU63%20NGZ
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520NGZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for CU63%20NGZ: 0
2026-03-29 11:04:12 [bca.uk] INFO: Found listing with ID: CV55%20OPY
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV55%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [bca.uk] INFO: Scrape type for CV55%20OPY: 2
2026-03-29 11:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fa8ec23-c5e5-55e7-b487-829f4b3a57e2 with identifier: CV55%20OPY
2026-03-29 11:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fa8ec23-c5e5-55e7-b487-829f4b3a57e2 with scrape type 2
2026-03-29 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fa8ec23-c5e5-55e7-b487-829f4b3a57e2 with scrape type 2
2026-03-29 11:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fa8ec23-c5e5-55e7-b487-829f4b3a57e2, identifier: CV55%20OPY
2026-03-29 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251952/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144532/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144532>
2026-03-29 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252115/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144560%27 HTTP/1.1" 200 None
2026-03-29 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144560 not downloaded yet
2026-03-29 11:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fa8ec23-c5e5-55e7-b487-829f4b3a57e2 with identifier: CV55%20OPY
2026-03-29 11:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fa8ec23-c5e5-55e7-b487-829f4b3a57e2 with identifier: CV55%20OPY
2026-03-29 11:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fa8ec23-c5e5-55e7-b487-829f4b3a57e2 with identifier: CV55%20OPY to the API
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 277,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV55%20OPY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8fa8ec23-c5e5-55e7-b487-829f4b3a57e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV55 OPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV55%20OPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 89152,
 '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': 'PORSCHE 911 3.8 CARRERA S (997) Coupe',
 'transmission': 'manual',
 'trim': 'CARRERA S (997)',
 'vin': 'WP0ZZZ99Z6S732487',
 'year': 2005}
2026-03-29 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV55%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Saving data for CV55%20OPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303815.11875, 'last_price_update_time': 1774782253.055879}
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV55%2520OPY') HTTP/1.1" 204 0
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158425/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: EJ63%20EXO
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ63%2520EXO%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for EJ63%20EXO: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: EY14%20HKC
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY14%2520HKC%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for EY14%20HKC: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: HY10%20UJL
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY10%2520UJL%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for HY10%20UJL: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: HY58%20NPG
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY58%2520NPG%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for HY58%20NPG: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: YF07%20CJE
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF07%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for YF07%20CJE: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: DS61%20FOF
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS61%2520FOF%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for DS61%20FOF: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: LT64%20JYY
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT64%2520JYY%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for LT64%20JYY: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: MA61%20BFY
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA61%2520BFY%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for MA61%20BFY: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: MT12%20LJZ
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT12%2520LJZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for MT12%20LJZ: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: YP11%20SXG
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP11%2520SXG%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for YP11%20SXG: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: B10%20PGJ
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B10%2520PGJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for B10%20PGJ: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: DK23%20XXL
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK23%2520XXL%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for DK23%20XXL: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: DT69%20OUG
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT69%2520OUG%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for DT69%20OUG: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: MF19%20KHM
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520KHM%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for MF19%20KHM: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: YT69%20LRX
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT69%2520LRX%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for YT69%20LRX: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: LY69%20GMG
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for LY69%20GMG: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: DX68%20ZHP
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520ZHP%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for DX68%20ZHP: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: GP19%20AEE
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP19%2520AEE%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for GP19%20AEE: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: PK20%20LVZ
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520LVZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for PK20%20LVZ: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: YT70%20LPK
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT70%2520LPK%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for YT70%20LPK: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: DT18%20GME
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT18%2520GME%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for DT18%20GME: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: MM67%20RNV
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM67%2520RNV%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for MM67%20RNV: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: AE58%20YDD
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE58%2520YDD%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for AE58%20YDD: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: KK07%20YAO
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK07%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for KK07%20YAO: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: M5%20SNV
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M5%2520SNV%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for M5%20SNV: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: VF15%20KKY
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF15%2520KKY%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for VF15%20KKY: 0
2026-03-29 11:04:13 [bca.uk] INFO: Found listing with ID: WN16%20MXA
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520MXA%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [bca.uk] INFO: Scrape type for WN16%20MXA: 0
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea2810>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699251937%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251937/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ea0f50>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252099%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252099/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251958/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975703/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:13 [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-29 11:04:13 [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-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699144569%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144569 not downloaded yet
2026-03-29 11:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158438/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252127/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04e0790>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975657%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975657/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c047a850>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975671%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975671/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e56d90>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158398%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158398/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecda10>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699251952%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251952/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04aa050>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252115%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252115/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699144578%27 HTTP/1.1" 200 None
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144578 not downloaded yet
2026-03-29 11:04:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04a8f90>
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158425%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158425/600 saved to cache
2026-03-29 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144525/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975750/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144536/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144536>
2026-03-29 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252002/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252002>
2026-03-29 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144527/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144542/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144542>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975789/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975789>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252021/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252021>
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699144585%27 HTTP/1.1" 200 None
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144585 not downloaded yet
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e57490>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699251958%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251958/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eb8210>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975703%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975703/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c047ba50>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158438%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158438/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e56310>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252127%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252127/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04ec390>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144525%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144525/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c00810>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975750%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975750/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20f9550>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144527%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144527/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144532/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252036/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252036>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975769/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975769>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144547/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144547>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144560/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144560>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251973/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251973>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251988/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251988>
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252021/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144569/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144569>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144578/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144578>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251967/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251967>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c110f490>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144532%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144532/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975789/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144536/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144542/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252002/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c40ccb10>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699252021%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252021/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251973/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144547/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144560/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251988/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975769/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252139/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252139>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144585/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144585>
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252036/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c110f490>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975789%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975789/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144578/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251967/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158452/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158452>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975729/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975729>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975689/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975689>
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251946/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699251946>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04eee50>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144536%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144536/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c044be10>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144542%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144542/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05b1090>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699252002%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252002/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252108/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252108>
2026-03-29 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144569/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158410>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04497d0>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699251973%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251973/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c108b9d0>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144547%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144547/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a1ad0>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144560%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144560/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e69ad0>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699251988%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251988/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eb33d0>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975769%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975769/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04ef4d0>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699252036%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252036/600 saved to cache
2026-03-29 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c100ec90>
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144578%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144578/600 saved to cache
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a2450>
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699251967%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251967/600 saved to cache
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252093/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252093>
2026-03-29 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975638/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975638>
2026-03-29 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158390>
2026-03-29 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144585/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HT10PCY/42811882?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=vfGMdc0FhfuoaEHCZ3JXLWcdPEP0xJWv%2Fq6rj9nVMwU%3D)
2026-03-29 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252139/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef7990>
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144569%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144569/600 saved to cache
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158382/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158382>
2026-03-29 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252079/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252079>
2026-03-29 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251946/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA61RWZ/42795855?sv=2020-08-04&st=2026-03-29T11%3A04%3A03Z&se=2026-03-29T11%3A29%3A03Z&sr=b&sp=r&sig=qUcpBnDsIYBPZckknx86JR%2BqyL4bu61hRPbw2umQ%2FSY%3D)
2026-03-29 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252086/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699252086>
2026-03-29 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158452/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0514890>
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHT10PCY%252F699144585%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144585/600 saved to cache
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da
2026-03-29 11:04:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8c1d97a-305d-5753-a292-a2f2ec2ab1da, skipping ID generation
2026-03-29 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8c1d97a-305d-5753-a292-a2f2ec2ab1da sending to next pipeline
2026-03-29 11:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8c1d97a-305d-5753-a292-a2f2ec2ab1da, identifier: HT10%20PCY
2026-03-29 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975689/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8c1d97a-305d-5753-a292-a2f2ec2ab1da with identifier: HT10%20PCY
2026-03-29 11:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8c1d97a-305d-5753-a292-a2f2ec2ab1da with identifier: HT10%20PCY
2026-03-29 11:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8c1d97a-305d-5753-a292-a2f2ec2ab1da with identifier: HT10%20PCY to the API
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144585/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_expert_report_file_2ecde8ad-aed9-4493-beef-ff03bf75aca9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT10%20PCY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8c1d97a-305d-5753-a292-a2f2ec2ab1da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT10 PCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT10%20PCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 60015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51207,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144525/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48528,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144527/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48650,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144532/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49611,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144536/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51377,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144542/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50208,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144547/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105422,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144560/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65386,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144569/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80979,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144578/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8c1d97a-305d-5753-a292-a2f2ec2ab1da/e8c1d97a-305d-5753-a292-a2f2ec2ab1da_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61084,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HT10PCY/699144585/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 ACTIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'ACTIVE',
 'vin': 'MALAN51CMAM529987',
 'year': 2015}
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT10%2520PCY%27 HTTP/1.1" 200 None
2026-03-29 11:04:16 [bca.uk] INFO: Saving data for HT10%20PCY: {'created_time': 1774782256.107211, 'last_price_update_time': 1774782256.107221, 'auction_closing_time': 1774951200.0}
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT10%2520PCY') HTTP/1.1" 204 0
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975729/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158375/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158375>
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158390/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975638/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA66OVT/42812070?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=dODdNmAjNH34ZB%2FcKt%2Fvf5nU1B9vPCNFVBesGCQ4pc8%3D)
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252093/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252108/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c104e910>
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252139%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252139/600 saved to cache
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04e1390>
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA61RWZ%252F699251946%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251946/600 saved to cache
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7118cce7-034b-504e-b04c-992c03ee0859
2026-03-29 11:04:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7118cce7-034b-504e-b04c-992c03ee0859, skipping ID generation
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7118cce7-034b-504e-b04c-992c03ee0859 sending to next pipeline
2026-03-29 11:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7118cce7-034b-504e-b04c-992c03ee0859, identifier: MA61%20RWZ
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c104da50>
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158452%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158452/600 saved to cache
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f70fd0>
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975689%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975689/600 saved to cache
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7118cce7-034b-504e-b04c-992c03ee0859 with identifier: MA61%20RWZ
2026-03-29 11:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7118cce7-034b-504e-b04c-992c03ee0859 with identifier: MA61%20RWZ
2026-03-29 11:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7118cce7-034b-504e-b04c-992c03ee0859 with identifier: MA61%20RWZ to the API
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251946/600>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_expert_report_file_168d7ff9-efbf-4d4e-b6d7-ebd1ef8664ba.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA61%20RWZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7118cce7-034b-504e-b04c-992c03ee0859',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA61 RWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA61%20RWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'URBAN CRUISER',
 'odometer': 99640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38958,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251937/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251946/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39269,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251952/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40108,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251958/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36242,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251967/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34268,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251973/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99843,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699251988/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56693,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252002/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82323,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252021/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7118cce7-034b-504e-b04c-992c03ee0859/7118cce7-034b-504e-b04c-992c03ee0859_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97641,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA61RWZ/699252036/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'TOYOTA URBAN CRUISER 1.4 D-4D 90 4WD Hatchback',
 'transmission': 'manual',
 'trim': 'D-4D 90 4WD',
 'vin': 'JTKLC164101007997',
 'year': 2011}
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA61%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:16 [bca.uk] INFO: Saving data for MA61%20RWZ: {'created_time': 1774782256.897784, 'last_price_update_time': 1774782256.897796, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA61%2520RWZ') HTTP/1.1" 204 0
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252079/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146685>
2026-03-29 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158370/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699158370>
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252086/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF12NUV/42797469?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=%2F3AiI0%2FM7r0Sl3Xj%2B4yjghWiTHTWvQJdBsqvneWtjxQ%3D)
2026-03-29 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ62%20RFN-GB>
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158382/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964813/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964813>
2026-03-29 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158375/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:16 [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-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f72a90>
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975729%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975729/600 saved to cache
2026-03-29 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef4b50>
2026-03-29 11:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158390%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158390/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c104f150>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA66OVT%252F698975638%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975638/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 990d690a-6a40-56ba-b88f-cd3641f952d0
2026-03-29 11:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 990d690a-6a40-56ba-b88f-cd3641f952d0, skipping ID generation
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 990d690a-6a40-56ba-b88f-cd3641f952d0 sending to next pipeline
2026-03-29 11:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 990d690a-6a40-56ba-b88f-cd3641f952d0, identifier: RA66%20OVT
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c43a1d10>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252093%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252093/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04ed550>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252108%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252108/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f6b9d0>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158410%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158410/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 990d690a-6a40-56ba-b88f-cd3641f952d0 with identifier: RA66%20OVT
2026-03-29 11:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 990d690a-6a40-56ba-b88f-cd3641f952d0 with identifier: RA66%20OVT
2026-03-29 11:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 990d690a-6a40-56ba-b88f-cd3641f952d0 with identifier: RA66%20OVT to the API
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975638/600>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_expert_report_file_5815c0d4-1d8f-45ea-94b8-0250111203a3.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA66%20OVT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '990d690a-6a40-56ba-b88f-cd3641f952d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA66 OVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA66%20OVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVA',
 'odometer': 45067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47685,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975627/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44855,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975638/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44280,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975657/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45667,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975671/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48249,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975689/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45171,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975703/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90655,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975729/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62759,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975750/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75233,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975769/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990d690a-6a40-56ba-b88f-cd3641f952d0/990d690a-6a40-56ba-b88f-cd3641f952d0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79920,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA66OVT/698975789/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVA 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'W0LDD6E7XGC647639',
 'year': 2017}
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RA66%2520OVT%27 HTTP/1.1" 200 None
2026-03-29 11:04:17 [bca.uk] INFO: Saving data for RA66%20OVT: {'created_time': 1774782257.744865, 'last_price_update_time': 1774782257.744877, 'auction_closing_time': 1774951200.0}
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA66%2520OVT') HTTP/1.1" 204 0
2026-03-29 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964790/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964790>
2026-03-29 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390012/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699390012>
2026-03-29 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ14%20KEK-GB>
2026-03-29 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS61%20VEM-GB>
2026-03-29 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF12%20ZVG-GB>
2026-03-29 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015843/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015843>
2026-03-29 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142847/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142847>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2086850>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252079%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252079/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c052a6d0>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF12NUV%252F699252086%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252086/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item be8ba7be-cbd1-5193-b22e-7d19f801ab62
2026-03-29 11:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be8ba7be-cbd1-5193-b22e-7d19f801ab62, skipping ID generation
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item be8ba7be-cbd1-5193-b22e-7d19f801ab62 sending to next pipeline
2026-03-29 11:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be8ba7be-cbd1-5193-b22e-7d19f801ab62, identifier: MF12%20NUV
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0496910>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158382%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158382/600 saved to cache
2026-03-29 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0528290>
2026-03-29 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158375%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158375/600 saved to cache
2026-03-29 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:18 [bca.uk] INFO: Total items found: 100
2026-03-29 11:04:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded
2026-03-29 11:04:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:04:18 [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-29 11:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be8ba7be-cbd1-5193-b22e-7d19f801ab62 with identifier: MF12%20NUV
2026-03-29 11:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be8ba7be-cbd1-5193-b22e-7d19f801ab62 with identifier: MF12%20NUV
2026-03-29 11:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be8ba7be-cbd1-5193-b22e-7d19f801ab62 with identifier: MF12%20NUV to the API
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252086/600>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_expert_report_file_7e5c6dfa-cadc-44fe-af9e-859f115ad949.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF12%20NUV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be8ba7be-cbd1-5193-b22e-7d19f801ab62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF12 NUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF12%20NUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 108405,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39680,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252069/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39121,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252073/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38347,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252079/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40534,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252086/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38574,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252093/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35821,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252099/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88356,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252108/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62737,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252115/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79171,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252127/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8ba7be-cbd1-5193-b22e-7d19f801ab62/be8ba7be-cbd1-5193-b22e-7d19f801ab62_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84614,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF12NUV/699252139/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM X',
 'vin': 'WF0KXXGCBKCB61250',
 'year': 2012}
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520NUV%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Saving data for MF12%20NUV: {'created_time': 1774782258.428939, 'last_price_update_time': 1774782258.428951, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF12%2520NUV') HTTP/1.1" 204 0
2026-03-29 11:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964813/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:04:18 [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-29 11:04:18 [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-29 11:04:18 [bca.uk] INFO: Found listing with ID: GH15%20HTD
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH15%2520HTD%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for GH15%20HTD: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: LT66%20HCJ
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT66%2520HCJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for LT66%20HCJ: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: SJ16%20SYV
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for SJ16%20SYV: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: BU67%20KTN
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU67%2520KTN%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for BU67%20KTN: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: WM66%20HPY
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM66%2520HPY%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for WM66%20HPY: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: SV13%20XGW
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV13%2520XGW%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for SV13%20XGW: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: AE15%20URC
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE15%2520URC%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for AE15%20URC: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: KJ19%20ZRG
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for KJ19%20ZRG: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: KN68%20YYB
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520YYB%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for KN68%20YYB: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: AU02%20VYG
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU02%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for AU02%20VYG: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: BF18%20GZO
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520GZO%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for BF18%20GZO: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: RF61%20EUB
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF61%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for RF61%20EUB: 0
2026-03-29 11:04:18 [bca.uk] INFO: Found listing with ID: FE68%20XBZ
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520XBZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:18 [bca.uk] INFO: Scrape type for FE68%20XBZ: 2
2026-03-29 11:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99303554-ea12-5fc4-93b4-fba43282fa97 with identifier: FE68%20XBZ
2026-03-29 11:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99303554-ea12-5fc4-93b4-fba43282fa97 with scrape type 2
2026-03-29 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99303554-ea12-5fc4-93b4-fba43282fa97 with scrape type 2
2026-03-29 11:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99303554-ea12-5fc4-93b4-fba43282fa97, identifier: FE68%20XBZ
2026-03-29 11:04:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:04:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015812/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015812>
2026-03-29 11:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146685/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VO59ZFX/42811853?sv=2020-08-04&st=2026-03-29T11%3A01%3A22Z&se=2026-03-29T11%3A26%3A22Z&sr=b&sp=r&sig=WmFbN6AH2bf7uDaq2MEOcbAsWpnuqb4yWHM3XLAQ5CI%3D)
2026-03-29 11:04:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142829/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142829>
2026-03-29 11:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158370/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA16WKP/42805654?sv=2020-08-04&st=2026-03-29T11%3A04%3A02Z&se=2026-03-29T11%3A29%3A02Z&sr=b&sp=r&sig=U5Cfd3I3MVIgOXlAhi4v1WePvR%2FckhbakMWpJLWX1ng%3D)
2026-03-29 11:04:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR63%20YFY-GB>
2026-03-29 11:04:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389995/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389995>
2026-03-29 11:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99303554-ea12-5fc4-93b4-fba43282fa97 with identifier: FE68%20XBZ
2026-03-29 11:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99303554-ea12-5fc4-93b4-fba43282fa97 with identifier: FE68%20XBZ
2026-03-29 11:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99303554-ea12-5fc4-93b4-fba43282fa97 with identifier: FE68%20XBZ to the API
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE68%20XBZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99303554-ea12-5fc4-93b4-fba43282fa97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE68 XBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE68%20XBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 45950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 126 SR Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 126 SR',
 'vin': 'SHHFK6760JU004828',
 'year': 2018}
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520XBZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Saving data for FE68%20XBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773907945.45469, 'last_price_update_time': 1774782259.084745}
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE68%2520XBZ') HTTP/1.1" 204 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: SP15%20VFV
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520VFV%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for SP15%20VFV: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: ST64%20MMV
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST64%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for ST64%20MMV: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: AF20%20XNC
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF20%2520XNC%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for AF20%20XNC: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: LX62%20RKE
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX62%2520RKE%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for LX62%20RKE: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: SW19%20FWZ
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW19%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for SW19%20FWZ: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: KT15%20GYV
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520GYV%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for KT15%20GYV: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: CU71%20VTC
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520VTC%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for CU71%20VTC: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: SR21%20XPN
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR21%2520XPN%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for SR21%20XPN: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: ST72%20OPY
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for ST72%20OPY: 2
2026-03-29 11:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75fef9ea-47c8-5b43-8f06-0b4941e00a75 with identifier: ST72%20OPY
2026-03-29 11:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75fef9ea-47c8-5b43-8f06-0b4941e00a75 with scrape type 2
2026-03-29 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75fef9ea-47c8-5b43-8f06-0b4941e00a75 with scrape type 2
2026-03-29 11:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75fef9ea-47c8-5b43-8f06-0b4941e00a75, identifier: ST72%20OPY
2026-03-29 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389968/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389968>
2026-03-29 11:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75fef9ea-47c8-5b43-8f06-0b4941e00a75 with identifier: ST72%20OPY
2026-03-29 11:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75fef9ea-47c8-5b43-8f06-0b4941e00a75 with identifier: ST72%20OPY
2026-03-29 11:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75fef9ea-47c8-5b43-8f06-0b4941e00a75 with identifier: ST72%20OPY to the API
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST72%20OPY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '75fef9ea-47c8-5b43-8f06-0b4941e00a75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST72 OPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST72%20OPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 88210,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB TREND L/R',
 'vin': 'WF0YXXTTGYNU34538',
 'year': 2022}
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Saving data for ST72%20OPY: {'auction_closing_time': 1775210400.0, 'created_time': 1774504981.907029, 'last_price_update_time': 1774782259.755136}
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST72%2520OPY') HTTP/1.1" 204 0
2026-03-29 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: ST72%20OSN
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520OSN%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for ST72%20OSN: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: ST72%20TKU
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for ST72%20TKU: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: SY22%20UHR
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY22%2520UHR%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for SY22%20UHR: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: MD19%20GWP
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for MD19%20GWP: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: DE72%20KZJ
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE72%2520KZJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for DE72%20KZJ: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: BW21%20EVR
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520EVR%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for BW21%20EVR: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: CA19%20YWE
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520YWE%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for CA19%20YWE: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: HL19%20RNJ
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520RNJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for HL19%20RNJ: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: KF19%20DKY
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520DKY%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for KF19%20DKY: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: LG72%20UJY
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520UJY%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for LG72%20UJY: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: RJ69%20GGF
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520GGF%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for RJ69%20GGF: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: RK68%20WZS
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520WZS%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for RK68%20WZS: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: YH70%20HRN
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH70%2520HRN%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for YH70%20HRN: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: MP19%20HZK
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520HZK%27 HTTP/1.1" 200 None
2026-03-29 11:04:19 [bca.uk] INFO: Scrape type for MP19%20HZK: 0
2026-03-29 11:04:19 [bca.uk] INFO: Found listing with ID: MT23%20TUO
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT23%2520TUO%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for MT23%20TUO: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: NU72%20GYN
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU72%2520GYN%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for NU72%20GYN: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: RGZ%202258
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RGZ%25202258%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for RGZ%202258: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: SH22%20GFY
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH22%2520GFY%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for SH22%20GFY: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: WF68%20XGD
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF68%2520XGD%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for WF68%20XGD: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: WO19%20HKY
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WO19%2520HKY%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for WO19%20HKY: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: YC68%20TVN
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC68%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for YC68%20TVN: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: YK19%20TBP
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK19%2520TBP%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for YK19%20TBP: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: DK69%20NEO
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK69%2520NEO%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for DK69%20NEO: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: MH19%20RHF
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH19%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for MH19%20RHF: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: MJ19%20JYG
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ19%2520JYG%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for MJ19%20JYG: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: ML71%20WFO
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML71%2520WFO%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for ML71%20WFO: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: YE19%20VLP
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE19%2520VLP%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for YE19%20VLP: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: YB19%20VUL
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB19%2520VUL%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for YB19%20VUL: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: NG19%20PXT
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG19%2520PXT%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for NG19%20PXT: 0
2026-03-29 11:04:20 [bca.uk] INFO: Found listing with ID: LP69%20AYT
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP69%2520AYT%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Scrape type for LP69%20AYT: 2
2026-03-29 11:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT
2026-03-29 11:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36132587-bc94-516c-88f6-aee5d01d4068 with scrape type 2
2026-03-29 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36132587-bc94-516c-88f6-aee5d01d4068 with scrape type 2
2026-03-29 11:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36132587-bc94-516c-88f6-aee5d01d4068, identifier: LP69%20AYT
2026-03-29 11:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT
2026-03-29 11:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT
2026-03-29 11:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT to the API
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:20 [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': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20AYT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36132587-bc94-516c-88f6-aee5d01d4068',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP69 AYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP69%20AYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '520I',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 520I 2.0 T M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBAJT92060BR76394',
 'year': 2019}
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP69%2520AYT%27 HTTP/1.1" 200 None
2026-03-29 11:04:20 [bca.uk] INFO: Saving data for LP69%20AYT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477282.380418, 'last_price_update_time': 1774782260.725874}
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520AYT') HTTP/1.1" 204 0
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ecc650>
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN08YVR%252F698964813%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964813/600 saved to cache
2026-03-29 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1af3c10>
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVO59ZFX%252F699146685%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146685/600 saved to cache
2026-03-29 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a
2026-03-29 11:04:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c87fd87b-bc97-5556-84c1-f9d4d0e5781a, skipping ID generation
2026-03-29 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c87fd87b-bc97-5556-84c1-f9d4d0e5781a sending to next pipeline
2026-03-29 11:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c87fd87b-bc97-5556-84c1-f9d4d0e5781a, identifier: VO59%20ZFX
2026-03-29 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c108a2d0>
2026-03-29 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA16WKP%252F699158370%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158370/600 saved to cache
2026-03-29 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d19fce50-d697-5461-9259-648ff1251e0d
2026-03-29 11:04:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d19fce50-d697-5461-9259-648ff1251e0d, skipping ID generation
2026-03-29 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d19fce50-d697-5461-9259-648ff1251e0d sending to next pipeline
2026-03-29 11:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d19fce50-d697-5461-9259-648ff1251e0d, identifier: MA16%20WKP
2026-03-29 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964790/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN08YVR/42811910?sv=2020-08-04&st=2026-03-29T11%3A01%3A19Z&se=2026-03-29T11%3A26%3A19Z&sr=b&sp=r&sig=mVI4w7k744Um6p3gZuP6gJ%2Bf2Yf6lotgR1qJekzMSBw%3D)
2026-03-29 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015843/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142847/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390012/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: BD19%20VEB
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [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-29 11:04:21 [bca.uk] INFO: Scrape type for BD19%20VEB: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: OV65%20GFU
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 11:04:21 [bca.uk] INFO: Scrape type for OV65%20GFU: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: KW67%20HUY
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520HUY%27 HTTP/1.1" 200 None
2026-03-29 11:04:21 [bca.uk] INFO: Scrape type for KW67%20HUY: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: NU67%20EBV
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520EBV%27 HTTP/1.1" 200 None
2026-03-29 11:04:21 [bca.uk] INFO: Scrape type for NU67%20EBV: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: KY66%20XSJ
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY66%2520XSJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:21 [bca.uk] INFO: Scrape type for KY66%20XSJ: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: AK11%20NXR
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK11%2520NXR%27 HTTP/1.1" 200 None
2026-03-29 11:04:21 [bca.uk] INFO: Scrape type for AK11%20NXR: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: YB08%20OEU
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [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-29 11:04:21 [bca.uk] INFO: Scrape type for YB08%20OEU: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: MM11%20JNV
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [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-29 11:04:21 [bca.uk] INFO: Scrape type for MM11%20JNV: 0
2026-03-29 11:04:21 [bca.uk] INFO: Found listing with ID: AC58%20KVH
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [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-29 11:04:21 [bca.uk] INFO: Scrape type for AC58%20KVH: 2
2026-03-29 11:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH
2026-03-29 11:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20782f6a-0384-5769-82b8-50297a1aba5f with scrape type 2
2026-03-29 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20782f6a-0384-5769-82b8-50297a1aba5f with scrape type 2
2026-03-29 11:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20782f6a-0384-5769-82b8-50297a1aba5f, identifier: AC58%20KVH
2026-03-29 11:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c87fd87b-bc97-5556-84c1-f9d4d0e5781a with identifier: VO59%20ZFX
2026-03-29 11:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c87fd87b-bc97-5556-84c1-f9d4d0e5781a with identifier: VO59%20ZFX
2026-03-29 11:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c87fd87b-bc97-5556-84c1-f9d4d0e5781a with identifier: VO59%20ZFX to the API
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146685/600>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_expert_report_file_8cde8ba1-ef1a-46db-87a8-7448a846577b.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO59%20ZFX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c87fd87b-bc97-5556-84c1-f9d4d0e5781a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO59 ZFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO59%20ZFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 162087,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48048,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146681/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43841,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146685/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45574,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146689/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47351,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146692/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43423,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146698/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40741,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146702/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103971,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146711/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67938,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146719/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87282,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146733/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c87fd87b-bc97-5556-84c1-f9d4d0e5781a/c87fd87b-bc97-5556-84c1-f9d4d0e5781a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69423,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VO59ZFX/699146747/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.9 TDI BLUEMOTION Estate',
 'transmission': 'manual',
 'trim': 'TDI BLUEMOTION',
 'vin': 'WVWZZZ1KZ9M365262',
 'year': 2009}
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%2520ZFX%27 HTTP/1.1" 200 None
2026-03-29 11:04:21 [bca.uk] INFO: Saving data for VO59%20ZFX: {'created_time': 1774782261.903086, 'last_price_update_time': 1774782261.9031, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO59%2520ZFX') HTTP/1.1" 204 0
2026-03-29 11:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d19fce50-d697-5461-9259-648ff1251e0d with identifier: MA16%20WKP
2026-03-29 11:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d19fce50-d697-5461-9259-648ff1251e0d with identifier: MA16%20WKP
2026-03-29 11:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d19fce50-d697-5461-9259-648ff1251e0d with identifier: MA16%20WKP to the API
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158370/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_expert_report_file_cc6a2464-845d-4b4e-b7b0-5c2efef175c6.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA16%20WKP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd19fce50-d697-5461-9259-648ff1251e0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA16 WKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA16%20WKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 25068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158364/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47443,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158370/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45600,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158375/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44740,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158382/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43022,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158390/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43658,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158398/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 102339,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158410/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86376,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158425/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95306,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158438/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d19fce50-d697-5461-9259-648ff1251e0d/d19fce50-d697-5461-9259-648ff1251e0d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91141,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA16WKP/699158452/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT PANDA 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA31200003656981',
 'year': 2016}
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520WKP%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Saving data for MA16%20WKP: {'created_time': 1774782262.353531, 'last_price_update_time': 1774782262.353543, 'auction_closing_time': 1774951200.0}
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA16%2520WKP') HTTP/1.1" 204 0
2026-03-29 11:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH
2026-03-29 11:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH
2026-03-29 11:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH to the API
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AC58%20KVH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20782f6a-0384-5769-82b8-50297a1aba5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AC58 KVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AC58%20KVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'JAGUAR',
 'model': 'X-TYPE',
 'odometer': 160139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR X-TYPE 2.2 D SPORT PREMIUM Saloon',
 'transmission': 'automatic',
 'trim': 'D SPORT PREMIUM',
 'vin': 'SAJAG51309BJ55558',
 'year': 2009}
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AC58%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Saving data for AC58%20KVH: {'auction_closing_time': 1774864800.0, 'created_time': 1774304118.968025, 'last_price_update_time': 1774782262.727493}
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AC58%2520KVH') HTTP/1.1" 204 0
2026-03-29 11:04:22 [bca.uk] INFO: Found listing with ID: KS04%20HEJ
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS04%2520HEJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Scrape type for KS04%20HEJ: 0
2026-03-29 11:04:22 [bca.uk] INFO: Found listing with ID: YF12%20LYA
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF12%2520LYA%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Scrape type for YF12%20LYA: 0
2026-03-29 11:04:22 [bca.uk] INFO: Found listing with ID: SG09%20LCM
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG09%2520LCM%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Scrape type for SG09%20LCM: 0
2026-03-29 11:04:22 [bca.uk] INFO: Found listing with ID: BT54%20XOM
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT54%2520XOM%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Scrape type for BT54%20XOM: 0
2026-03-29 11:04:22 [bca.uk] INFO: Found listing with ID: SU06%20XOV
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SU06%2520XOV%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Scrape type for SU06%20XOV: 0
2026-03-29 11:04:22 [bca.uk] INFO: Found listing with ID: SP59%20HRM
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP59%2520HRM%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [bca.uk] INFO: Scrape type for SP59%20HRM: 2
2026-03-29 11:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM
2026-03-29 11:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c233cd4-991c-5121-bd31-6d1f5315b814 with scrape type 2
2026-03-29 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c233cd4-991c-5121-bd31-6d1f5315b814 with scrape type 2
2026-03-29 11:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c233cd4-991c-5121-bd31-6d1f5315b814, identifier: SP59%20HRM
2026-03-29 11:04:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05d6c90>
2026-03-29 11:04:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_expert_report_file_42f3cbfd-456a-4439-9d4a-3b61c1a19214.pdf HTTP/1.1" 201 0
2026-03-29 11:04:22 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b, skipping ID generation
2026-03-29 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAJ62RFN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AJ62RFN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015779/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015779>
2026-03-29 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142829/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389995/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM
2026-03-29 11:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM
2026-03-29 11:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM to the API
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP59%20HRM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9c233cd4-991c-5121-bd31-6d1f5315b814',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP59 HRM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP59%20HRM&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLVO',
 'model': 'V50',
 'odometer': 99955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLVO V50 2.0 D S P/SHIFT Estate',
 'transmission': 'automatic',
 'trim': 'D S P/SHIFT',
 'vin': 'YV1MW755BA2547242',
 'year': 2009}
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP59%2520HRM%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [bca.uk] INFO: Saving data for SP59%20HRM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563937.694613, 'last_price_update_time': 1774782263.324948}
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP59%2520HRM') HTTP/1.1" 204 0
2026-03-29 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015812/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:04:23 [bca.uk] INFO: Found listing with ID: GJ56%20ZHY
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ56%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [bca.uk] INFO: Scrape type for GJ56%20ZHY: 0
2026-03-29 11:04:23 [bca.uk] INFO: Found listing with ID: M500%20MGW
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M500%2520MGW%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [bca.uk] INFO: Scrape type for M500%20MGW: 0
2026-03-29 11:04:23 [bca.uk] INFO: Found listing with ID: KY06%20TYK
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY06%2520TYK%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [bca.uk] INFO: Scrape type for KY06%20TYK: 0
2026-03-29 11:04:23 [bca.uk] INFO: Found listing with ID: DG59%20XEM
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG59%2520XEM%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [bca.uk] INFO: Scrape type for DG59%20XEM: 0
2026-03-29 11:04:23 [bca.uk] INFO: Found listing with ID: BJ10%20UWH
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ10%2520UWH%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [bca.uk] INFO: Scrape type for BJ10%20UWH: 0
2026-03-29 11:04:23 [bca.uk] INFO: Found listing with ID: SC53%20TDX
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC53%2520TDX%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [bca.uk] INFO: Scrape type for SC53%20TDX: 2
2026-03-29 11:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX
2026-03-29 11:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d83c817-62ba-5139-be0f-7ee1fd336222 with scrape type 2
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d83c817-62ba-5139-be0f-7ee1fd336222 with scrape type 2
2026-03-29 11:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d83c817-62ba-5139-be0f-7ee1fd336222, identifier: SC53%20TDX
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142142%27 HTTP/1.1" 200 None
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142142 not downloaded yet
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecc050>
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN08YVR%252F698964790%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964790/600 saved to cache
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4e9bc622-46a8-5989-8432-36798134258f
2026-03-29 11:04:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e9bc622-46a8-5989-8432-36798134258f, skipping ID generation
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e9bc622-46a8-5989-8432-36798134258f sending to next pipeline
2026-03-29 11:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e9bc622-46a8-5989-8432-36798134258f, identifier: GN08%20YVR
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b2890>
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK65JGO%252F699015843%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015843/600 saved to cache
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f24f90>
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSA13RLX%252F699142847%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142847/600 saved to cache
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e5da10>
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK58WFA%252F699390012%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390012/600 saved to cache
2026-03-29 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX
2026-03-29 11:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX
2026-03-29 11:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX to the API
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:24 [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': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC53%20TDX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d83c817-62ba-5139-be0f-7ee1fd336222',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC53 TDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC53%20TDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 112077,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 VTEC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'VTEC SE',
 'vin': 'SHHEU88404U303719',
 'year': 2004}
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC53%2520TDX%27 HTTP/1.1" 200 None
2026-03-29 11:04:24 [bca.uk] INFO: Saving data for SC53%20TDX: {'auction_closing_time': 1774864800.0, 'created_time': 1773909053.341361, 'last_price_update_time': 1774782264.21671}
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC53%2520TDX') HTTP/1.1" 204 0
2026-03-29 11:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e9bc622-46a8-5989-8432-36798134258f with identifier: GN08%20YVR
2026-03-29 11:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e9bc622-46a8-5989-8432-36798134258f with identifier: GN08%20YVR
2026-03-29 11:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e9bc622-46a8-5989-8432-36798134258f with identifier: GN08%20YVR to the API
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964790/600>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_expert_report_file_44721104-1283-4da9-a140-02b897ab2937.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN08%20YVR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4e9bc622-46a8-5989-8432-36798134258f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN08 YVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN08%20YVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 122141,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47338,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964758/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45153,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964777/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51225,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952799/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43755,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964790/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50435,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952818/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46129,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964813/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52186,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952837/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44932,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964839/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53408,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698952856/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e9bc622-46a8-5989-8432-36798134258f/4e9bc622-46a8-5989-8432-36798134258f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40544,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN08YVR/698964864/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.7 D PREMIUM LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D PREMIUM LUXURY',
 'vin': 'SAJAC061X97R01538',
 'year': 2008}
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN08%2520YVR%27 HTTP/1.1" 200 None
2026-03-29 11:04:24 [bca.uk] INFO: Saving data for GN08%20YVR: {'created_time': 1774782264.669945, 'last_price_update_time': 1774782264.669956, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN08%2520YVR') HTTP/1.1" 204 0
2026-03-29 11:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180133/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180133>
2026-03-29 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142802/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142802>
2026-03-29 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN13%20ZMX-GB>
2026-03-29 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389957/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389957>
2026-03-29 11:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389968/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:04:24 [bca.uk] INFO: Found listing with ID: HV57%20ETA
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV57%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 11:04:24 [bca.uk] INFO: Scrape type for HV57%20ETA: 0
2026-03-29 11:04:24 [bca.uk] INFO: Found listing with ID: EN05%20JVE
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN05%2520JVE%27 HTTP/1.1" 200 None
2026-03-29 11:04:24 [bca.uk] INFO: Scrape type for EN05%20JVE: 0
2026-03-29 11:04:24 [bca.uk] INFO: Found listing with ID: GP57%20RLY
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP57%2520RLY%27 HTTP/1.1" 200 None
2026-03-29 11:04:24 [bca.uk] INFO: Scrape type for GP57%20RLY: 0
2026-03-29 11:04:24 [bca.uk] INFO: Found listing with ID: AX60%20BHW
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX60%2520BHW%27 HTTP/1.1" 200 None
2026-03-29 11:04:24 [bca.uk] INFO: Scrape type for AX60%20BHW: 0
2026-03-29 11:04:24 [bca.uk] INFO: Found listing with ID: CA57%20XLV
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA57%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 11:04:24 [bca.uk] INFO: Scrape type for CA57%20XLV: 2
2026-03-29 11:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV
2026-03-29 11:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3844e120-fb61-5c9b-86d6-ac980b8762b2 with scrape type 2
2026-03-29 11:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3844e120-fb61-5c9b-86d6-ac980b8762b2 with scrape type 2
2026-03-29 11:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3844e120-fb61-5c9b-86d6-ac980b8762b2, identifier: CA57%20XLV
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142156%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142156 not downloaded yet
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0520450>
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_expert_report_file_1f9d712e-52d5-4fc3-84f7-dc35268a0540.pdf HTTP/1.1" 201 0
2026-03-29 11:04:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6c53b5f-b5b3-5553-93d7-bcdbb876f657, skipping ID generation
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGF12ZVG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF12ZVG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2d91890>
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_expert_report_file_21451512-a089-4351-ad42-9ddc931c9677.pdf HTTP/1.1" 201 0
2026-03-29 11:04:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18397a5c-a792-50b9-8b16-4df3c7616ef0, skipping ID generation
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGJ14KEK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GJ14KEK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c20b8850>
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSA13RLX%252F699142829%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142829/600 saved to cache
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f47450>
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK58WFA%252F699389995%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389995/600 saved to cache
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142784/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142784>
2026-03-29 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015723/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015723>
2026-03-29 11:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV
2026-03-29 11:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV
2026-03-29 11:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV to the API
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04: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': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA57%20XLV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3844e120-fb61-5c9b-86d6-ac980b8762b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA57 XLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA57%20XLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 116109,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.8 VVT LIFE Estate',
 'transmission': 'automatic',
 'trim': 'VVT LIFE',
 'vin': 'W0L0AHL3582086952',
 'year': 2008}
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA57%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Saving data for CA57%20XLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390042.591949, 'last_price_update_time': 1774782265.569184}
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA57%2520XLV') HTTP/1.1" 204 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: YE59%20XKU
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE59%2520XKU%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for YE59%20XKU: 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: VN60%20CDO
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN60%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for VN60%20CDO: 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: WJ58%20DWA
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520DWA%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for WJ58%20DWA: 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: HV62%20WPN
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV62%2520WPN%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for HV62%20WPN: 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: SD60%20WDX
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520WDX%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for SD60%20WDX: 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: CV61%20KBJ
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520KBJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for CV61%20KBJ: 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: VO62%20VVP
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO62%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for VO62%20VVP: 0
2026-03-29 11:04:25 [bca.uk] INFO: Found listing with ID: BJ07%20JAO
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520JAO%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [bca.uk] INFO: Scrape type for BJ07%20JAO: 2
2026-03-29 11:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO
2026-03-29 11:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87b0971e-2117-5ca5-9f70-49b1d394030b with scrape type 2
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87b0971e-2117-5ca5-9f70-49b1d394030b with scrape type 2
2026-03-29 11:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87b0971e-2117-5ca5-9f70-49b1d394030b, identifier: BJ07%20JAO
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142166%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142166 not downloaded yet
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143826%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143826 not downloaded yet
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975321%27 HTTP/1.1" 200 None
2026-03-29 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975321 not downloaded yet
2026-03-29 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142771/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142771>
2026-03-29 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015673/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015673>
2026-03-29 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180116/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180116>
2026-03-29 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389940/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389940>
2026-03-29 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142130/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AJ62RFN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO
2026-03-29 11:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO
2026-03-29 11:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO to the API
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:26 [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': 259,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ07%20JAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '87b0971e-2117-5ca5-9f70-49b1d394030b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ07 JAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ07%20JAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'S-TYPE',
 'odometer': 94230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'JAGUAR S-TYPE 3.0 V6 XS Saloon',
 'transmission': 'automatic',
 'trim': 'V6 XS',
 'vin': 'SAJAC02M46FN66438',
 'year': 2007}
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520JAO%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [bca.uk] INFO: Saving data for BJ07%20JAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774044505.378678, 'last_price_update_time': 1774782266.374389}
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ07%2520JAO') HTTP/1.1" 204 0
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05c9bd0>
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_expert_report_file_bf8c2421-9ce1-4d56-aaad-6ad48f89f723.pdf HTTP/1.1" 201 0
2026-03-29 11:04:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d, skipping ID generation
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKS61VEM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KS61VEM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04dd110>
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK65JGO%252F699015812%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015812/600 saved to cache
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c120cd10>
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_expert_report_file_afcaf226-d6b7-41a3-b4fa-68bcf5ec732f.pdf HTTP/1.1" 201 0
2026-03-29 11:04:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2deed8df-e06b-53a4-9192-395390785c5c, skipping ID generation
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKR63YFY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KR63YFY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0df6950>
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK58WFA%252F699389968%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389968/600 saved to cache
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:04:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180106/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180106>
2026-03-29 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389957/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015779/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:04:26 [bca.uk] INFO: Found listing with ID: YY62%20EHO
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY62%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [bca.uk] INFO: Scrape type for YY62%20EHO: 0
2026-03-29 11:04:26 [bca.uk] INFO: Found listing with ID: NU62%20FVV
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520FVV%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [bca.uk] INFO: Scrape type for NU62%20FVV: 2
2026-03-29 11:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6d666df-a822-5040-88c5-c5754e425b15 with identifier: NU62%20FVV
2026-03-29 11:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6d666df-a822-5040-88c5-c5754e425b15 with scrape type 2
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6d666df-a822-5040-88c5-c5754e425b15 with scrape type 2
2026-03-29 11:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6d666df-a822-5040-88c5-c5754e425b15, identifier: NU62%20FVV
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142176%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142176 not downloaded yet
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143834%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143834 not downloaded yet
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975364%27 HTTP/1.1" 200 None
2026-03-29 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975364 not downloaded yet
2026-03-29 11:04:26 [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-29 11:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6d666df-a822-5040-88c5-c5754e425b15 with identifier: NU62%20FVV
2026-03-29 11:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6d666df-a822-5040-88c5-c5754e425b15 with identifier: NU62%20FVV
2026-03-29 11:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6d666df-a822-5040-88c5-c5754e425b15 with identifier: NU62%20FVV to the API
2026-03-29 11:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:27 [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': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU62%20FVV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6d666df-a822-5040-88c5-c5754e425b15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU62 FVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU62%20FVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 76920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC S/S Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC S/S',
 'vin': 'WF0UXXLTRUCL80180',
 'year': 2012}
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520FVV%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Saving data for NU62%20FVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774479596.166442, 'last_price_update_time': 1774782267.138213}
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU62%2520FVV') HTTP/1.1" 204 0
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144899%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144899 not downloaded yet
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144893%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144893 not downloaded yet
2026-03-29 11:04:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142142/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142142>
2026-03-29 11:04:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389923/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389923>
2026-03-29 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142802/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:04:27 [bca.uk] INFO: Found listing with ID: YR60%20HSF
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520HSF%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Scrape type for YR60%20HSF: 2
2026-03-29 11:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1ffcdcb-8087-54d3-bdfa-98483aec80e1 with identifier: YR60%20HSF
2026-03-29 11:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1ffcdcb-8087-54d3-bdfa-98483aec80e1 with scrape type 2
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1ffcdcb-8087-54d3-bdfa-98483aec80e1 with scrape type 2
2026-03-29 11:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1ffcdcb-8087-54d3-bdfa-98483aec80e1, identifier: YR60%20HSF
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142182%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142182 not downloaded yet
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143847%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143847 not downloaded yet
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975389%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975389 not downloaded yet
2026-03-29 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142130/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142784/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180133/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1ffcdcb-8087-54d3-bdfa-98483aec80e1 with identifier: YR60%20HSF
2026-03-29 11:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1ffcdcb-8087-54d3-bdfa-98483aec80e1 with identifier: YR60%20HSF
2026-03-29 11:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1ffcdcb-8087-54d3-bdfa-98483aec80e1 with identifier: YR60%20HSF to the API
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:27 [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=YR60%20HSF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f1ffcdcb-8087-54d3-bdfa-98483aec80e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR60 HSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR60%20HSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '118D',
 'odometer': 169599,
 '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 118D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBAUD72030E419519',
 'year': 2010}
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520HSF%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Saving data for YR60%20HSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303597.281515, 'last_price_update_time': 1774782267.764559}
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR60%2520HSF') HTTP/1.1" 204 0
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144905%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144905 not downloaded yet
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144900%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144900 not downloaded yet
2026-03-29 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015723/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:04:27 [bca.uk] INFO: Found listing with ID: YE15%20JYC
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Scrape type for YE15%20JYC: 0
2026-03-29 11:04:27 [bca.uk] INFO: Found listing with ID: VO63%20XSD
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO63%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Scrape type for VO63%20XSD: 0
2026-03-29 11:04:27 [bca.uk] INFO: Found listing with ID: VK16%20BTV
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520BTV%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Scrape type for VK16%20BTV: 0
2026-03-29 11:04:27 [bca.uk] INFO: Found listing with ID: RV60%20TZO
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV60%2520TZO%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Scrape type for RV60%20TZO: 0
2026-03-29 11:04:27 [bca.uk] INFO: Found listing with ID: LG08%20RMU
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG08%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 11:04:27 [bca.uk] INFO: Scrape type for LG08%20RMU: 2
2026-03-29 11:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU
2026-03-29 11:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with scrape type 2
2026-03-29 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with scrape type 2
2026-03-29 11:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93ba7a6a-2703-5b61-8fe2-d2f537296d23, identifier: LG08%20RMU
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699142199%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142199 not downloaded yet
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699143858%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143858 not downloaded yet
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D698975415%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975415 not downloaded yet
2026-03-29 11:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015673/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389940/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU
2026-03-29 11:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU
2026-03-29 11:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU to the API
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:28 [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': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG08%20RMU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93ba7a6a-2703-5b61-8fe2-d2f537296d23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG08 RMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG08%20RMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '318I',
 'odometer': 136183,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 318I 2.0 143 SE Saloon',
 'transmission': 'manual',
 'trim': '143 SE',
 'vin': 'WBAVF52010A335841',
 'year': 2008}
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG08%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Saving data for LG08%20RMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774695858.25251, 'last_price_update_time': 1774782268.45066}
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG08%2520RMU') HTTP/1.1" 204 0
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699144911%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144911 not downloaded yet
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699144906%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144906 not downloaded yet
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e46550>
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%252FAK58WFA%252F699389957%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389957/600 saved to cache
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:04:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e27c10>
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%252FCK65JGO%252F699015779%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015779/600 saved to cache
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:04:28 [bca.uk] INFO: Total items found: 100
2026-03-29 11:04:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded
2026-03-29 11:04:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:04: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-29 11:04:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1032fd0>
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%252FSA13RLX%252F699142802%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142802/600 saved to cache
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142771/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180116/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: HY60%20RUC
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY60%2520RUC%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for HY60%20RUC: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: HV08%20XHP
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV08%2520XHP%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for HV08%20XHP: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: GL11%20XOW
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL11%2520XOW%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for GL11%20XOW: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: LN10%20VMY
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN10%2520VMY%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for LN10%20VMY: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: LK64%20NEJ
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK64%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for LK64%20NEJ: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: LD62%20NNR
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD62%2520NNR%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for LD62%20NNR: 0
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699142225%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142225 not downloaded yet
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699143865%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143865 not downloaded yet
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D698975441%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975441 not downloaded yet
2026-03-29 11:04:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975321/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975321>
2026-03-29 11:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180106/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:04: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-29 11:04: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-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699144918%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144918 not downloaded yet
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D699144912%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144912 not downloaded yet
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: KM11%20UUD
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM11%2520UUD%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for KM11%20UUD: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: ST59%20MKN
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST59%2520MKN%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for ST59%20MKN: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: GK61%20NMX
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK61%2520NMX%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for GK61%20NMX: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: EN10%20PWV
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN10%2520PWV%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for EN10%20PWV: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: BN10%20FFD
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN10%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for BN10%20FFD: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: AV13%20PZZ
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV13%2520PZZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for AV13%20PZZ: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: CV62%20UAZ
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV62%2520UAZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for CV62%20UAZ: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: MV07%20KUJ
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV07%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for MV07%20KUJ: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: DG15%20HYL
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG15%2520HYL%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for DG15%20HYL: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: DK61%20ZMO
2026-03-29 11:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK61%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 11:04:28 [bca.uk] INFO: Scrape type for DK61%20ZMO: 0
2026-03-29 11:04:28 [bca.uk] INFO: Found listing with ID: KU57%20WZP
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU57%2520WZP%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for KU57%20WZP: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: KY58%20DDF
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY58%2520DDF%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for KY58%20DDF: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LT55%20XAG
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT55%2520XAG%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LT55%20XAG: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: RO59%20VYY
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO59%2520VYY%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for RO59%20VYY: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: EA59%20HXN
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA59%2520HXN%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for EA59%20HXN: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GK19%20LKN
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520LKN%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GK19%20LKN: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GF07%20MDE
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF07%2520MDE%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GF07%20MDE: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GF67%20XMD
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520XMD%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GF67%20XMD: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: DE57%20JFF
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE57%2520JFF%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for DE57%20JFF: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: SB15%20DHF
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520DHF%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for SB15%20DHF: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: PX15%20ZPR
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX15%2520ZPR%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for PX15%20ZPR: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: FD17%20FAM
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520FAM%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for FD17%20FAM: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: DN60%20UOP
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN60%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for DN60%20UOP: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LN03%20XSM
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN03%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LN03%20XSM: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: KF54%20RYD
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF54%2520RYD%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for KF54%20RYD: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: DE59%20LRX
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE59%2520LRX%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for DE59%20LRX: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: ND05%20TWY
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND05%2520TWY%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for ND05%20TWY: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YB08%20SFN
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB08%2520SFN%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YB08%20SFN: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YK63%20HJU
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK63%2520HJU%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YK63%20HJU: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: VN10%20HZJ
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN10%2520HZJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for VN10%20HZJ: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: RY07%20SLU
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY07%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for RY07%20SLU: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YX59%20SFY
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX59%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YX59%20SFY: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: BG66%20TXM
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520TXM%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for BG66%20TXM: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YX16%20OWF
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX16%2520OWF%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YX16%20OWF: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: W12%20SWW
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W12%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for W12%20SWW: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GK16%20EPE
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520EPE%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GK16%20EPE: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: ET12%20EPJ
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET12%2520EPJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for ET12%20EPJ: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: KT07%20CZW
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT07%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for KT07%20CZW: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LX66%20KVO
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX66%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LX66%20KVO: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GU05%20LVY
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU05%2520LVY%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GU05%20LVY: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LE04%20AFJ
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE04%2520AFJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LE04%20AFJ: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GJ56%20OZO
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ56%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GJ56%20OZO: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YT64%20TZR
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520TZR%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YT64%20TZR: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: DN13%20WOV
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN13%2520WOV%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for DN13%20WOV: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: SL60%20TLY
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520TLY%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for SL60%20TLY: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: DF13%20OAN
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF13%2520OAN%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for DF13%20OAN: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: SO05%20MZE
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO05%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for SO05%20MZE: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LS17%20NKK
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520NKK%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LS17%20NKK: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: ET67%20ZTJ
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET67%2520ZTJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for ET67%20ZTJ: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LN09%20WAJ
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN09%2520WAJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LN09%20WAJ: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LX14%20XNH
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520XNH%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LX14%20XNH: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: KS67%20XUM
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS67%2520XUM%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for KS67%20XUM: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LF18%20AUM
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520AUM%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LF18%20AUM: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: HK67%20LGN
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK67%2520LGN%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for HK67%20LGN: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: CA06%20YTM
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA06%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for CA06%20YTM: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LK66%20WKL
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520WKL%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LK66%20WKL: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YK19%20NOH
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520NOH%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YK19%20NOH: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LO62%20FPD
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO62%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LO62%20FPD: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GU09%20ZBO
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU09%2520ZBO%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GU09%20ZBO: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YD13%20TWN
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD13%2520TWN%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YD13%20TWN: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: KP58%20SRV
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP58%2520SRV%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for KP58%20SRV: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LT05%20ONJ
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT05%2520ONJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for LT05%20ONJ: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: ML09%20TVX
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML09%2520TVX%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for ML09%20TVX: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: HY06%20VPF
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY06%2520VPF%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for HY06%20VPF: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: OV60%20BVR
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV60%2520BVR%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for OV60%20BVR: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: PE05%20WVK
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE05%2520WVK%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for PE05%20WVK: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: YA08%20JSV
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA08%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for YA08%20JSV: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: GU70%20SXD
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520SXD%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for GU70%20SXD: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: L4%20VSX
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L4%2520VSX%27 HTTP/1.1" 200 None
2026-03-29 11:04:29 [bca.uk] INFO: Scrape type for L4%20VSX: 0
2026-03-29 11:04:29 [bca.uk] INFO: Found listing with ID: LR70%20AHN
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for LR70%20AHN: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: GV69%20EKK
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV69%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for GV69%20EKK: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: EJ14%20PYU
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ14%2520PYU%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for EJ14%20PYU: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: FG68%20SFY
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG68%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for FG68%20SFY: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: EX71%20JPO
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX71%2520JPO%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for EX71%20JPO: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: EF22%20THK
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF22%2520THK%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for EF22%20THK: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: DU68%20LVG
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU68%2520LVG%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for DU68%20LVG: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: AO65%20VXH
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO65%2520VXH%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for AO65%20VXH: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: PFZ%208482
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PFZ%25208482%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for PFZ%208482: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: SB11%20OWR
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB11%2520OWR%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for SB11%20OWR: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: YD14%20AUA
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD14%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for YD14%20AUA: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: YJ63%20VCM
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ63%2520VCM%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for YJ63%20VCM: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: CK70%20OSX
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK70%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for CK70%20OSX: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: FE55%20ACX
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE55%2520ACX%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for FE55%20ACX: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: RF22%20LPJ
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF22%2520LPJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for RF22%20LPJ: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: YH22%20TPO
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH22%2520TPO%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for YH22%20TPO: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: WR74%20UNV
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR74%2520UNV%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for WR74%20UNV: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: LR09%20VJO
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR09%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for LR09%20VJO: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: AJ10%20XBR
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ10%2520XBR%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for AJ10%20XBR: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: FP60%20LBZ
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP60%2520LBZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for FP60%20LBZ: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: KE04%20ECL
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE04%2520ECL%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for KE04%20ECL: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: KP05%20UXR
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP05%2520UXR%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for KP05%20UXR: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: KX06%20XUD
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX06%2520XUD%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for KX06%20XUD: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: LK59%20LFU
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK59%2520LFU%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for LK59%20LFU: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: OU66%20YVP
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU66%2520YVP%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for OU66%20YVP: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: BV18%20MMU
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV18%2520MMU%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for BV18%20MMU: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: EJ72%20YOX
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ72%2520YOX%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for EJ72%20YOX: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: GX69%20OHK
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX69%2520OHK%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for GX69%20OHK: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: LD20%20VFR
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD20%2520VFR%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for LD20%20VFR: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: WK69%20XPD
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK69%2520XPD%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for WK69%20XPD: 0
2026-03-29 11:04:30 [bca.uk] INFO: Found listing with ID: BG72%20YNH
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG72%2520YNH%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [bca.uk] INFO: Scrape type for BG72%20YNH: 0
2026-03-29 11:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c8eb50>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142130%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142130/600 saved to cache
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0c8ced0>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSA13RLX%252F699142784%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142784/600 saved to cache
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb7e50>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX07KVL%252F699180133%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180133/600 saved to cache
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ead150>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK65JGO%252F699015723%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015723/600 saved to cache
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389923/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142142/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143826/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143826>
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142247%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142247 not downloaded yet
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143877%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143877 not downloaded yet
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975472%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975472 not downloaded yet
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144925%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144925 not downloaded yet
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144917%27 HTTP/1.1" 200 None
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144917 not downloaded yet
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0fb4f50>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK65JGO%252F699015673%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015673/600 saved to cache
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e9bbd0>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK58WFA%252F699389940%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389940/600 saved to cache
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb68d0>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSA13RLX%252F699142771%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142771/600 saved to cache
2026-03-29 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c110fe90>
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX07KVL%252F699180116%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180116/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D> (referer: https://www.bca.co.uk/)
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975364/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975364>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143834/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143834>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144893/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144893>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144899/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144899>
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142269%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142269 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143892%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143892 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975511%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975511 not downloaded yet
2026-03-29 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c6a10>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX07KVL%252F699180106%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180106/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142176>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144905/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144905>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144900/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144900>
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144935%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144935 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144926%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144926 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143919%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143919 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975535%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975535 not downloaded yet
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1018f50>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK58WFA%252F699389923%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389923/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eac0d0>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142142%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142142/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975389/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975389>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144906>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144911/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144911>
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975321/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144944%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144944 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144936%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144936 not downloaded yet
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143826/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143938%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143938 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975564%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975564 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144952%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144952 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144945%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144945 not downloaded yet
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1090550>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_expert_report_file_2f2ffc51-8ebb-4c08-9e54-dd386bf3228b.pdf HTTP/1.1" 201 0
2026-03-29 11:04:31 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5000443-d098-543a-88b6-5b29c4d45133, skipping ID generation
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKN13ZMX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN13ZMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975441/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975441>
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143865/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143865>
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143834/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975364/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975472/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975472>
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144961%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144961 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144955%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144955 not downloaded yet
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964442%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964442 not downloaded yet
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1d3ed90>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975321%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975321/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bbad10>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143826%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143826/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144900/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964459%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964459 not downloaded yet
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144905/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964487%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964487 not downloaded yet
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c439c650>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143834%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143834/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0e4d950>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975364%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975364/600 saved to cache
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144926/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144926>
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964508%27 HTTP/1.1" 200 None
2026-03-29 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964508 not downloaded yet
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c114b3d0>
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144900%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144900/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bba410>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144905%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144905/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144899/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144911/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144893/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D698964535%27 HTTP/1.1" 200 None
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964535 not downloaded yet
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975389/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144936/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144936>
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143865/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D698964578%27 HTTP/1.1" 200 None
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964578 not downloaded yet
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ccc950>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142176%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142176/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975441/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D698964607%27 HTTP/1.1" 200 None
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964607 not downloaded yet
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144945/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144945>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964421/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN13ZMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964442/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964442>
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975472/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D698964629%27 HTTP/1.1" 200 None
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964629 not downloaded yet
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04: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%3D698964656%27 HTTP/1.1" 200 None
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964656 not downloaded yet
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1fee710>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144906%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144906/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e69390>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144899%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144899/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04c8910>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144911%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144911/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd6f10>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144893%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144893/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144955/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144955>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964459/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964459>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964508/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964508>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964487/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964487>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144952/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144952>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144961/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144961>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a1d10>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975389%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975389/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c43a0bd0>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143865%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143865/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144926/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144936/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f58550>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975441%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975441/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0574390>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975472%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975472/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975564/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975564>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964607>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964535/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964535>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964578/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964578>
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964421/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144961/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144945/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef4890>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144926%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144926/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bffe10>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144936%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144936/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964442/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964656>
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964629/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964629>
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964487/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964508/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144952/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144955/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ecd190>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964421%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964421/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e6b650>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144961%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144961/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ec5d10>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144945%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144945/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964459/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964535/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143938/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143938>
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975564/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ed5f10>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964442%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964442/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0442850>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964487%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964487/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0cced50>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964508%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964508/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d80210>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144952%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144952/600 saved to cache
2026-03-29 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ccc490>
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144955%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144955/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144944/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144944>
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975535/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975535>
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143919/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143919>
2026-03-29 11:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964578/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964629/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN13ZMX/42812007?sv=2020-08-04&st=2026-03-29T11%3A04%3A23Z&se=2026-03-29T11%3A29%3A23Z&sr=b&sp=r&sig=3nkw5i791lKTTYDo48j2czNgpTR6scw%2BJX%2BrsPTNnA4%3D)
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd4f90>
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964459%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964459/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c05a3750>
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964535%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964535/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ecd6d0>
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975564%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975564/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e28a10>
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964607%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964607/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144935/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144935>
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975511/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975511>
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142269/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142269>
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144917/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144917>
2026-03-29 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143892/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143892>
2026-03-29 11:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143938/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2081790>
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964578%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964578/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0d76e50>
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964656%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964656/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1fee5d0>
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKN13ZMX%252F698964629%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964629/600 saved to cache
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d5000443-d098-543a-88b6-5b29c4d45133
2026-03-29 11:04:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5000443-d098-543a-88b6-5b29c4d45133, skipping ID generation
2026-03-29 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5000443-d098-543a-88b6-5b29c4d45133 sending to next pipeline
2026-03-29 11:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5000443-d098-543a-88b6-5b29c4d45133, identifier: KN13%20ZMX
2026-03-29 11:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5000443-d098-543a-88b6-5b29c4d45133 with identifier: KN13%20ZMX
2026-03-29 11:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5000443-d098-543a-88b6-5b29c4d45133 with identifier: KN13%20ZMX
2026-03-29 11:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5000443-d098-543a-88b6-5b29c4d45133 with identifier: KN13%20ZMX to the API
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964629/600>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_expert_report_file_2f2ffc51-8ebb-4c08-9e54-dd386bf3228b.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN13%20ZMX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5000443-d098-543a-88b6-5b29c4d45133',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN13 ZMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN13%20ZMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 102179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52336,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964421/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48801,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964442/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47438,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964459/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50082,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964487/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49070,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964508/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44028,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964535/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 110176,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964578/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71038,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87113,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964629/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5000443-d098-543a-88b6-5b29c4d45133/d5000443-d098-543a-88b6-5b29c4d45133_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80886,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN13ZMX/698964656/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA 1.6 VVT 115 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': 'VVT 115 EXCLUSIV',
 'vin': 'W0L0AHM75D2066271',
 'year': 2013}
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN13%2520ZMX%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Saving data for KN13%20ZMX: {'created_time': 1774782274.498642, 'last_price_update_time': 1774782274.498654, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN13%2520ZMX') HTTP/1.1" 204 0
2026-03-29 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144925/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144925>
2026-03-29 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143877/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143877>
2026-03-29 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144912/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144912>
2026-03-29 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142247>
2026-03-29 11:04:34 [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-29 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144918/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144918>
2026-03-29 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143919/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144944/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975535/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0defbd0>
2026-03-29 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143938%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143938/600 saved to cache
2026-03-29 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142225/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142225>
2026-03-29 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142269/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:34 [bca.uk] INFO: Total items found: 100
2026-03-29 11:04:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded
2026-03-29 11:04:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:04:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143892/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144917/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975415/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975415>
2026-03-29 11:04:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:04:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: DP69%20ZFO
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520ZFO%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for DP69%20ZFO: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: BJ20%20SFO
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520SFO%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for BJ20%20SFO: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: LX70%20UWW
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520UWW%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for LX70%20UWW: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: ML18%20JZP
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for ML18%20JZP: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: AO18%20YDT
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520YDT%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for AO18%20YDT: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: DX68%20LYY
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for DX68%20LYY: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: M8%20GTB
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M8%2520GTB%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for M8%20GTB: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: MW24%20ESU
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW24%2520ESU%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for MW24%20ESU: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: MA22%20GUC
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for MA22%20GUC: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: PX69%20SXW
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX69%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for PX69%20SXW: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: DSZ%206849
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25206849%27 HTTP/1.1" 200 None
2026-03-29 11:04:34 [bca.uk] INFO: Scrape type for DSZ%206849: 0
2026-03-29 11:04:34 [bca.uk] INFO: Found listing with ID: MF20%20LKN
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF20%2520LKN%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for MF20%20LKN: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: OE70%20CVW
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for OE70%20CVW: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: WG22%20UOD
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for WG22%20UOD: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: WV70%20FXU
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520FXU%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for WV70%20FXU: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: YS70%20CXD
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520CXD%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for YS70%20CXD: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: GJ71%20WSN
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520WSN%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for GJ71%20WSN: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: HT70%20DMF
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520DMF%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for HT70%20DMF: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: KM20%20TSZ
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520TSZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for KM20%20TSZ: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: LV18%20FLW
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV18%2520FLW%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for LV18%20FLW: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: AV20%20JJK
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV20%2520JJK%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for AV20%20JJK: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: GJ20%20UMA
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ20%2520UMA%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for GJ20%20UMA: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: V800%20ARR
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V800%2520ARR%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for V800%20ARR: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: BV19%20UHK
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for BV19%20UHK: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: DY68%20UWN
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for DY68%20UWN: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: FL71%20EGE
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for FL71%20EGE: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: ND70%20FWR
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520FWR%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for ND70%20FWR: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: MJ69%20NDN
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520NDN%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for MJ69%20NDN: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: KJ19%20OPY
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for KJ19%20OPY: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: RE68%20BSO
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520BSO%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for RE68%20BSO: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: DV70%20UAG
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520UAG%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for DV70%20UAG: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: FL21%20VOF
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520VOF%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for FL21%20VOF: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: PF68%20PYB
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520PYB%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for PF68%20PYB: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: SK20%20UEP
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK20%2520UEP%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for SK20%20UEP: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: RE70%20JXR
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520JXR%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for RE70%20JXR: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: GF20%20LKE
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF20%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for GF20%20LKE: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: SE68%20SDU
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE68%2520SDU%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for SE68%20SDU: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: SJ72%20MDX
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520MDX%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for SJ72%20MDX: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: DG69%20VJO
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG69%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for DG69%20VJO: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: SC19%20XGB
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC19%2520XGB%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for SC19%20XGB: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: CE19%20UGD
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520UGD%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for CE19%20UGD: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: BG70%20GGP
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520GGP%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for BG70%20GGP: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: SN21%20AHB
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN21%2520AHB%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for SN21%20AHB: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: CN22%20SLU
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for CN22%20SLU: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: DP69%20NZK
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520NZK%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for DP69%20NZK: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: HK73%20EWD
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for HK73%20EWD: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: MJ20%20EEG
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520EEG%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for MJ20%20EEG: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: WD72%20JHL
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520JHL%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for WD72%20JHL: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: WP20%20GXG
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520GXG%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for WP20%20GXG: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: MT69%20XJO
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT69%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for MT69%20XJO: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: SW70%20EHR
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW70%2520EHR%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for SW70%20EHR: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: PK70%20ULM
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK70%2520ULM%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for PK70%20ULM: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: YD20%20LRV
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD20%2520LRV%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for YD20%20LRV: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: DN20%20ENC
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520ENC%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for DN20%20ENC: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: EP68%20DWV
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520DWV%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for EP68%20DWV: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: FE70%20UFX
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520UFX%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for FE70%20UFX: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: HK21%20BWB
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520BWB%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for HK21%20BWB: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: YA18%20UVB
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for YA18%20UVB: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: GF23%20TXO
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520TXO%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for GF23%20TXO: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: RE22%20ECV
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520ECV%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for RE22%20ECV: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: AE69%20GWW
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520GWW%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for AE69%20GWW: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: EJ69%20TFF
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ69%2520TFF%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for EJ69%20TFF: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: CK18%20NWF
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520NWF%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for CK18%20NWF: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: KS69%20HBC
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520HBC%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for KS69%20HBC: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: BC04%20RGC
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC04%2520RGC%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for BC04%20RGC: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: LO66%20DDN
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520DDN%27 HTTP/1.1" 200 None
2026-03-29 11:04:35 [bca.uk] INFO: Scrape type for LO66%20DDN: 0
2026-03-29 11:04:35 [bca.uk] INFO: Found listing with ID: RJ60%20UUD
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ60%2520UUD%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for RJ60%20UUD: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: OV61%20DEU
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV61%2520DEU%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for OV61%20DEU: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: BV62%20UHD
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520UHD%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for BV62%20UHD: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: KJ08%20EHN
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ08%2520EHN%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for KJ08%20EHN: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: AD16%20JOV
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD16%2520JOV%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for AD16%20JOV: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: YB73%20OAS
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB73%2520OAS%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for YB73%20OAS: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: MV69%20AWO
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV69%2520AWO%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for MV69%20AWO: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: BT69%20OOB
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT69%2520OOB%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for BT69%20OOB: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: GF23%20SBY
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520SBY%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for GF23%20SBY: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: LK74%20JRO
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK74%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for LK74%20JRO: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: WJ24%20BNZ
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ24%2520BNZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for WJ24%20BNZ: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: SF68%20ZZH
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF68%2520ZZH%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for SF68%20ZZH: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: CV15%20WKS
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520WKS%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for CV15%20WKS: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: LR14%20LYD
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR14%2520LYD%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for LR14%20LYD: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: GF16%20PNK
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF16%2520PNK%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for GF16%20PNK: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: BG65%20DZL
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520DZL%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for BG65%20DZL: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: WM14%20VDJ
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520VDJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for WM14%20VDJ: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: NJ04%20HJN
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ04%2520HJN%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for NJ04%20HJN: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: BX06%20AVC
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX06%2520AVC%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for BX06%20AVC: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: VE10%20LDK
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE10%2520LDK%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for VE10%20LDK: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: SB63%20LRV
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB63%2520LRV%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for SB63%20LRV: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: RO64%20FTF
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for RO64%20FTF: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: ND12%20HWP
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND12%2520HWP%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for ND12%20HWP: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: MA60%20AFO
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA60%2520AFO%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for MA60%20AFO: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: EA12%20KGK
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA12%2520KGK%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for EA12%20KGK: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: BT13%20OMV
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT13%2520OMV%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for BT13%20OMV: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: BF63%20HVL
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520HVL%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for BF63%20HVL: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: AO12%20UHH
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO12%2520UHH%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for AO12%20UHH: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: YH13%20CHD
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH13%2520CHD%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for YH13%20CHD: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: MW19%20MTX
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW19%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for MW19%20MTX: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: ST24%20XOE
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST24%2520XOE%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for ST24%20XOE: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: RE59%20BXM
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE59%2520BXM%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for RE59%20BXM: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: FX70%20HCZ
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520HCZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for FX70%20HCZ: 0
2026-03-29 11:04:36 [bca.uk] INFO: Found listing with ID: EN19%20JGV
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN19%2520JGV%27 HTTP/1.1" 200 None
2026-03-29 11:04:36 [bca.uk] INFO: Scrape type for EN19%20JGV: 0
2026-03-29 11:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144912/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142247/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975511/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0dd6c90>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143919%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143919/600 saved to cache
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1e44610>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144944%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144944/600 saved to cache
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0bb7e90>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975535%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975535/600 saved to cache
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143858/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143858>
2026-03-29 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144918/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144935/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143877/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144925/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ba6e10>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_9.jpg HTTP/1.1" 201 0
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142269%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142269/600 saved to cache
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1eceed0>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143892%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143892/600 saved to cache
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1b0ea90>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144917%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144917/600 saved to cache
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142199/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142199>
2026-03-29 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142182/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142182>
2026-03-29 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143847/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143847>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c2d3af10>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144912%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144912/600 saved to cache
2026-03-29 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ccd950>
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_8.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142247%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142247/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef5d90>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975511%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975511/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0eae510>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144918%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144918/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef5850>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144935%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144935/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1274410>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143877%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143877/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ded6d0>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144925%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144925/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142166/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142166>
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144887/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KR63YFY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975415/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144890/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KS61VEM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142225/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143813/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF12ZVG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975307/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GJ14KEK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142156/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142156>
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142760/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142760>
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015669/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015669>
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180096/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699180096>
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143858/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143847/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1076b50>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975415%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975415/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142182/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389901/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699389901>
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144887/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR63YFY/42811832?sv=2020-08-04&st=2026-03-29T11%3A04%3A18Z&se=2026-03-29T11%3A29%3A18Z&sr=b&sp=r&sig=OEaZDj88Rjuv6k%2BszuJ3Sfq3GV7A72MdWPzJBPMyqss%3D)
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c105e910>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_7.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142225%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142225/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015661/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699015661>
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144890/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KS61VEM/42811798?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=HH0Pbr3v6IzvrIy9VG51NohJmAo3%2BW%2BiYO%2F%2Ba%2FX%2B234%3D)
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142166/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142199/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b9690>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143858%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143858/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975307/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ14KEK/42812080?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=tp5Tomuf2RWBTAlDDTiSXaNGdJ3HFfmlHw4jJUcchiY%3D)
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143813/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF12ZVG/42811860?sv=2020-08-04&st=2026-03-29T11%3A04%3A17Z&se=2026-03-29T11%3A29%3A17Z&sr=b&sp=r&sig=Z1%2BPkz8vK5gOWFrHaIXRek6it%2FSWw81sdYpBrSCrTlQ%3D)
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142760/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04bbb10>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143847%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143847/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142156/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AJ62RFN/42811814?sv=2020-08-04&st=2026-03-29T11%3A04%3A16Z&se=2026-03-29T11%3A29%3A16Z&sr=b&sp=r&sig=D0y5QHGceIkcTkjyASRi8c4pXd5BFU9opKunyM%2Fmi%2BI%3D)
2026-03-29 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015669/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142746/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142746>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c04b8f10>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_5.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142182%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142182/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c407f0d0>
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKR63YFY%252F699144887%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144887/600 saved to cache
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2deed8df-e06b-53a4-9192-395390785c5c
2026-03-29 11:04:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2deed8df-e06b-53a4-9192-395390785c5c, skipping ID generation
2026-03-29 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2deed8df-e06b-53a4-9192-395390785c5c sending to next pipeline
2026-03-29 11:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2deed8df-e06b-53a4-9192-395390785c5c, identifier: KR63%20YFY
2026-03-29 11:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2deed8df-e06b-53a4-9192-395390785c5c with identifier: KR63%20YFY
2026-03-29 11:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2deed8df-e06b-53a4-9192-395390785c5c with identifier: KR63%20YFY
2026-03-29 11:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2deed8df-e06b-53a4-9192-395390785c5c with identifier: KR63%20YFY to the API
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144887/600>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_expert_report_file_afcaf226-d6b7-41a3-b4fa-68bcf5ec732f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR63%20YFY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2deed8df-e06b-53a4-9192-395390785c5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR63 YFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR63%20YFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220',
 'odometer': 175219,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49405,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144887/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46721,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144893/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44869,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144900/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47789,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144906/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44819,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144912/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41062,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144917/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75697,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144926/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79406,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144936/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144945/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2deed8df-e06b-53a4-9192-395390785c5c/2deed8df-e06b-53a4-9192-395390785c5c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85126,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR63YFY/699144955/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 2.1 CDI AMG SPORT TIP Saloon',
 'transmission': 'manual',
 'trim': 'CDI AMG SPORT TIP',
 'vin': 'WDD2120022A939692',
 'year': 2013}
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520YFY%27 HTTP/1.1" 200 None
2026-03-29 11:04:38 [bca.uk] INFO: Saving data for KR63%20YFY: {'created_time': 1774782278.507622, 'last_price_update_time': 1774782278.507637, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR63%2520YFY') HTTP/1.1" 204 0
2026-03-29 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180096/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX07KVL/42803736?sv=2020-08-04&st=2026-03-29T11%3A01%3A03Z&se=2026-03-29T11%3A26%3A03Z&sr=b&sp=r&sig=6poU4gt%2B0bA4x1DSvOExKNK%2BZ5cdCljoGudRx26rRwo%3D)
2026-03-29 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389901/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK58WFA/42811911?sv=2020-08-04&st=2026-03-29T11%3A01%3A10Z&se=2026-03-29T11%3A26%3A10Z&sr=b&sp=r&sig=5hFOolfcgYjQnGlqNOaArg1cZ5qfkCv4KL1VjW0M2kw%3D)
2026-03-29 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015661/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK65JGO/42810965?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=%2Bu6SFIBKc3kzsA3FbT2Ah%2Bx2Fr8UDXn6hHKjAYhaei8%3D)
2026-03-29 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142746/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SA13RLX/42811402?sv=2020-08-04&st=2026-03-29T11%3A01%3A05Z&se=2026-03-29T11%3A26%3A05Z&sr=b&sp=r&sig=koaeaf9pDdi%2Fs15WBiaP%2FtoXPFpeQ1VOj%2FL2pe9bxd4%3D)
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef16d0>
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKS61VEM%252F699144890%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144890/600 saved to cache
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d
2026-03-29 11:04:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d, skipping ID generation
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d sending to next pipeline
2026-03-29 11:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d, identifier: KS61%20VEM
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c03fc210>
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142166%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142166/600 saved to cache
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04: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-29 11:04: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-29 11:04:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c049ce50>
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142199%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142199/600 saved to cache
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c049d290>
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ14KEK%252F698975307%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975307/600 saved to cache
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 18397a5c-a792-50b9-8b16-4df3c7616ef0
2026-03-29 11:04:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18397a5c-a792-50b9-8b16-4df3c7616ef0, skipping ID generation
2026-03-29 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18397a5c-a792-50b9-8b16-4df3c7616ef0 sending to next pipeline
2026-03-29 11:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18397a5c-a792-50b9-8b16-4df3c7616ef0, identifier: GJ14%20KEK
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0f839d0>
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_0.jpg HTTP/1.1" 201 0
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF12ZVG%252F699143813%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143813/600 saved to cache
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657
2026-03-29 11:04:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6c53b5f-b5b3-5553-93d7-bcdbb876f657, skipping ID generation
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6c53b5f-b5b3-5553-93d7-bcdbb876f657 sending to next pipeline
2026-03-29 11:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6c53b5f-b5b3-5553-93d7-bcdbb876f657, identifier: GF12%20ZVG
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c439e290>
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSA13RLX%252F699142760%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142760/600 saved to cache
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c049f4d0>
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_2.jpg HTTP/1.1" 201 0
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAJ62RFN%252F699142156%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142156/600 saved to cache
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b
2026-03-29 11:04:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b, skipping ID generation
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b sending to next pipeline
2026-03-29 11:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b, identifier: AJ62%20RFN
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c4085810>
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_4.jpg HTTP/1.1" 201 0
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK65JGO%252F699015669%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015669/600 saved to cache
2026-03-29 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d with identifier: KS61%20VEM
2026-03-29 11:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d with identifier: KS61%20VEM
2026-03-29 11:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30bda794-87eb-5f43-bc8c-cf0c5d65fc5d with identifier: KS61%20VEM to the API
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144890/600>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_expert_report_file_bf8c2421-9ce1-4d56-aaad-6ad48f89f723.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS61%20VEM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '30bda794-87eb-5f43-bc8c-cf0c5d65fc5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS61 VEM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS61%20VEM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF PLUS',
 'odometer': 98286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46924,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144890/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44917,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144899/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44118,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144905/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45880,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144911/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44326,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144918/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43520,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144925/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 113976,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144935/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76287,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144944/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89578,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144952/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30bda794-87eb-5f43-bc8c-cf0c5d65fc5d/30bda794-87eb-5f43-bc8c-cf0c5d65fc5d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73768,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KS61VEM/699144961/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF PLUS 1.6 TDI 105 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'WVWZZZ1KZCW506033',
 'year': 2011}
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS61%2520VEM%27 HTTP/1.1" 200 None
2026-03-29 11:04:40 [bca.uk] INFO: Saving data for KS61%20VEM: {'created_time': 1774782280.089618, 'last_price_update_time': 1774782280.089627, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS61%2520VEM') HTTP/1.1" 204 0
2026-03-29 11:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18397a5c-a792-50b9-8b16-4df3c7616ef0 with identifier: GJ14%20KEK
2026-03-29 11:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18397a5c-a792-50b9-8b16-4df3c7616ef0 with identifier: GJ14%20KEK
2026-03-29 11:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18397a5c-a792-50b9-8b16-4df3c7616ef0 with identifier: GJ14%20KEK to the API
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975307/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_expert_report_file_21451512-a089-4351-ad42-9ddc931c9677.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ14%20KEK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18397a5c-a792-50b9-8b16-4df3c7616ef0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ14 KEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ14%20KEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 96357,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49309,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975307/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46114,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975321/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46989,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975364/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48783,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975389/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45286,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975415/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41988,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975441/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87189,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975472/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75283,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975511/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99385,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975535/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18397a5c-a792-50b9-8b16-4df3c7616ef0/18397a5c-a792-50b9-8b16-4df3c7616ef0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72546,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ14KEK/698975564/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 S',
 'vin': 'WVWZZZAUZEW263675',
 'year': 2014}
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ14%2520KEK%27 HTTP/1.1" 200 None
2026-03-29 11:04:40 [bca.uk] INFO: Saving data for GJ14%20KEK: {'created_time': 1774782280.525687, 'last_price_update_time': 1774782280.5257, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ14%2520KEK') HTTP/1.1" 204 0
2026-03-29 11:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6c53b5f-b5b3-5553-93d7-bcdbb876f657 with identifier: GF12%20ZVG
2026-03-29 11:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6c53b5f-b5b3-5553-93d7-bcdbb876f657 with identifier: GF12%20ZVG
2026-03-29 11:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6c53b5f-b5b3-5553-93d7-bcdbb876f657 with identifier: GF12%20ZVG to the API
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143813/600>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_expert_report_file_1f9d712e-52d5-4fc3-84f7-dc35268a0540.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF12%20ZVG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd6c53b5f-b5b3-5553-93d7-bcdbb876f657',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF12 ZVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF12%20ZVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 111312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52522,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143813/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48759,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143826/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49518,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143834/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50915,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143847/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47643,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143858/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45037,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143865/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94756,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143877/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65411,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143892/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85313,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143919/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6c53b5f-b5b3-5553-93d7-bcdbb876f657/d6c53b5f-b5b3-5553-93d7-bcdbb876f657_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73556,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF12ZVG/699143938/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 105 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 105 ZETEC',
 'vin': 'WF0KXXGCBKCC08190',
 'year': 2012}
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 11:04:40 [bca.uk] INFO: Saving data for GF12%20ZVG: {'created_time': 1774782280.989066, 'last_price_update_time': 1774782280.989078, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF12%2520ZVG') HTTP/1.1" 204 0
2026-03-29 11:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b with identifier: AJ62%20RFN
2026-03-29 11:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b with identifier: AJ62%20RFN
2026-03-29 11:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b with identifier: AJ62%20RFN to the API
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142156/600>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_expert_report_file_42f3cbfd-456a-4439-9d4a-3b61c1a19214.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ62%20RFN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ62 RFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ62%20RFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 85870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49148,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142130/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45802,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142142/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45888,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142156/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47986,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142166/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45513,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142176/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42501,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142182/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99218,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142199/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76944,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142225/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86180,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142247/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b/3f7c1f7a-09b1-50a2-b0e1-0768d246ba4b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81848,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AJ62RFN/699142269/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 117 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': '117 ACENTA',
 'vin': 'SJNFAAJ10U2710233',
 'year': 2013}
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ62%2520RFN%27 HTTP/1.1" 200 None
2026-03-29 11:04:41 [bca.uk] INFO: Saving data for AJ62%20RFN: {'created_time': 1774782281.434591, 'last_price_update_time': 1774782281.434605, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ62%2520RFN') HTTP/1.1" 204 0
2026-03-29 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-29 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c0ed3c10>
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_6.jpg HTTP/1.1" 201 0
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX07KVL%252F699180096%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180096/600 saved to cache
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c1e63a4c-4284-5d10-a22f-cb836899afcc
2026-03-29 11:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1e63a4c-4284-5d10-a22f-cb836899afcc, skipping ID generation
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1e63a4c-4284-5d10-a22f-cb836899afcc sending to next pipeline
2026-03-29 11:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1e63a4c-4284-5d10-a22f-cb836899afcc, identifier: EX07%20KVL
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1af1510>
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_1.jpg HTTP/1.1" 201 0
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK58WFA%252F699389901%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389901/600 saved to cache
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa
2026-03-29 11:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d2f289a-ae9d-5872-82ec-28108d6fddfa, skipping ID generation
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5d2f289a-ae9d-5872-82ec-28108d6fddfa sending to next pipeline
2026-03-29 11:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d2f289a-ae9d-5872-82ec-28108d6fddfa, identifier: AK58%20WFA
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ef6350>
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK65JGO%252F699015661%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015661/600 saved to cache
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e
2026-03-29 11:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4855d334-9f6a-55d2-ac2f-44b7c392bb2e, skipping ID generation
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4855d334-9f6a-55d2-ac2f-44b7c392bb2e sending to next pipeline
2026-03-29 11:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4855d334-9f6a-55d2-ac2f-44b7c392bb2e, identifier: CK65%20JGO
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f57c1ac6690>
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_3.jpg HTTP/1.1" 201 0
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSA13RLX%252F699142746%252F600') HTTP/1.1" 204 0
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142746/600 saved to cache
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4cf65d55-1235-5591-9f41-633b8e4732d7
2026-03-29 11:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4cf65d55-1235-5591-9f41-633b8e4732d7, skipping ID generation
2026-03-29 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4cf65d55-1235-5591-9f41-633b8e4732d7 sending to next pipeline
2026-03-29 11:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cf65d55-1235-5591-9f41-633b8e4732d7, identifier: SA13%20RLX
2026-03-29 11:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1e63a4c-4284-5d10-a22f-cb836899afcc with identifier: EX07%20KVL
2026-03-29 11:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1e63a4c-4284-5d10-a22f-cb836899afcc with identifier: EX07%20KVL
2026-03-29 11:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1e63a4c-4284-5d10-a22f-cb836899afcc with identifier: EX07%20KVL to the API
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180096/600>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_expert_report_file_c4746ecc-2c77-4c5f-be0d-1e3fd6f87727.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX07%20KVL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1e63a4c-4284-5d10-a22f-cb836899afcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX07 KVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX07%20KVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 133697,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39706,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180019/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39244,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180026/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36548,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180036/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37639,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180042/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35410,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180051/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34021,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180083/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96635,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180096/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83888,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180106/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91148,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180116/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1e63a4c-4284-5d10-a22f-cb836899afcc/c1e63a4c-4284-5d10-a22f-cb836899afcc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80646,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX07KVL/699180133/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI VISIA',
 'vin': 'SJNFCAJ10U1031233',
 'year': 2007}
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX07%2520KVL%27 HTTP/1.1" 200 None
2026-03-29 11:04:42 [bca.uk] INFO: Saving data for EX07%20KVL: {'created_time': 1774782282.543254, 'last_price_update_time': 1774782282.543267, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX07%2520KVL') HTTP/1.1" 204 0
2026-03-29 11:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d2f289a-ae9d-5872-82ec-28108d6fddfa with identifier: AK58%20WFA
2026-03-29 11:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d2f289a-ae9d-5872-82ec-28108d6fddfa with identifier: AK58%20WFA
2026-03-29 11:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d2f289a-ae9d-5872-82ec-28108d6fddfa with identifier: AK58%20WFA to the API
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389901/600>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_expert_report_file_3aea3892-7991-4d14-8e45-ab728150692f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK58%20WFA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d2f289a-ae9d-5872-82ec-28108d6fddfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK58 WFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK58%20WFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 76822,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47730,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389872/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47694,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389901/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46014,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389923/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45830,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389940/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39081,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389957/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39668,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389968/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94499,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699389995/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85676,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390012/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95817,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390022/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d2f289a-ae9d-5872-82ec-28108d6fddfa/5d2f289a-ae9d-5872-82ec-28108d6fddfa_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76305,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK58WFA/699390036/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 70 MATCH Hatchback',
 'transmission': 'manual',
 'trim': '70 MATCH',
 'vin': 'WVWZZZ9NZ9Y158404',
 'year': 2009}
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520WFA%27 HTTP/1.1" 200 None
2026-03-29 11:04:43 [bca.uk] INFO: Saving data for AK58%20WFA: {'created_time': 1774782283.039659, 'last_price_update_time': 1774782283.039673, 'auction_closing_time': 1774951200.0}
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK58%2520WFA') HTTP/1.1" 204 0
2026-03-29 11:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4855d334-9f6a-55d2-ac2f-44b7c392bb2e with identifier: CK65%20JGO
2026-03-29 11:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4855d334-9f6a-55d2-ac2f-44b7c392bb2e with identifier: CK65%20JGO
2026-03-29 11:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4855d334-9f6a-55d2-ac2f-44b7c392bb2e with identifier: CK65%20JGO to the API
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015661/600>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_expert_report_file_d75d2afa-21e0-47f1-be13-fcae36c6adb4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK65%20JGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4855d334-9f6a-55d2-ac2f-44b7c392bb2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK65 JGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK65%20JGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 114658,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38638,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015646/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39012,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015650/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38469,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015657/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37159,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015661/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34980,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015669/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35847,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015673/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81779,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015723/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74545,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015779/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91657,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015812/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4855d334-9f6a-55d2-ac2f-44b7c392bb2e/4855d334-9f6a-55d2-ac2f-44b7c392bb2e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84196,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK65JGO/699015843/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 ZETEC StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0BXXMRKBFT76061',
 'year': 2015}
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK65%2520JGO%27 HTTP/1.1" 200 None
2026-03-29 11:04:43 [bca.uk] INFO: Saving data for CK65%20JGO: {'created_time': 1774782283.456168, 'last_price_update_time': 1774782283.456178, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK65%2520JGO') HTTP/1.1" 204 0
2026-03-29 11:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cf65d55-1235-5591-9f41-633b8e4732d7 with identifier: SA13%20RLX
2026-03-29 11:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cf65d55-1235-5591-9f41-633b8e4732d7 with identifier: SA13%20RLX
2026-03-29 11:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cf65d55-1235-5591-9f41-633b8e4732d7 with identifier: SA13%20RLX to the API
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142746/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_expert_report_file_9227d932-0303-4789-9b28-5670167fc41f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA13%20RLX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4cf65d55-1235-5591-9f41-633b8e4732d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA13 RLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA13%20RLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CHRYSLER',
 'model': 'YPSILON',
 'odometer': 49590,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36777,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142711/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36597,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142719/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 35205,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142732/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 34940,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142746/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 33551,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142760/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 33820,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142771/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60654,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142784/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51797,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142802/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64196,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142829/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cf65d55-1235-5591-9f41-633b8e4732d7/4cf65d55-1235-5591-9f41-633b8e4732d7_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77986,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SA13RLX/699142847/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CHRYSLER YPSILON 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'ZLA31200005077729',
 'year': 2013}
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 11:04:43 [bca.uk] INFO: Saving data for SA13%20RLX: {'created_time': 1774782283.844246, 'last_price_update_time': 1774782283.844257, 'auction_closing_time': 1774864800.0}
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA13%2520RLX') HTTP/1.1" 204 0
2026-03-29 11:04: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-29 11:04:43 [bca.uk] INFO: Total items found: 100
2026-03-29 11:04:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded
2026-03-29 11:04:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:04: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-29 11:04:43 [bca.uk] INFO: Found listing with ID: KV60%20ZZA
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV60%2520ZZA%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for KV60%20ZZA: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: OV64%20PLN
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV64%2520PLN%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for OV64%20PLN: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: WV13%20ZTH
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV13%2520ZTH%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for WV13%20ZTH: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: EJ13%20JTO
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ13%2520JTO%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for EJ13%20JTO: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: BT24%20LKX
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520LKX%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for BT24%20LKX: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: DG23%20HXH
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520HXH%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for DG23%20HXH: 2
2026-03-29 11:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4645546-ea1d-5c3e-b0f3-fff86307ef36 with identifier: DG23%20HXH
2026-03-29 11:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4645546-ea1d-5c3e-b0f3-fff86307ef36 with scrape type 2
2026-03-29 11:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4645546-ea1d-5c3e-b0f3-fff86307ef36 with scrape type 2
2026-03-29 11:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4645546-ea1d-5c3e-b0f3-fff86307ef36, identifier: DG23%20HXH
2026-03-29 11:04:44 [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-29 11:04:44 [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-29 11:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4645546-ea1d-5c3e-b0f3-fff86307ef36 with identifier: DG23%20HXH
2026-03-29 11:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4645546-ea1d-5c3e-b0f3-fff86307ef36 with identifier: DG23%20HXH
2026-03-29 11:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4645546-ea1d-5c3e-b0f3-fff86307ef36 with identifier: DG23%20HXH to the API
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:44 [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': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG23%20HXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4645546-ea1d-5c3e-b0f3-fff86307ef36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG23 HXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG23%20HXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 1371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 2 (4ST) AMT Hatchback',
 'transmission': 'automatic',
 'trim': '2 (4ST) AMT',
 'vin': 'KNAB3518YPT084696',
 'year': 2023}
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520HXH%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Saving data for DG23%20HXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774305812.478276, 'last_price_update_time': 1774782284.522844}
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG23%2520HXH') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:04:44 [bca.uk] INFO: Found listing with ID: FY68%20WNB
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for FY68%20WNB: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: YC21%20EXV
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for YC21%20EXV: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: Y200%20JDW
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y200%2520JDW%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for Y200%20JDW: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: VX19%20OYP
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX19%2520OYP%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for VX19%20OYP: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: DP19%20FWW
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520FWW%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for DP19%20FWW: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: DV19%20CZY
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520CZY%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for DV19%20CZY: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: DV68%20TGN
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520TGN%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for DV68%20TGN: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: EA24%20TKX
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA24%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for EA24%20TKX: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: J300%20WTY
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J300%2520WTY%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for J300%20WTY: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: MA72%20VWE
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520VWE%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for MA72%20VWE: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: MJ19%20UMV
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ19%2520UMV%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for MJ19%20UMV: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: YR64%20UNS
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR64%2520UNS%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for YR64%20UNS: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: BN15%20PYS
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520PYS%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for BN15%20PYS: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: FE64%20YJN
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE64%2520YJN%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for FE64%20YJN: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: VO17%20FMZ
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO17%2520FMZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for VO17%20FMZ: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: LT03%20BYN
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT03%2520BYN%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for LT03%20BYN: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: GM25%20OJK
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM25%2520OJK%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for GM25%20OJK: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: KV21%20CPF
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV21%2520CPF%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for KV21%20CPF: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: WO68%20DUV
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO68%2520DUV%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for WO68%20DUV: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: YF71%20LFZ
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520LFZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for YF71%20LFZ: 0
2026-03-29 11:04:44 [bca.uk] INFO: Found listing with ID: AF24%20KLL
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF24%2520KLL%27 HTTP/1.1" 200 None
2026-03-29 11:04:44 [bca.uk] INFO: Scrape type for AF24%20KLL: 2
2026-03-29 11:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a27baf8-d623-53a2-9894-1c56c33554d5 with identifier: AF24%20KLL
2026-03-29 11:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a27baf8-d623-53a2-9894-1c56c33554d5 with scrape type 2
2026-03-29 11:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a27baf8-d623-53a2-9894-1c56c33554d5 with scrape type 2
2026-03-29 11:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a27baf8-d623-53a2-9894-1c56c33554d5, identifier: AF24%20KLL
2026-03-29 11:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a27baf8-d623-53a2-9894-1c56c33554d5 with identifier: AF24%20KLL
2026-03-29 11:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a27baf8-d623-53a2-9894-1c56c33554d5 with identifier: AF24%20KLL
2026-03-29 11:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a27baf8-d623-53a2-9894-1c56c33554d5 with identifier: AF24%20KLL to the API
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:04:45 [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': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF24%20KLL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a27baf8-d623-53a2-9894-1c56c33554d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF24 KLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF24%20KLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 22453,
 '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': 'SEAT IBIZA 1.0 TSI 115 ANNIVERSARY LTD.ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 ANNIVERSARY LTD.ED.',
 'vin': 'VSSZZZKJ4RR172160',
 'year': 2024}
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF24%2520KLL%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Saving data for AF24%20KLL: {'auction_closing_time': 1774864800.0, 'created_time': 1774391496.241333, 'last_price_update_time': 1774782285.421746}
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF24%2520KLL') HTTP/1.1" 204 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: AF69%20BZY
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520BZY%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for AF69%20BZY: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: GW69%20WAW
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GW69%2520WAW%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for GW69%20WAW: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: KY22%20VLX
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520VLX%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for KY22%20VLX: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: MT58%20FGX
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT58%2520FGX%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for MT58%20FGX: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: NK54%20DDF
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK54%2520DDF%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for NK54%20DDF: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: BU69%20FKW
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520FKW%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for BU69%20FKW: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: PK74%20YSW
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK74%2520YSW%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for PK74%20YSW: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: DA21%20SOU
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for DA21%20SOU: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: FL20%20XHA
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL20%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for FL20%20XHA: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: NV69%20KPO
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV69%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for NV69%20KPO: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: PY71%20HPP
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY71%2520HPP%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for PY71%20HPP: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: YL69%20MMV
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for YL69%20MMV: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: FG22%20EFZ
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520EFZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for FG22%20EFZ: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: DG65%20GXU
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG65%2520GXU%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for DG65%20GXU: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: SD18%20YWW
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD18%2520YWW%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for SD18%20YWW: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: PJ59%20WXK
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ59%2520WXK%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for PJ59%20WXK: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: KM62%20HVG
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM62%2520HVG%27 HTTP/1.1" 200 None
2026-03-29 11:04:45 [bca.uk] INFO: Scrape type for KM62%20HVG: 0
2026-03-29 11:04:45 [bca.uk] INFO: Found listing with ID: MJ62%20HDO
2026-03-29 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ62%2520HDO%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for MJ62%20HDO: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: YF12%20JGU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF12%2520JGU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for YF12%20JGU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: KU69%20HXY
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU69%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for KU69%20HXY: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: ST11%20LWD
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST11%2520LWD%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for ST11%20LWD: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: BV09%20OZT
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV09%2520OZT%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for BV09%20OZT: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: MJ03%20HOW
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ03%2520HOW%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for MJ03%20HOW: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: LM10%20GXA
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM10%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for LM10%20GXA: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: LR11%20XWM
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR11%2520XWM%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for LR11%20XWM: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: YK67%20BOU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK67%2520BOU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for YK67%20BOU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: BT13%20WXY
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT13%2520WXY%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for BT13%20WXY: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: EX10%20BXE
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX10%2520BXE%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for EX10%20BXE: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: EX56%20XWU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX56%2520XWU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for EX56%20XWU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GF10%20FSY
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF10%2520FSY%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GF10%20FSY: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GF57%20MWW
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF57%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GF57%20MWW: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GJ09%20XMV
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ09%2520XMV%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GJ09%20XMV: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: FL69%20JZP
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL69%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for FL69%20JZP: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: AK64%20MOR
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK64%2520MOR%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for AK64%20MOR: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: DY19%20EYK
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY19%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for DY19%20EYK: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GK21%20KBU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK21%2520KBU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GK21%20KBU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GM19%20WGU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GM19%2520WGU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GM19%20WGU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: VU70%20ZLO
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU70%2520ZLO%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for VU70%20ZLO: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GL23%20VZB
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL23%2520VZB%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GL23%20VZB: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GD68%20OVL
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD68%2520OVL%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GD68%20OVL: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: LN68%20RBY
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN68%2520RBY%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for LN68%20RBY: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: LV23%20RXA
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV23%2520RXA%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for LV23%20RXA: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: LY69%20PXN
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY69%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for LY69%20PXN: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: NX20%20NZM
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX20%2520NZM%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for NX20%20NZM: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: SC69%20SYA
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SC69%2520SYA%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for SC69%20SYA: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: WR21%20RBV
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR21%2520RBV%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for WR21%20RBV: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: YM68%20ZFO
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM68%2520ZFO%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for YM68%20ZFO: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: AO69%20YDV
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO69%2520YDV%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for AO69%20YDV: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: DU19%20WRR
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU19%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for DU19%20WRR: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: EN73%20ZXH
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN73%2520ZXH%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for EN73%20ZXH: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GF23%20LJX
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF23%2520LJX%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GF23%20LJX: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GJ69%20TMO
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ69%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GJ69%20TMO: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: LV22%20XPR
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV22%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for LV22%20XPR: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GU14%20USS
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU14%2520USS%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GU14%20USS: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: ND17%20WHW
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND17%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for ND17%20WHW: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: WA15%20XTF
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA15%2520XTF%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for WA15%20XTF: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: YW64%20DGU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YW64%2520DGU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for YW64%20DGU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: AM58%20MHU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AM58%2520MHU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for AM58%20MHU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: GU10%20UYN
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU10%2520UYN%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for GU10%20UYN: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: KM67%20WBP
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM67%2520WBP%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for KM67%20WBP: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: LX66%20XGU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX66%2520XGU%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for LX66%20XGU: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: RE12%20OHA
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE12%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for RE12%20OHA: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: VE67%20DLJ
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE67%2520DLJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for VE67%20DLJ: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: FA18%20OJS
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FA18%2520OJS%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for FA18%20OJS: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: YN20%20XDY
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YN20%2520XDY%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for YN20%20XDY: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: CY68%20EOB
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CY68%2520EOB%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for CY68%20EOB: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: FH21%20UNX
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FH21%2520UNX%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for FH21%20UNX: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: UIG%204202
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27UIG%25204202%27 HTTP/1.1" 200 None
2026-03-29 11:04:46 [bca.uk] INFO: Scrape type for UIG%204202: 0
2026-03-29 11:04:46 [bca.uk] INFO: Found listing with ID: YV19%20MBU
2026-03-29 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520MBU%27 HTTP/1.1" 200 None
2026-03-29 11:04:47 [bca.uk] INFO: Scrape type for YV19%20MBU: 0
2026-03-29 11:04:47 [bca.uk] INFO: Found listing with ID: NG74%20PZW
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG74%2520PZW%27 HTTP/1.1" 200 None
2026-03-29 11:04:47 [bca.uk] INFO: Scrape type for NG74%20PZW: 0
2026-03-29 11:04:47 [bca.uk] INFO: Found listing with ID: NK68%20VWG
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK68%2520VWG%27 HTTP/1.1" 200 None
2026-03-29 11:04:47 [bca.uk] INFO: Scrape type for NK68%20VWG: 0
2026-03-29 11:04:47 [bca.uk] INFO: Found listing with ID: OE74%20XKB
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520XKB%27 HTTP/1.1" 200 None
2026-03-29 11:04:47 [bca.uk] INFO: Scrape type for OE74%20XKB: 0
2026-03-29 11:04:47 [bca.uk] INFO: Found listing with ID: NA69%20WCT
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520WCT%27 HTTP/1.1" 200 None
2026-03-29 11:04:47 [bca.uk] INFO: Scrape type for NA69%20WCT: 0
2026-03-29 11:04:49 [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-29 11:04:49 [bca.uk] INFO: Total items found: 100
2026-03-29 11:04:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded
2026-03-29 11:04:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:04:49 [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-29 11:04:49 [bca.uk] INFO: Found listing with ID: ND70%20LZE
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND70%2520LZE%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for ND70%20LZE: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: BL16%20UUB
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL16%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for BL16%20UUB: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: FL59%20VTF
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL59%2520VTF%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for FL59%20VTF: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: SM67%20VNV
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM67%2520VNV%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for SM67%20VNV: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: WP62%20XCK
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP62%2520XCK%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for WP62%20XCK: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: RF08%20TZP
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF08%2520TZP%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for RF08%20TZP: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: YC72%20AVN
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC72%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for YC72%20AVN: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: FJ68%20ULM
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ68%2520ULM%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for FJ68%20ULM: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: FJ70%20HFF
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ70%2520HFF%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for FJ70%20HFF: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: ND19%20VHL
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND19%2520VHL%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for ND19%20VHL: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: AF71%20XUK
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF71%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for AF71%20XUK: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: BG72%20UUY
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG72%2520UUY%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for BG72%20UUY: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: FG69%20CVL
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG69%2520CVL%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for FG69%20CVL: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: KM69%20NXO
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM69%2520NXO%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for KM69%20NXO: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: KY19%20EBR
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY19%2520EBR%27 HTTP/1.1" 200 None
2026-03-29 11:04:49 [bca.uk] INFO: Scrape type for KY19%20EBR: 0
2026-03-29 11:04:49 [bca.uk] INFO: Found listing with ID: SK20%20URM
2026-03-29 11:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK20%2520URM%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for SK20%20URM: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: KX09%20XPF
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX09%2520XPF%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for KX09%20XPF: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: SE16%20KBX
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE16%2520KBX%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for SE16%20KBX: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: PN64%20UHS
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN64%2520UHS%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for PN64%20UHS: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: RO63%20WRK
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO63%2520WRK%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for RO63%20WRK: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: JS51%20JOK
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JS51%2520JOK%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for JS51%20JOK: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: FV20%20CSZ
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV20%2520CSZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for FV20%20CSZ: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: HK18%20KTD
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK18%2520KTD%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for HK18%20KTD: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: JG15%20TAN
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JG15%2520TAN%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for JG15%20TAN: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: VO69%20FZU
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520FZU%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for VO69%20FZU: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: YX22%20KOA
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520KOA%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for YX22%20KOA: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: YY22%20BDE
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY22%2520BDE%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for YY22%20BDE: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: YY70%20LWT
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY70%2520LWT%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for YY70%20LWT: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: YY74%20VXV
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY74%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for YY74%20VXV: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: AD19%20LDZ
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for AD19%20LDZ: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: RF21%20EBD
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520EBD%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for RF21%20EBD: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: WO21%20TKX
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for WO21%20TKX: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: KN15%20HKZ
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520HKZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for KN15%20HKZ: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: LM11%20RXV
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM11%2520RXV%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for LM11%20RXV: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: DT16%20AWH
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT16%2520AWH%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for DT16%20AWH: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: VK20%20NNO
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK20%2520NNO%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for VK20%20NNO: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: PE68%20ZNM
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520ZNM%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for PE68%20ZNM: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: SB72%20GWA
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520GWA%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for SB72%20GWA: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: SJ22%20EHM
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ22%2520EHM%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for SJ22%20EHM: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: C5%20BLJ
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C5%2520BLJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for C5%20BLJ: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: DN19%20HKK
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN19%2520HKK%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for DN19%20HKK: 0
2026-03-29 11:04:50 [bca.uk] INFO: Found listing with ID: SC18%20HNF
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC18%2520HNF%27 HTTP/1.1" 200 None
2026-03-29 11:04:50 [bca.uk] INFO: Scrape type for SC18%20HNF: 2
2026-03-29 11:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0edca0a8-75a2-501b-8fb7-54afe2bf2d60 with identifier: SC18%20HNF
2026-03-29 11:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0edca0a8-75a2-501b-8fb7-54afe2bf2d60 with scrape type 2
2026-03-29 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0edca0a8-75a2-501b-8fb7-54afe2bf2d60 with scrape type 2
2026-03-29 11:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0edca0a8-75a2-501b-8fb7-54afe2bf2d60, identifier: SC18%20HNF
2026-03-29 11:04: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-29 11:04: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-29 11:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0edca0a8-75a2-501b-8fb7-54afe2bf2d60 with identifier: SC18%20HNF
2026-03-29 11:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0edca0a8-75a2-501b-8fb7-54afe2bf2d60 with identifier: SC18%20HNF
2026-03-29 11:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0edca0a8-75a2-501b-8fb7-54afe2bf2d60 with identifier: SC18%20HNF to the API
2026-03-29 11:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:04: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-29 11:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC18%20HNF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0edca0a8-75a2-501b-8fb7-54afe2bf2d60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC18 HNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC18%20HNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 87380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'ELITE',
 'vin': 'W0V7H9EE4J4354782',
 'year': 2018}
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC18%2520HNF%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Saving data for SC18%20HNF: {'auction_closing_time': 1774864800.0, 'created_time': 1773820655.487823, 'last_price_update_time': 1774782291.194654}
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC18%2520HNF') HTTP/1.1" 204 0
2026-03-29 11:04:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SM22%20URS
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM22%2520URS%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SM22%20URS: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SB65%20CAX
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520CAX%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SB65%20CAX: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: WP61%20YGA
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520YGA%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for WP61%20YGA: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: YF08%20KHP
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF08%2520KHP%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for YF08%20KHP: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: YH60%20WLJ
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH60%2520WLJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for YH60%20WLJ: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: YS61%20PYP
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS61%2520PYP%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for YS61%20PYP: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: BO55%20VOP
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BO55%2520VOP%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for BO55%20VOP: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: DN62%20LRA
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520LRA%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for DN62%20LRA: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: KS11%20MJV
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS11%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for KS11%20MJV: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: MF12%20UUT
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520UUT%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for MF12%20UUT: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SC16%20MWA
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SC16%20MWA: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SC61%20EHM
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC61%2520EHM%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SC61%20EHM: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SL60%20AKU
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520AKU%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SL60%20AKU: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SW60%20LHD
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW60%2520LHD%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SW60%20LHD: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: VA67%20MVC
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA67%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for VA67%20MVC: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: MJ61%20CYK
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520CYK%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for MJ61%20CYK: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: OE60%20WYJ
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE60%2520WYJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for OE60%20WYJ: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: KO15%20JZW
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO15%2520JZW%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for KO15%20JZW: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: HV58%20YJY
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV58%2520YJY%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for HV58%20YJY: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: EP19%20XHA
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP19%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for EP19%20XHA: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: WM19%20BFN
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520BFN%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for WM19%20BFN: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: EJ19%20URS
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520URS%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for EJ19%20URS: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: HJ69%20WRA
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520WRA%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for HJ69%20WRA: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: RE03%20XJT
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE03%2520XJT%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for RE03%20XJT: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: VO62%20RAU
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO62%2520RAU%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for VO62%20RAU: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SV23%20HXP
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520HXP%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SV23%20HXP: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: V30%20NGA
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V30%2520NGA%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for V30%20NGA: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SR19%20GGU
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520GGU%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SR19%20GGU: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: VX68%20HBE
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for VX68%20HBE: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: AF20%20DFX
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF20%2520DFX%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for AF20%20DFX: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: BL19%20WJA
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for BL19%20WJA: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: HF19%20JKU
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF19%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for HF19%20JKU: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SD68%20WCY
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD68%2520WCY%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for SD68%20WCY: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: OY16%20VNK
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520VNK%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for OY16%20VNK: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: PE10%20DXZ
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520DXZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:51 [bca.uk] INFO: Scrape type for PE10%20DXZ: 0
2026-03-29 11:04:51 [bca.uk] INFO: Found listing with ID: SW08%20OSX
2026-03-29 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW08%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SW08%20OSX: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: SY11%20OZW
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY11%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SY11%20OZW: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: SY58%20YDP
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY58%2520YDP%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SY58%20YDP: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: SY61%20MXG
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY61%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SY61%20MXG: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: WN15%20XAB
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN15%2520XAB%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for WN15%20XAB: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: YT12%20VGZ
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT12%2520VGZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for YT12%20VGZ: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: AK58%20DZJ
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520DZJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for AK58%20DZJ: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: CK58%20JTV
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK58%2520JTV%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for CK58%20JTV: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: EJ10%20YOL
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ10%2520YOL%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for EJ10%20YOL: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: EU63%20UNN
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU63%2520UNN%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for EU63%20UNN: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: KE15%20VGG
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for KE15%20VGG: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: KG56%20YPR
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KG56%2520YPR%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for KG56%20YPR: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: NA59%20VLZ
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA59%2520VLZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for NA59%20VLZ: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: NK66%20YFN
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK66%2520YFN%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for NK66%20YFN: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: NL16%20XFV
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520XFV%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for NL16%20XFV: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: OY11%20XRC
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY11%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for OY11%20XRC: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: RX63%20SMO
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX63%2520SMO%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for RX63%20SMO: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: SA62%20EKX
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA62%2520EKX%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SA62%20EKX: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: SB17%20CZR
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SB17%20CZR: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: SD61%20OKE
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD61%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SD61%20OKE: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: SH09%20HCE
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH09%2520HCE%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for SH09%20HCE: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: AG59%20RKO
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AG59%2520RKO%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for AG59%20RKO: 0
2026-03-29 11:04:52 [bca.uk] INFO: Found listing with ID: FJ20%20XSP
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ20%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 11:04:52 [bca.uk] INFO: Scrape type for FJ20%20XSP: 0
2026-03-29 11:04:56 [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-29 11:04:56 [bca.uk] INFO: Total items found: 100
2026-03-29 11:04:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded
2026-03-29 11:04:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:04:56 [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-29 11:04:56 [bca.uk] INFO: Found listing with ID: LB22%20KUJ
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for LB22%20KUJ: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: LM20%20BCX
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520BCX%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for LM20%20BCX: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: ML19%20YHM
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for ML19%20YHM: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: MX22%20PPO
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX22%2520PPO%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for MX22%20PPO: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: SH19%20ZZL
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for SH19%20ZZL: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: VN21%20GCK
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520GCK%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for VN21%20GCK: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WX18%20RMZ
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX18%2520RMZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WX18%20RMZ: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WX70%20JZJ
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX70%2520JZJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WX70%20JZJ: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: CA18%20JPY
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA18%2520JPY%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for CA18%20JPY: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: CP19%20XKX
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for CP19%20XKX: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WP22%20GWL
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520GWL%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WP22%20GWL: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: CU72%20ZHM
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520ZHM%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for CU72%20ZHM: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: FE19%20XYC
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE19%2520XYC%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for FE19%20XYC: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: KU19%20CFH
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU19%2520CFH%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for KU19%20CFH: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: CA19%20UTE
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520UTE%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for CA19%20UTE: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: CK18%20AOC
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for CK18%20AOC: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WV16%20UWB
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV16%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WV16%20UWB: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: MT65%20UJH
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT65%2520UJH%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for MT65%20UJH: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: X11%20BBM
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X11%2520BBM%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for X11%20BBM: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: SH68%20XUL
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520XUL%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for SH68%20XUL: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: KW73%20VTL
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520VTL%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for KW73%20VTL: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: MC19%20ONF
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for MC19%20ONF: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WF20%20RYP
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520RYP%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WF20%20RYP: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WJ22%20OXH
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520OXH%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WJ22%20OXH: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: FT19%20BHF
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT19%2520BHF%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for FT19%20BHF: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: KT21%20LUH
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520LUH%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for KT21%20LUH: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: RE68%20RYC
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520RYC%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for RE68%20RYC: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WB19%20OHW
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WB19%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WB19%20OHW: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WD19%20GOC
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520GOC%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WD19%20GOC: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WL19%20LZJ
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL19%2520LZJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WL19%20LZJ: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: VO67%20OHE
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520OHE%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for VO67%20OHE: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: WD66%20RGU
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520RGU%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for WD66%20RGU: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: HD12%20PKZ
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD12%2520PKZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for HD12%20PKZ: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YD21%20LKP
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD21%2520LKP%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YD21%20LKP: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YD23%20UGZ
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520UGZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YD23%20UGZ: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YH22%20LZX
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YH22%20LZX: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: V22%20VJW
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V22%2520VJW%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for V22%20VJW: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: T400%20WRS
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T400%2520WRS%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for T400%20WRS: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YG70%20CMV
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520CMV%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YG70%20CMV: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YM19%20HXY
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM19%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YM19%20HXY: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YS71%20HNL
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520HNL%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YS71%20HNL: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YD70%20WOM
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD70%2520WOM%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YD70%20WOM: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: YO66%20ENU
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO66%2520ENU%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for YO66%20ENU: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: MJ58%20UJC
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ58%2520UJC%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for MJ58%20UJC: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: HV69%20NLA
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV69%2520NLA%27 HTTP/1.1" 200 None
2026-03-29 11:04:56 [bca.uk] INFO: Scrape type for HV69%20NLA: 0
2026-03-29 11:04:56 [bca.uk] INFO: Found listing with ID: ND19%20ZXL
2026-03-29 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520ZXL%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for ND19%20ZXL: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: YR18%20ZWP
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for YR18%20ZWP: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: HN73%20ZTC
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520ZTC%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for HN73%20ZTC: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: HT19%20DXO
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520DXO%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for HT19%20DXO: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: KY19%20BNC
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520BNC%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for KY19%20BNC: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: LD22%20EZW
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520EZW%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for LD22%20EZW: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: LT19%20JWW
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT19%2520JWW%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for LT19%20JWW: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: MA20%20EKM
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520EKM%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for MA20%20EKM: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: YR19%20AOV
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for YR19%20AOV: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: LD06%20WNS
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD06%2520WNS%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for LD06%20WNS: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: GD17%20MJV
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for GD17%20MJV: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: LO66%20UOC
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520UOC%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for LO66%20UOC: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: NH17%20THH
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NH17%2520THH%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for NH17%20THH: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: BV61%20MVO
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV61%2520MVO%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for BV61%20MVO: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: CK18%20AEJ
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520AEJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for CK18%20AEJ: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: BD57%20PJJ
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD57%2520PJJ%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for BD57%20PJJ: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: KV59%20HZE
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV59%2520HZE%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for KV59%20HZE: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: MV57%20UOY
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV57%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for MV57%20UOY: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: NG62%20MFN
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG62%2520MFN%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for NG62%20MFN: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: NY11%20BJE
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY11%2520BJE%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for NY11%20BJE: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: TFZ%208294
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TFZ%25208294%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for TFZ%208294: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: WP63%20USZ
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP63%2520USZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for WP63%20USZ: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: KR71%20ZWG
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520ZWG%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for KR71%20ZWG: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: DG19%20VCT
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG19%2520VCT%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for DG19%20VCT: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: YH19%20PTV
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520PTV%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for YH19%20PTV: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: DV20%20CWA
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520CWA%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for DV20%20CWA: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: KEZ%209481
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KEZ%25209481%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for KEZ%209481: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: LD11%20FZB
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD11%2520FZB%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for LD11%20FZB: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: YA12%20SZX
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA12%2520SZX%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for YA12%20SZX: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: YE57%20GFG
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE57%2520GFG%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for YE57%20GFG: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: DE04%20GDK
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE04%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for DE04%20GDK: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: NK64%20UTR
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK64%2520UTR%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for NK64%20UTR: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: PXZ%201595
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PXZ%25201595%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for PXZ%201595: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: EP68%20EZZ
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for EP68%20EZZ: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: KW24%20UKR
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW24%2520UKR%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for KW24%20UKR: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: MX69%20OBE
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520OBE%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for MX69%20OBE: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: ND18%20UAG
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND18%2520UAG%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for ND18%20UAG: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: BT24%20NCX
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520NCX%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for BT24%20NCX: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: GJ70%20LXZ
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LXZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for GJ70%20LXZ: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: KJ70%20LJU
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ70%2520LJU%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for KJ70%20LJU: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: KN70%20RHA
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for KN70%20RHA: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: NU19%20CDX
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU19%2520CDX%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for NU19%20CDX: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: SR19%20TNU
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520TNU%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for SR19%20TNU: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: SM20%20VYX
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM20%2520VYX%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for SM20%20VYX: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: OY10%20PHZ
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520PHZ%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for OY10%20PHZ: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: GK65%20ONX
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK65%2520ONX%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for GK65%20ONX: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: OW69%20BUU
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520BUU%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for OW69%20BUU: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: LJ24%20UKC
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ24%2520UKC%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for LJ24%20UKC: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: SA60%20NYT
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA60%2520NYT%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for SA60%20NYT: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: LD57%20FXL
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD57%2520FXL%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for LD57%20FXL: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: DA64%20AKP
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520AKP%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for DA64%20AKP: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: ST12%20HSO
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for ST12%20HSO: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: JP04%20STP
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JP04%2520STP%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for JP04%20STP: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: HK20%20GFE
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK20%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for HK20%20GFE: 0
2026-03-29 11:04:57 [bca.uk] INFO: Found listing with ID: VF19%20GJU
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF19%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 11:04:57 [bca.uk] INFO: Scrape type for VF19%20GJU: 0
2026-03-29 11:04:57 [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-29 11:04:57 [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-29 11:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:05:01 [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-29 11:05:01 [bca.uk] INFO: Total items found: 100
2026-03-29 11:05:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded
2026-03-29 11:05:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:05:01 [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-29 11:05:01 [bca.uk] INFO: Found listing with ID: BV15%20PDK
2026-03-29 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV15%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 11:05:01 [bca.uk] INFO: Scrape type for BV15%20PDK: 0
2026-03-29 11:05:01 [bca.uk] INFO: Found listing with ID: BW15%20VJX
2026-03-29 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520VJX%27 HTTP/1.1" 200 None
2026-03-29 11:05:01 [bca.uk] INFO: Scrape type for BW15%20VJX: 2
2026-03-29 11:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 354bcfee-b8c8-5f58-8440-841270e7b99d with identifier: BW15%20VJX
2026-03-29 11:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 354bcfee-b8c8-5f58-8440-841270e7b99d with scrape type 2
2026-03-29 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 354bcfee-b8c8-5f58-8440-841270e7b99d with scrape type 2
2026-03-29 11:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 354bcfee-b8c8-5f58-8440-841270e7b99d, identifier: BW15%20VJX
2026-03-29 11:05:02 [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-29 11:05:02 [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-29 11:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 354bcfee-b8c8-5f58-8440-841270e7b99d with identifier: BW15%20VJX
2026-03-29 11:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 354bcfee-b8c8-5f58-8440-841270e7b99d with identifier: BW15%20VJX
2026-03-29 11:05:02 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 354bcfee-b8c8-5f58-8440-841270e7b99d with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20VJX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '354bcfee-b8c8-5f58-8440-841270e7b99d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW15 VJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW15%20VJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 59109,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.6 DCI 130 DYNAMIQUE TOM TOM Coupe',
 'transmission': 'manual',
 'trim': 'DCI 130 DYNAMIQUE TOM TOM',
 'vin': 'VF1DZNA0653321831',
 'year': 2015}
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520VJX%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Saving data for BW15%20VJX: {'auction_closing_time': 1774778400.0, 'created_time': 1774476902.861122, 'last_price_update_time': 1774782302.057371}
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW15%2520VJX') HTTP/1.1" 204 0
2026-03-29 11:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:05:02 [bca.uk] INFO: Found listing with ID: BF17%20UCH
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF17%2520UCH%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Scrape type for BF17%20UCH: 0
2026-03-29 11:05:02 [bca.uk] INFO: Found listing with ID: FM16%20JXO
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520JXO%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Scrape type for FM16%20JXO: 2
2026-03-29 11:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO
2026-03-29 11:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58339331-9c77-54f6-b3ad-e20b7632bb21 with scrape type 2
2026-03-29 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58339331-9c77-54f6-b3ad-e20b7632bb21 with scrape type 2
2026-03-29 11:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58339331-9c77-54f6-b3ad-e20b7632bb21, identifier: FM16%20JXO
2026-03-29 11:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO
2026-03-29 11:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO
2026-03-29 11:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO to the API
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM16%20JXO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58339331-9c77-54f6-b3ad-e20b7632bb21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM16 JXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM16%20JXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 74639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5GC00242',
 'year': 2016}
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520JXO%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Saving data for FM16%20JXO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563947.612661, 'last_price_update_time': 1774782302.57176}
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM16%2520JXO') HTTP/1.1" 204 0
2026-03-29 11:05:02 [bca.uk] INFO: Found listing with ID: WF67%20CFE
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520CFE%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Scrape type for WF67%20CFE: 0
2026-03-29 11:05:02 [bca.uk] INFO: Found listing with ID: FJ59%20TSZ
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ59%2520TSZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Scrape type for FJ59%20TSZ: 0
2026-03-29 11:05:02 [bca.uk] INFO: Found listing with ID: MV13%20TFX
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV13%2520TFX%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Scrape type for MV13%20TFX: 0
2026-03-29 11:05:02 [bca.uk] INFO: Found listing with ID: WG62%20AOC
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 11:05:02 [bca.uk] INFO: Scrape type for WG62%20AOC: 2
2026-03-29 11:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC
2026-03-29 11:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6dde5c6-1cb3-513e-aed7-72339019f886 with scrape type 2
2026-03-29 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6dde5c6-1cb3-513e-aed7-72339019f886 with scrape type 2
2026-03-29 11:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6dde5c6-1cb3-513e-aed7-72339019f886, identifier: WG62%20AOC
2026-03-29 11:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC
2026-03-29 11:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC
2026-03-29 11:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC to the API
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG62%20AOC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f6dde5c6-1cb3-513e-aed7-72339019f886',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG62 AOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG62%20AOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'C250',
 'odometer': 108936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C250 2.1 CDI B/E AMG SPORT PLUS Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT PLUS',
 'vin': 'WDD2043032G025919',
 'year': 2012}
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Saving data for WG62%20AOC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563936.093729, 'last_price_update_time': 1774782303.076568}
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG62%2520AOC') HTTP/1.1" 204 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: BT13%20WSV
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT13%2520WSV%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for BT13%20WSV: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: DX16%20MYY
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520MYY%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for DX16%20MYY: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: WN58%20UCF
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN58%2520UCF%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for WN58%20UCF: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: OE68%20NPP
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for OE68%20NPP: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: BT71%20ZWP
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05: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%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for BT71%20ZWP: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: CV23%20JXZ
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [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-29 11:05:03 [bca.uk] INFO: Scrape type for CV23%20JXZ: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: VA19%20TJU
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for VA19%20TJU: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: VN73%20XUO
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [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-29 11:05:03 [bca.uk] INFO: Scrape type for VN73%20XUO: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: WK70%20VKG
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK70%2520VKG%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for WK70%20VKG: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: DX15%20JFF
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX15%2520JFF%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for DX15%20JFF: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: BL57%20MXT
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL57%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for BL57%20MXT: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: BD08%20AYG
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AYG%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for BD08%20AYG: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: BK05%20KCN
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK05%2520KCN%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for BK05%20KCN: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: CE58%20JHU
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE58%2520JHU%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for CE58%20JHU: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: KW55%20WSO
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW55%2520WSO%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for KW55%20WSO: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: VN54%20DZL
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN54%2520DZL%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for VN54%20DZL: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: YC60%20AWJ
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC60%2520AWJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for YC60%20AWJ: 0
2026-03-29 11:05:03 [bca.uk] INFO: Found listing with ID: WG66%20DHY
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Scrape type for WG66%20DHY: 2
2026-03-29 11:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY
2026-03-29 11:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bcb8304-34a9-5674-8538-e3c131b49576 with scrape type 2
2026-03-29 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bcb8304-34a9-5674-8538-e3c131b49576 with scrape type 2
2026-03-29 11:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bcb8304-34a9-5674-8538-e3c131b49576, identifier: WG66%20DHY
2026-03-29 11:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY
2026-03-29 11:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY
2026-03-29 11:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY to the API
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG66%20DHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7bcb8304-34a9-5674-8538-e3c131b49576',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG66 DHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG66%20DHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 71522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 82 PLATINUM ETG Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 82 PLATINUM ETG',
 'vin': 'VF7SCHMZ6GW645301',
 'year': 2016}
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 11:05:03 [bca.uk] INFO: Saving data for WG66%20DHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563926.478789, 'last_price_update_time': 1774782303.862696}
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG66%2520DHY') HTTP/1.1" 204 0
2026-03-29 11:05:04 [bca.uk] INFO: Found listing with ID: YK17%20ZRC
2026-03-29 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520ZRC%27 HTTP/1.1" 200 None
2026-03-29 11:05:04 [bca.uk] INFO: Scrape type for YK17%20ZRC: 2
2026-03-29 11:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC
2026-03-29 11:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with scrape type 2
2026-03-29 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with scrape type 2
2026-03-29 11:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6, identifier: YK17%20ZRC
2026-03-29 11:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC
2026-03-29 11:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC
2026-03-29 11:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC to the API
2026-03-29 11:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK17%20ZRC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK17 ZRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK17%20ZRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 117497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620100V10549',
 'year': 2017}
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520ZRC%27 HTTP/1.1" 200 None
2026-03-29 11:05:05 [bca.uk] INFO: Saving data for YK17%20ZRC: {'auction_closing_time': 1774864800.0, 'created_time': 1774188169.672866, 'last_price_update_time': 1774782305.269527}
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK17%2520ZRC') HTTP/1.1" 204 0
2026-03-29 11:05:05 [bca.uk] INFO: Found listing with ID: EN14%20ZRU
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520ZRU%27 HTTP/1.1" 200 None
2026-03-29 11:05:05 [bca.uk] INFO: Scrape type for EN14%20ZRU: 0
2026-03-29 11:05:05 [bca.uk] INFO: Found listing with ID: KP66%20FXV
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520FXV%27 HTTP/1.1" 200 None
2026-03-29 11:05:05 [bca.uk] INFO: Scrape type for KP66%20FXV: 2
2026-03-29 11:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV
2026-03-29 11:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with scrape type 2
2026-03-29 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with scrape type 2
2026-03-29 11:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e72e89d2-7a41-582b-96b5-5d6e6a53ee46, identifier: KP66%20FXV
2026-03-29 11:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV
2026-03-29 11:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV
2026-03-29 11:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV to the API
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP66%20FXV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e72e89d2-7a41-582b-96b5-5d6e6a53ee46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP66 FXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP66%20FXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'B180 D',
 'odometer': 66494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 D 1.5 SPORT EXECUTIVE DCT MPV',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDD2462122J417280',
 'year': 2016}
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520FXV%27 HTTP/1.1" 200 None
2026-03-29 11:05:05 [bca.uk] INFO: Saving data for KP66%20FXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563921.481116, 'last_price_update_time': 1774782305.806374}
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP66%2520FXV') HTTP/1.1" 204 0
2026-03-29 11:05:05 [bca.uk] INFO: Found listing with ID: NU67%20NWA
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520NWA%27 HTTP/1.1" 200 None
2026-03-29 11:05:05 [bca.uk] INFO: Scrape type for NU67%20NWA: 2
2026-03-29 11:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA
2026-03-29 11:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with scrape type 2
2026-03-29 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with scrape type 2
2026-03-29 11:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5, identifier: NU67%20NWA
2026-03-29 11:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA
2026-03-29 11:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA
2026-03-29 11:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA to the API
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU67%20NWA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a1ab3301-3fe8-506d-adba-bc9ecfbe39c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU67 NWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU67%20NWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 90947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD R SPORT',
 'vin': 'SADCA2AN7JA276238',
 'year': 2017}
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520NWA%27 HTTP/1.1" 200 None
2026-03-29 11:05:06 [bca.uk] INFO: Saving data for NU67%20NWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563911.913649, 'last_price_update_time': 1774782306.323381}
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU67%2520NWA') HTTP/1.1" 204 0
2026-03-29 11:05:06 [bca.uk] INFO: Found listing with ID: OY17%20FXG
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FXG%27 HTTP/1.1" 200 None
2026-03-29 11:05:06 [bca.uk] INFO: Scrape type for OY17%20FXG: 0
2026-03-29 11:05:06 [bca.uk] INFO: Found listing with ID: SGZ%206140
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25206140%27 HTTP/1.1" 200 None
2026-03-29 11:05:06 [bca.uk] INFO: Scrape type for SGZ%206140: 2
2026-03-29 11:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140
2026-03-29 11:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb3de6e-b68b-5b7d-b16d-35a97280daff with scrape type 2
2026-03-29 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb3de6e-b68b-5b7d-b16d-35a97280daff with scrape type 2
2026-03-29 11:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcb3de6e-b68b-5b7d-b16d-35a97280daff, identifier: SGZ%206140
2026-03-29 11:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140
2026-03-29 11:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140
2026-03-29 11:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140 to the API
2026-03-29 11:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 55,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SGZ%206140-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fcb3de6e-b68b-5b7d-b16d-35a97280daff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SGZ 6140',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SGZ%206140&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'XC60 RECHARGE',
 'odometer': 114776,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 RECHARGE 2.0 T6 PHEV AWD INSCRIPTION EXPR. StationWagon',
 'transmission': 'automatic',
 'trim': 'T6 PHEV AWD INSCRIPTION EXPR.',
 'vin': 'LYVUZBFVDMB717140',
 'year': 2020}
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25206140%27 HTTP/1.1" 200 None
2026-03-29 11:05:07 [bca.uk] INFO: Saving data for SGZ%206140: {'auction_closing_time': 1774864800.0, 'created_time': 1774390092.396806, 'last_price_update_time': 1774782307.27685}
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SGZ%25206140') HTTP/1.1" 204 0
2026-03-29 11:05:07 [bca.uk] INFO: Found listing with ID: F6%20ENE
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F6%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 11:05:07 [bca.uk] INFO: Scrape type for F6%20ENE: 0
2026-03-29 11:05:07 [bca.uk] INFO: Found listing with ID: SY63%20BZU
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY63%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 11:05:07 [bca.uk] INFO: Scrape type for SY63%20BZU: 0
2026-03-29 11:05:07 [bca.uk] INFO: Found listing with ID: WU10%20OBT
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU10%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 11:05:07 [bca.uk] INFO: Scrape type for WU10%20OBT: 2
2026-03-29 11:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT
2026-03-29 11:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08bb3e03-9361-5066-a315-e5a4557b307a with scrape type 2
2026-03-29 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08bb3e03-9361-5066-a315-e5a4557b307a with scrape type 2
2026-03-29 11:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08bb3e03-9361-5066-a315-e5a4557b307a, identifier: WU10%20OBT
2026-03-29 11:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT
2026-03-29 11:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT
2026-03-29 11:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT to the API
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU10%20OBT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08bb3e03-9361-5066-a315-e5a4557b307a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU10 OBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU10%20OBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 115413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 S 275 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 S 275 PORTFOLIO',
 'vin': 'SAJAC072XBNR86714',
 'year': 2010}
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU10%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 11:05:07 [bca.uk] INFO: Saving data for WU10%20OBT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563901.398229, 'last_price_update_time': 1774782307.730776}
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU10%2520OBT') HTTP/1.1" 204 0
2026-03-29 11:05:07 [bca.uk] INFO: Found listing with ID: YA08%20OVK
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA08%2520OVK%27 HTTP/1.1" 200 None
2026-03-29 11:05:07 [bca.uk] INFO: Scrape type for YA08%20OVK: 2
2026-03-29 11:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK
2026-03-29 11:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 078bd227-f943-569a-93e2-c217e9b73feb with scrape type 2
2026-03-29 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 078bd227-f943-569a-93e2-c217e9b73feb with scrape type 2
2026-03-29 11:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 078bd227-f943-569a-93e2-c217e9b73feb, identifier: YA08%20OVK
2026-03-29 11:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK
2026-03-29 11:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK
2026-03-29 11:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK to the API
2026-03-29 11:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA08%20OVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '078bd227-f943-569a-93e2-c217e9b73feb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA08 OVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA08%20OVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 117988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 GS StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 GS',
 'vin': 'SALFA23B39H114906',
 'year': 2008}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA08%2520OVK%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Saving data for YA08%20OVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563927.841231, 'last_price_update_time': 1774782308.141449}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA08%2520OVK') HTTP/1.1" 204 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: FL59%20GYJ
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL59%2520GYJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for FL59%20GYJ: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: KR60%20ZHC
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for KR60%20ZHC: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: KV61%20SXO
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520SXO%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for KV61%20SXO: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: MH07%20CHJ
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH07%2520CHJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for MH07%20CHJ: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: ND11%20FHJ
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND11%2520FHJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for ND11%20FHJ: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: T99%20NNO
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T99%2520NNO%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for T99%20NNO: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: YK22%20XJW
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for YK22%20XJW: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: AD22%20HLK
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD22%2520HLK%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for AD22%20HLK: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: AF20%20XAB
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF20%2520XAB%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for AF20%20XAB: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: CF19%20EJU
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF19%2520EJU%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for CF19%20EJU: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: DT21%20WNL
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT21%2520WNL%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for DT21%20WNL: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: FM19%20TVL
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520TVL%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for FM19%20TVL: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: GV19%20DVR
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV19%2520DVR%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for GV19%20DVR: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: EJ18%20ZYC
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ18%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for EJ18%20ZYC: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: MH16%20UOL
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520UOL%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for MH16%20UOL: 2
2026-03-29 11:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with identifier: MH16%20UOL
2026-03-29 11:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18de6cd9-deeb-52fa-905b-fc38e1f733ad with scrape type 2
2026-03-29 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18de6cd9-deeb-52fa-905b-fc38e1f733ad with scrape type 2
2026-03-29 11:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18de6cd9-deeb-52fa-905b-fc38e1f733ad, identifier: MH16%20UOL
2026-03-29 11:05:08 [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-29 11:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with identifier: MH16%20UOL
2026-03-29 11:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with identifier: MH16%20UOL
2026-03-29 11:05:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH16%20UOL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18de6cd9-deeb-52fa-905b-fc38e1f733ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH16 UOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH16%20UOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 31979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.5 TDCI 120 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 120 TITANIUM P/S',
 'vin': 'WF0VXXGCEVGD44315',
 'year': 2016}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520UOL%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Saving data for MH16%20UOL: {'auction_closing_time': 1774778400.0, 'created_time': 1774565117.893592, 'last_price_update_time': 1774782308.530306}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH16%2520UOL') HTTP/1.1" 204 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: VU65%20FPP
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520FPP%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for VU65%20FPP: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: BF58%20VKL
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520VKL%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for BF58%20VKL: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: DU17%20VHK
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for DU17%20VHK: 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: EN63%20CGG
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN63%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for EN63%20CGG: 2
2026-03-29 11:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36e7240-66b8-524b-9626-274a6e6eae8c with identifier: EN63%20CGG
2026-03-29 11:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36e7240-66b8-524b-9626-274a6e6eae8c with scrape type 2
2026-03-29 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36e7240-66b8-524b-9626-274a6e6eae8c with scrape type 2
2026-03-29 11:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e36e7240-66b8-524b-9626-274a6e6eae8c, identifier: EN63%20CGG
2026-03-29 11:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e36e7240-66b8-524b-9626-274a6e6eae8c with identifier: EN63%20CGG
2026-03-29 11:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e36e7240-66b8-524b-9626-274a6e6eae8c with identifier: EN63%20CGG
2026-03-29 11:05:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e36e7240-66b8-524b-9626-274a6e6eae8c with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN63%20CGG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e36e7240-66b8-524b-9626-274a6e6eae8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN63 CGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN63%20CGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'SUZUKI',
 'model': 'SPLASH',
 'odometer': 25655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SUZUKI SPLASH 1.0 SZ2 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ2',
 'vin': 'TSMEXB22S00805374',
 'year': 2014}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN63%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Saving data for EN63%20CGG: {'auction_closing_time': 1774778400.0, 'created_time': 1774565113.265679, 'last_price_update_time': 1774782308.817409}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN63%2520CGG') HTTP/1.1" 204 0
2026-03-29 11:05:08 [bca.uk] INFO: Found listing with ID: AO10%20XMX
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO10%2520XMX%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Scrape type for AO10%20XMX: 2
2026-03-29 11:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with identifier: AO10%20XMX
2026-03-29 11:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with scrape type 2
2026-03-29 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with scrape type 2
2026-03-29 11:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5bbf001-2c29-5121-9c1a-a03d8dd8d924, identifier: AO10%20XMX
2026-03-29 11:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with identifier: AO10%20XMX
2026-03-29 11:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with identifier: AO10%20XMX
2026-03-29 11:05:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO10%20XMX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5bbf001-2c29-5121-9c1a-a03d8dd8d924',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO10 XMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO10%20XMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CHEVROLET',
 'model': 'SPARK',
 'odometer': 115088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CHEVROLET SPARK 1.2 LS+ Hatchback',
 'transmission': 'manual',
 'trim': 'LS+',
 'vin': 'KL1MF48D9AC176773',
 'year': 2010}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO10%2520XMX%27 HTTP/1.1" 200 None
2026-03-29 11:05:08 [bca.uk] INFO: Saving data for AO10%20XMX: {'auction_closing_time': 1774778400.0, 'created_time': 1774695695.319937, 'last_price_update_time': 1774782308.975694}
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO10%2520XMX') HTTP/1.1" 204 0
2026-03-29 11:05:09 [bca.uk] INFO: Total items found: 100
2026-03-29 11:05:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded
2026-03-29 11:05:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:05:09 [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-29 11:05:09 [bca.uk] INFO: Found listing with ID: CY09%20BAO
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY09%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for CY09%20BAO: 2
2026-03-29 11:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 588b08c0-ef55-564c-b608-730d17562cf4 with identifier: CY09%20BAO
2026-03-29 11:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 588b08c0-ef55-564c-b608-730d17562cf4 with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 588b08c0-ef55-564c-b608-730d17562cf4 with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 588b08c0-ef55-564c-b608-730d17562cf4, identifier: CY09%20BAO
2026-03-29 11:05:09 [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-29 11:05:09 [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-29 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 588b08c0-ef55-564c-b608-730d17562cf4 with identifier: CY09%20BAO
2026-03-29 11:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 588b08c0-ef55-564c-b608-730d17562cf4 with identifier: CY09%20BAO
2026-03-29 11:05:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 588b08c0-ef55-564c-b608-730d17562cf4 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY09%20BAO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '588b08c0-ef55-564c-b608-730d17562cf4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CY09 BAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY09%20BAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 200810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 STYLE + Hatchback',
 'transmission': 'manual',
 'trim': '82 STYLE +',
 'vin': 'WF0JXXWPJJ9M04534',
 'year': 2009}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY09%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Saving data for CY09%20BAO: {'auction_closing_time': 1774778400.0, 'created_time': 1774695694.776704, 'last_price_update_time': 1774782309.141115}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY09%2520BAO') HTTP/1.1" 204 0
2026-03-29 11:05:09 [bca.uk] INFO: Found listing with ID: KM20%20ZZB
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520ZZB%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for KM20%20ZZB: 0
2026-03-29 11:05:09 [bca.uk] INFO: Found listing with ID: AB%20181
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AB%2520181%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for AB%20181: 2
2026-03-29 11:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47638edc-537f-518c-a9fe-39dae9b2a79e with identifier: AB%20181
2026-03-29 11:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47638edc-537f-518c-a9fe-39dae9b2a79e with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47638edc-537f-518c-a9fe-39dae9b2a79e with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47638edc-537f-518c-a9fe-39dae9b2a79e, identifier: AB%20181
2026-03-29 11:05:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:05:09 [bca.uk] INFO: Found listing with ID: HN54%20ZBG
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN54%2520ZBG%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for HN54%20ZBG: 2
2026-03-29 11:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with identifier: HN54%20ZBG
2026-03-29 11:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea, identifier: HN54%20ZBG
2026-03-29 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47638edc-537f-518c-a9fe-39dae9b2a79e with identifier: AB%20181
2026-03-29 11:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47638edc-537f-518c-a9fe-39dae9b2a79e with identifier: AB%20181
2026-03-29 11:05:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 47638edc-537f-518c-a9fe-39dae9b2a79e with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AB%20181-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '47638edc-537f-518c-a9fe-39dae9b2a79e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AB 181',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AB%20181&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'HYUNDAI',
 'model': 'IX20',
 'odometer': 20411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IX20 1.6 SE MPV',
 'transmission': 'automatic',
 'trim': 'SE',
 'vin': 'TMAPU81DMHJ254954',
 'year': 2017}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AB%2520181%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Saving data for AB%20181: {'auction_closing_time': 1774778400.0, 'created_time': 1774695739.077076, 'last_price_update_time': 1774782309.451509}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AB%2520181') HTTP/1.1" 204 0
2026-03-29 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with identifier: HN54%20ZBG
2026-03-29 11:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with identifier: HN54%20ZBG
2026-03-29 11:05:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN54%20ZBG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN54 ZBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN54%20ZBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 119036,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 LX Estate',
 'transmission': 'automatic',
 'trim': 'LX',
 'vin': 'WF0NXXWPDN4S00736',
 'year': 2004}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN54%2520ZBG%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Saving data for HN54%20ZBG: {'auction_closing_time': 1774778400.0, 'created_time': 1774563916.471641, 'last_price_update_time': 1774782309.484698}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN54%2520ZBG') HTTP/1.1" 204 0
2026-03-29 11:05:09 [bca.uk] INFO: Found listing with ID: AO65%20LWK
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for AO65%20LWK: 2
2026-03-29 11:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with identifier: AO65%20LWK
2026-03-29 11:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46, identifier: AO65%20LWK
2026-03-29 11:05:09 [bca.uk] INFO: Found listing with ID: LD55%20ULT
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD55%2520ULT%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for LD55%20ULT: 0
2026-03-29 11:05:09 [bca.uk] INFO: Found listing with ID: BD17%20TZF
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD17%2520TZF%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for BD17%20TZF: 0
2026-03-29 11:05:09 [bca.uk] INFO: Found listing with ID: CU18%20AXX
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU18%2520AXX%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Scrape type for CU18%20AXX: 2
2026-03-29 11:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX
2026-03-29 11:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca760025-af2c-58c6-80a9-791cdf3f57c3 with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca760025-af2c-58c6-80a9-791cdf3f57c3 with scrape type 2
2026-03-29 11:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca760025-af2c-58c6-80a9-791cdf3f57c3, identifier: CU18%20AXX
2026-03-29 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with identifier: AO65%20LWK
2026-03-29 11:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with identifier: AO65%20LWK
2026-03-29 11:05:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20LWK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e036d91-a2e1-54e2-8bf1-326fb9fbfb46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO65 LWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20LWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 43689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE',
 'vin': 'SALVA2AN5GH093157',
 'year': 2015}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 11:05:09 [bca.uk] INFO: Saving data for AO65%20LWK: {'auction_closing_time': 1774778400.0, 'created_time': 1774476890.042182, 'last_price_update_time': 1774782309.784907}
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520LWK') HTTP/1.1" 204 0
2026-03-29 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX
2026-03-29 11:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX
2026-03-29 11:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX to the API
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 53,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU18%20AXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ca760025-af2c-58c6-80a9-791cdf3f57c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU18 AXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU18%20AXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'C350 E',
 'odometer': 119464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C350 E 2.0 AMG LINE PREMIUM PLUS Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDD2052472F719951',
 'year': 2018}
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU18%2520AXX%27 HTTP/1.1" 200 None
2026-03-29 11:05:10 [bca.uk] INFO: Saving data for CU18%20AXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563896.413132, 'last_price_update_time': 1774782310.773899}
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU18%2520AXX') HTTP/1.1" 204 0
2026-03-29 11:05:10 [bca.uk] INFO: Found listing with ID: HY15%20PHK
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY15%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 11:05:10 [bca.uk] INFO: Scrape type for HY15%20PHK: 0
2026-03-29 11:05:10 [bca.uk] INFO: Found listing with ID: PN16%20TXY
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520TXY%27 HTTP/1.1" 200 None
2026-03-29 11:05:10 [bca.uk] INFO: Scrape type for PN16%20TXY: 2
2026-03-29 11:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 747f1e09-43fa-5817-9abd-08df02153dd9 with identifier: PN16%20TXY
2026-03-29 11:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 747f1e09-43fa-5817-9abd-08df02153dd9 with scrape type 2
2026-03-29 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 747f1e09-43fa-5817-9abd-08df02153dd9 with scrape type 2
2026-03-29 11:05:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 747f1e09-43fa-5817-9abd-08df02153dd9, identifier: PN16%20TXY
2026-03-29 11:05:10 [bca.uk] INFO: Found listing with ID: LK65%20VPG
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK65%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 11:05:10 [bca.uk] INFO: Scrape type for LK65%20VPG: 2
2026-03-29 11:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG
2026-03-29 11:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with scrape type 2
2026-03-29 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with scrape type 2
2026-03-29 11:05:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b, identifier: LK65%20VPG
2026-03-29 11:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 747f1e09-43fa-5817-9abd-08df02153dd9 with identifier: PN16%20TXY
2026-03-29 11:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 747f1e09-43fa-5817-9abd-08df02153dd9 with identifier: PN16%20TXY
2026-03-29 11:05:11 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 747f1e09-43fa-5817-9abd-08df02153dd9 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN16%20TXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '747f1e09-43fa-5817-9abd-08df02153dd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN16 TXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN16%20TXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 37600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 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': 'VF7PAHMTCFR776655',
 'year': 2016}
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520TXY%27 HTTP/1.1" 200 None
2026-03-29 11:05:11 [bca.uk] INFO: Saving data for PN16%20TXY: {'auction_closing_time': 1774778400.0, 'created_time': 1774695739.456708, 'last_price_update_time': 1774782311.133824}
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN16%2520TXY') HTTP/1.1" 204 0
2026-03-29 11:05:11 [scrapy.extensions.logstats] INFO: Crawled 109 pages (at 12 pages/min), scraped 262 items (at 44 items/min)
2026-03-29 11:05:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG
2026-03-29 11:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG
2026-03-29 11:05:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG to the API
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK65%20VPG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2fbb28a8-d1b6-5811-b27d-2cd34dbac90b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK65 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK65%20VPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JEEP',
 'model': 'CHEROKEE',
 'odometer': 106516,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'JEEP CHEROKEE 2.2 M/JET 200 4WD LIMITED StationWagon',
 'transmission': 'automatic',
 'trim': 'M/JET 200 4WD LIMITED',
 'vin': '1C4PJMHU0FW771493',
 'year': 2015}
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [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-29 11:05:11 [bca.uk] INFO: Saving data for LK65%20VPG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476207.835656, 'last_price_update_time': 1774782311.515001}
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK65%2520VPG') HTTP/1.1" 204 0
2026-03-29 11:05:11 [bca.uk] INFO: Found listing with ID: LC11%20FTF
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 11:05:11 [bca.uk] INFO: Scrape type for LC11%20FTF: 2
2026-03-29 11:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with identifier: LC11%20FTF
2026-03-29 11:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce with scrape type 2
2026-03-29 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce with scrape type 2
2026-03-29 11:05:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a096844b-591f-5e2c-9e99-d8f67c7bf0ce, identifier: LC11%20FTF
2026-03-29 11:05:11 [bca.uk] INFO: Found listing with ID: NJ18%20YDM
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 11:05:11 [bca.uk] INFO: Scrape type for NJ18%20YDM: 0
2026-03-29 11:05:11 [bca.uk] INFO: Found listing with ID: OV20%20KUN
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV20%2520KUN%27 HTTP/1.1" 200 None
2026-03-29 11:05:11 [bca.uk] INFO: Scrape type for OV20%20KUN: 0
2026-03-29 11:05:11 [bca.uk] INFO: Found listing with ID: WD67%20HAX
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 11:05:11 [bca.uk] INFO: Scrape type for WD67%20HAX: 2
2026-03-29 11:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX
2026-03-29 11:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with scrape type 2
2026-03-29 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with scrape type 2
2026-03-29 11:05:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e, identifier: WD67%20HAX
2026-03-29 11:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with identifier: LC11%20FTF
2026-03-29 11:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with identifier: LC11%20FTF
2026-03-29 11:05:11 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC11%20FTF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a096844b-591f-5e2c-9e99-d8f67c7bf0ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC11 FTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC11%20FTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CHEVROLET',
 'model': 'AVEO',
 'odometer': 37861,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CHEVROLET AVEO 1.2 LS Hatchback',
 'transmission': 'manual',
 'trim': 'LS',
 'vin': 'KL1SF48DJAB140956',
 'year': 2011}
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 11:05:11 [bca.uk] INFO: Saving data for LC11%20FTF: {'auction_closing_time': 1774778400.0, 'created_time': 1774695720.671739, 'last_price_update_time': 1774782311.875155}
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC11%2520FTF') HTTP/1.1" 204 0
2026-03-29 11:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX
2026-03-29 11:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX
2026-03-29 11:05:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX to the API
2026-03-29 11:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD67%20HAX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fcfb023-f54c-54e8-b595-28a52c8b7f1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD67 HAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD67%20HAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'S350 D',
 'odometer': 71202,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ S350 D 3.0 AMG LINE Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2220202A386948',
 'year': 2018}
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD67%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Saving data for WD67%20HAX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563918.623605, 'last_price_update_time': 1774782312.225526}
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD67%2520HAX') HTTP/1.1" 204 0
2026-03-29 11:05:12 [bca.uk] INFO: Found listing with ID: KD55%20WDG
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KD55%2520WDG%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Scrape type for KD55%20WDG: 2
2026-03-29 11:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e0ea60-9983-5edd-83ac-25374867ce45 with identifier: KD55%20WDG
2026-03-29 11:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e0ea60-9983-5edd-83ac-25374867ce45 with scrape type 2
2026-03-29 11:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2e0ea60-9983-5edd-83ac-25374867ce45 with scrape type 2
2026-03-29 11:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2e0ea60-9983-5edd-83ac-25374867ce45, identifier: KD55%20WDG
2026-03-29 11:05:12 [bca.uk] INFO: Found listing with ID: KN14%20XZR
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN14%2520XZR%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Scrape type for KN14%20XZR: 2
2026-03-29 11:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d92d9b-9b4d-5625-b538-e4504c499e0f with identifier: KN14%20XZR
2026-03-29 11:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d92d9b-9b4d-5625-b538-e4504c499e0f with scrape type 2
2026-03-29 11:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77d92d9b-9b4d-5625-b538-e4504c499e0f with scrape type 2
2026-03-29 11:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77d92d9b-9b4d-5625-b538-e4504c499e0f, identifier: KN14%20XZR
2026-03-29 11:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2e0ea60-9983-5edd-83ac-25374867ce45 with identifier: KD55%20WDG
2026-03-29 11:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2e0ea60-9983-5edd-83ac-25374867ce45 with identifier: KD55%20WDG
2026-03-29 11:05:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a2e0ea60-9983-5edd-83ac-25374867ce45 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD55%20WDG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2e0ea60-9983-5edd-83ac-25374867ce45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD55 WDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD55%20WDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '118D',
 'odometer': 171689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBAUG32090PY05527',
 'year': 2005}
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KD55%2520WDG%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Saving data for KD55%20WDG: {'auction_closing_time': 1774778400.0, 'created_time': 1774695720.091731, 'last_price_update_time': 1774782312.619298}
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD55%2520WDG') HTTP/1.1" 204 0
2026-03-29 11:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77d92d9b-9b4d-5625-b538-e4504c499e0f with identifier: KN14%20XZR
2026-03-29 11:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77d92d9b-9b4d-5625-b538-e4504c499e0f with identifier: KN14%20XZR
2026-03-29 11:05:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 77d92d9b-9b4d-5625-b538-e4504c499e0f with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN14%20XZR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77d92d9b-9b4d-5625-b538-e4504c499e0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN14 XZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN14%20XZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 83671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.5 DCI 90 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 ACENTA PREMIUM',
 'vin': 'SJNTCAE12U1026444',
 'year': 2014}
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN14%2520XZR%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Saving data for KN14%20XZR: {'auction_closing_time': 1774778400.0, 'created_time': 1774695733.158173, 'last_price_update_time': 1774782312.666478}
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN14%2520XZR') HTTP/1.1" 204 0
2026-03-29 11:05:12 [bca.uk] INFO: Found listing with ID: BD19%20RBF
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD19%2520RBF%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Scrape type for BD19%20RBF: 2
2026-03-29 11:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF
2026-03-29 11:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with scrape type 2
2026-03-29 11:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with scrape type 2
2026-03-29 11:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a, identifier: BD19%20RBF
2026-03-29 11:05:12 [bca.uk] INFO: Found listing with ID: MP19%20OSZ
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Scrape type for MP19%20OSZ: 0
2026-03-29 11:05:12 [bca.uk] INFO: Found listing with ID: RF21%20DKD
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF21%2520DKD%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Scrape type for RF21%20DKD: 0
2026-03-29 11:05:12 [bca.uk] INFO: Found listing with ID: VK22%20LGG
2026-03-29 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK22%2520LGG%27 HTTP/1.1" 200 None
2026-03-29 11:05:12 [bca.uk] INFO: Scrape type for VK22%20LGG: 2
2026-03-29 11:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 126c03ce-fbb7-5455-8117-bfec20fed691 with identifier: VK22%20LGG
2026-03-29 11:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 126c03ce-fbb7-5455-8117-bfec20fed691 with scrape type 2
2026-03-29 11:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 126c03ce-fbb7-5455-8117-bfec20fed691 with scrape type 2
2026-03-29 11:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 126c03ce-fbb7-5455-8117-bfec20fed691, identifier: VK22%20LGG
2026-03-29 11:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF
2026-03-29 11:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF
2026-03-29 11:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF to the API
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD19%20RBF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD19 RBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD19%20RBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 106272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 40 TDI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY6K2010597',
 'year': 2019}
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520RBF%27 HTTP/1.1" 200 None
2026-03-29 11:05:13 [bca.uk] INFO: Saving data for BD19%20RBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563905.580388, 'last_price_update_time': 1774782313.398686}
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD19%2520RBF') HTTP/1.1" 204 0
2026-03-29 11:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 126c03ce-fbb7-5455-8117-bfec20fed691 with identifier: VK22%20LGG
2026-03-29 11:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 126c03ce-fbb7-5455-8117-bfec20fed691 with identifier: VK22%20LGG
2026-03-29 11:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 126c03ce-fbb7-5455-8117-bfec20fed691 with identifier: VK22%20LGG to the API
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK22%20LGG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '126c03ce-fbb7-5455-8117-bfec20fed691',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK22 LGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK22%20LGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'ARTEON',
 'odometer': 25644,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ARTEON 2.0 TSI 190 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 190 R LINE DSG',
 'vin': 'WVWZZZ3HZNE006592',
 'year': 2022}
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520LGG%27 HTTP/1.1" 200 None
2026-03-29 11:05:13 [bca.uk] INFO: Saving data for VK22%20LGG: {'auction_closing_time': 1774864800.0, 'created_time': 1774391466.610927, 'last_price_update_time': 1774782313.971283}
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK22%2520LGG') HTTP/1.1" 204 0
2026-03-29 11:05:13 [bca.uk] INFO: Found listing with ID: CV66%20MDJ
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV66%2520MDJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Scrape type for CV66%20MDJ: 2
2026-03-29 11:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ
2026-03-29 11:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ca45cad-a1d0-52d4-884b-3991d45e4480 with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ca45cad-a1d0-52d4-884b-3991d45e4480 with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ca45cad-a1d0-52d4-884b-3991d45e4480, identifier: CV66%20MDJ
2026-03-29 11:05:14 [bca.uk] INFO: Found listing with ID: YJ70%20TKD
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ70%2520TKD%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Scrape type for YJ70%20TKD: 0
2026-03-29 11:05:14 [bca.uk] INFO: Found listing with ID: MA62%20RAA
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA62%2520RAA%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Scrape type for MA62%20RAA: 0
2026-03-29 11:05:14 [bca.uk] INFO: Found listing with ID: PX17%20MBO
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX17%2520MBO%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Scrape type for PX17%20MBO: 2
2026-03-29 11:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with identifier: PX17%20MBO
2026-03-29 11:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e92c795-afee-5372-9d8b-1d752dfd4a43, identifier: PX17%20MBO
2026-03-29 11:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ
2026-03-29 11:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ
2026-03-29 11:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ to the API
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV66%20MDJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ca45cad-a1d0-52d4-884b-3991d45e4480',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV66 MDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV66%20MDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 67927,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D X LINE STEP',
 'vin': 'WBAHT720605F43582',
 'year': 2016}
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV66%2520MDJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Saving data for CV66%20MDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774504935.187422, 'last_price_update_time': 1774782314.587261}
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV66%2520MDJ') HTTP/1.1" 204 0
2026-03-29 11:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with identifier: PX17%20MBO
2026-03-29 11:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with identifier: PX17%20MBO
2026-03-29 11:05:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX17%20MBO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e92c795-afee-5372-9d8b-1d752dfd4a43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX17 MBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX17%20MBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 28880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXM520X02F68385',
 'year': 2017}
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX17%2520MBO%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Saving data for PX17%20MBO: {'auction_closing_time': 1774778400.0, 'created_time': 1774695732.752619, 'last_price_update_time': 1774782314.627613}
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX17%2520MBO') HTTP/1.1" 204 0
2026-03-29 11:05:14 [bca.uk] INFO: Found listing with ID: LA66%20CNU
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA66%2520CNU%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Scrape type for LA66%20CNU: 2
2026-03-29 11:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU
2026-03-29 11:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b, identifier: LA66%20CNU
2026-03-29 11:05:14 [bca.uk] INFO: Found listing with ID: MF14%20BJJ
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:14 [bca.uk] INFO: Scrape type for MF14%20BJJ: 2
2026-03-29 11:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f46bde-639c-5c92-873b-42d55d019a61 with identifier: MF14%20BJJ
2026-03-29 11:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f46bde-639c-5c92-873b-42d55d019a61 with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f46bde-639c-5c92-873b-42d55d019a61 with scrape type 2
2026-03-29 11:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41f46bde-639c-5c92-873b-42d55d019a61, identifier: MF14%20BJJ
2026-03-29 11:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU
2026-03-29 11:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU
2026-03-29 11:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU to the API
2026-03-29 11:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA66%20CNU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4e08df2-46ba-581f-83c7-b45a7cdfbe3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA66 CNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA66%20CNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '118I',
 'odometer': 67090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA1R52040V877109',
 'year': 2017}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA66%2520CNU%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Saving data for LA66%20CNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563908.197728, 'last_price_update_time': 1774782315.194406}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA66%2520CNU') HTTP/1.1" 204 0
2026-03-29 11:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41f46bde-639c-5c92-873b-42d55d019a61 with identifier: MF14%20BJJ
2026-03-29 11:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41f46bde-639c-5c92-873b-42d55d019a61 with identifier: MF14%20BJJ
2026-03-29 11:05:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 41f46bde-639c-5c92-873b-42d55d019a61 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF14%20BJJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41f46bde-639c-5c92-873b-42d55d019a61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF14 BJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF14%20BJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 42371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 163 TITANIUM X BUS.ED.P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 163 TITANIUM X BUS.ED.P/S',
 'vin': 'WF0EXXGBBEEJ26655',
 'year': 2014}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Saving data for MF14%20BJJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774565114.763457, 'last_price_update_time': 1774782315.231276}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF14%2520BJJ') HTTP/1.1" 204 0
2026-03-29 11:05:15 [bca.uk] INFO: Found listing with ID: SP14%20YXM
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP14%2520YXM%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Scrape type for SP14%20YXM: 2
2026-03-29 11:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM
2026-03-29 11:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a47c5a-e268-500d-a9f6-580658d32329 with scrape type 2
2026-03-29 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a47c5a-e268-500d-a9f6-580658d32329 with scrape type 2
2026-03-29 11:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73a47c5a-e268-500d-a9f6-580658d32329, identifier: SP14%20YXM
2026-03-29 11:05:15 [bca.uk] INFO: Found listing with ID: MF16%20UTG
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF16%2520UTG%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Scrape type for MF16%20UTG: 2
2026-03-29 11:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with identifier: MF16%20UTG
2026-03-29 11:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 with scrape type 2
2026-03-29 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 with scrape type 2
2026-03-29 11:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50d5ecca-764d-50fb-be83-8ecebd8cb459, identifier: MF16%20UTG
2026-03-29 11:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM
2026-03-29 11:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM
2026-03-29 11:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM to the API
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP14%20YXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73a47c5a-e268-500d-a9f6-580658d32329',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP14 YXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP14%20YXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 103054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE (9) Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE (9)',
 'vin': 'SALVA2AEXEH939960',
 'year': 2014}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP14%2520YXM%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Saving data for SP14%20YXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563909.487674, 'last_price_update_time': 1774782315.783201}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP14%2520YXM') HTTP/1.1" 204 0
2026-03-29 11:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with identifier: MF16%20UTG
2026-03-29 11:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with identifier: MF16%20UTG
2026-03-29 11:05:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF16%20UTG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '50d5ecca-764d-50fb-be83-8ecebd8cb459',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF16 UTG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF16%20UTG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 27793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC BLACK EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLACK EDITION',
 'vin': 'WF0UXXLTRUFJ69476',
 'year': 2016}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF16%2520UTG%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Saving data for MF16%20UTG: {'auction_closing_time': 1774778400.0, 'created_time': 1774695733.670395, 'last_price_update_time': 1774782315.819273}
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF16%2520UTG') HTTP/1.1" 204 0
2026-03-29 11:05:15 [bca.uk] INFO: Found listing with ID: EX13%20SOH
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX13%2520SOH%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Scrape type for EX13%20SOH: 0
2026-03-29 11:05:15 [bca.uk] INFO: Found listing with ID: KU09%20AEA
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU09%2520AEA%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Scrape type for KU09%20AEA: 0
2026-03-29 11:05:15 [bca.uk] INFO: Found listing with ID: LD10%20VGG
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD10%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Scrape type for LD10%20VGG: 0
2026-03-29 11:05:15 [bca.uk] INFO: Found listing with ID: PK60%20UOG
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK60%2520UOG%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Scrape type for PK60%20UOG: 0
2026-03-29 11:05:15 [bca.uk] INFO: Found listing with ID: NA17%20GMZ
2026-03-29 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA17%2520GMZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:15 [bca.uk] INFO: Scrape type for NA17%20GMZ: 2
2026-03-29 11:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ
2026-03-29 11:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with scrape type 2
2026-03-29 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with scrape type 2
2026-03-29 11:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbfdc7df-b768-5f72-a3b1-4001cfb50d17, identifier: NA17%20GMZ
2026-03-29 11:05:16 [bca.uk] INFO: Found listing with ID: PN65%20YXH
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520YXH%27 HTTP/1.1" 200 None
2026-03-29 11:05:16 [bca.uk] INFO: Scrape type for PN65%20YXH: 0
2026-03-29 11:05:16 [bca.uk] INFO: Found listing with ID: BK11%20UNU
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK11%2520UNU%27 HTTP/1.1" 200 None
2026-03-29 11:05:16 [bca.uk] INFO: Scrape type for BK11%20UNU: 2
2026-03-29 11:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b129378e-787d-57af-b4c0-c8af6440f1f9 with identifier: BK11%20UNU
2026-03-29 11:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b129378e-787d-57af-b4c0-c8af6440f1f9 with scrape type 2
2026-03-29 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b129378e-787d-57af-b4c0-c8af6440f1f9 with scrape type 2
2026-03-29 11:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b129378e-787d-57af-b4c0-c8af6440f1f9, identifier: BK11%20UNU
2026-03-29 11:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ
2026-03-29 11:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ
2026-03-29 11:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ to the API
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA17%20GMZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fbfdc7df-b768-5f72-a3b1-4001cfb50d17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA17 GMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA17%20GMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 137421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 165 SPORT Hatchback',
 'transmission': 'manual',
 'trim': '165 SPORT',
 'vin': 'JMZBN647601517451',
 'year': 2017}
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520GMZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:16 [bca.uk] INFO: Saving data for NA17%20GMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774303729.71832, 'last_price_update_time': 1774782316.464698}
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA17%2520GMZ') HTTP/1.1" 204 0
2026-03-29 11:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b129378e-787d-57af-b4c0-c8af6440f1f9 with identifier: BK11%20UNU
2026-03-29 11:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b129378e-787d-57af-b4c0-c8af6440f1f9 with identifier: BK11%20UNU
2026-03-29 11:05:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b129378e-787d-57af-b4c0-c8af6440f1f9 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK11%20UNU-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b129378e-787d-57af-b4c0-c8af6440f1f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK11 UNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK11%20UNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 150729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT SCENIC 1.6 VVT 110 DYNAMIQUE TOM TOM MPV',
 'transmission': 'manual',
 'trim': 'VVT 110 DYNAMIQUE TOM TOM',
 'vin': 'VF1JZ1U0644881322',
 'year': 2011}
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK11%2520UNU%27 HTTP/1.1" 200 None
2026-03-29 11:05:16 [bca.uk] INFO: Saving data for BK11%20UNU: {'auction_closing_time': 1774778400.0, 'created_time': 1774695721.425788, 'last_price_update_time': 1774782316.595187}
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK11%2520UNU') HTTP/1.1" 204 0
2026-03-29 11:05:16 [bca.uk] INFO: Found listing with ID: YR07%20OWB
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR07%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 11:05:16 [bca.uk] INFO: Scrape type for YR07%20OWB: 2
2026-03-29 11:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB
2026-03-29 11:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with scrape type 2
2026-03-29 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with scrape type 2
2026-03-29 11:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02, identifier: YR07%20OWB
2026-03-29 11:05:16 [bca.uk] INFO: Found listing with ID: K999%20ENP
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K999%2520ENP%27 HTTP/1.1" 200 None
2026-03-29 11:05:16 [bca.uk] INFO: Scrape type for K999%20ENP: 2
2026-03-29 11:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP
2026-03-29 11:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9338716-bcde-56a0-beac-8c634c67b91c with scrape type 2
2026-03-29 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9338716-bcde-56a0-beac-8c634c67b91c with scrape type 2
2026-03-29 11:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9338716-bcde-56a0-beac-8c634c67b91c, identifier: K999%20ENP
2026-03-29 11:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB
2026-03-29 11:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB
2026-03-29 11:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB to the API
2026-03-29 11:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR07%20OWB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ae293cd-ccc3-5af6-b3a4-d6db64203b02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR07 OWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR07%20OWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'SUBARU',
 'model': 'FORESTER',
 'odometer': 114536,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SUBARU FORESTER 2.0 XC Estate',
 'transmission': 'automatic',
 'trim': 'XC',
 'vin': 'JF1SG5KE57G089933',
 'year': 2007}
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR07%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 11:05:17 [bca.uk] INFO: Saving data for YR07%20OWB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563896.773596, 'last_price_update_time': 1774782317.137535}
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR07%2520OWB') HTTP/1.1" 204 0
2026-03-29 11:05:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey%2Fblack HTTP/1.1" 200 None
2026-03-29 11:05:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP
2026-03-29 11:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP to the API
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K999%20ENP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9338716-bcde-56a0-beac-8c634c67b91c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K999 ENP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K999%20ENP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'ABARTH',
 'model': '595',
 'odometer': 8627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'ABARTH 595 1.4 T-JET 180 COMPETIZIONE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-JET 180 COMPETIZIONE',
 'vin': 'ZFA3120000JB42805',
 'year': 2019}
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K999%2520ENP%27 HTTP/1.1" 200 None
2026-03-29 11:05:17 [bca.uk] INFO: Saving data for K999%20ENP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564552.496285, 'last_price_update_time': 1774782317.574696}
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K999%2520ENP') HTTP/1.1" 204 0
2026-03-29 11:05:17 [bca.uk] INFO: Found listing with ID: AY61%20ZBP
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY61%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 11:05:17 [bca.uk] INFO: Scrape type for AY61%20ZBP: 0
2026-03-29 11:05:17 [bca.uk] INFO: Found listing with ID: GD12%20LSU
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD12%2520LSU%27 HTTP/1.1" 200 None
2026-03-29 11:05:17 [bca.uk] INFO: Scrape type for GD12%20LSU: 0
2026-03-29 11:05:17 [bca.uk] INFO: Found listing with ID: KT09%20JOV
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT09%2520JOV%27 HTTP/1.1" 200 None
2026-03-29 11:05:17 [bca.uk] INFO: Scrape type for KT09%20JOV: 0
2026-03-29 11:05:17 [bca.uk] INFO: Found listing with ID: LG61%20YWR
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YWR%27 HTTP/1.1" 200 None
2026-03-29 11:05:17 [bca.uk] INFO: Scrape type for LG61%20YWR: 2
2026-03-29 11:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR
2026-03-29 11:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d103450a-4029-5054-b457-fbc3c2232124 with scrape type 2
2026-03-29 11:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d103450a-4029-5054-b457-fbc3c2232124 with scrape type 2
2026-03-29 11:05:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d103450a-4029-5054-b457-fbc3c2232124, identifier: LG61%20YWR
2026-03-29 11:05:17 [bca.uk] INFO: Found listing with ID: YN64%20VNE
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520VNE%27 HTTP/1.1" 200 None
2026-03-29 11:05:17 [bca.uk] INFO: Scrape type for YN64%20VNE: 2
2026-03-29 11:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE
2026-03-29 11:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with scrape type 2
2026-03-29 11:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with scrape type 2
2026-03-29 11:05:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9, identifier: YN64%20VNE
2026-03-29 11:05:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR
2026-03-29 11:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR
2026-03-29 11:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR to the API
2026-03-29 11:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG61%20YWR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd103450a-4029-5054-b457-fbc3c2232124',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG61 YWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG61%20YWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 91520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.4 TSI 120 S DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 120 S DSG',
 'vin': 'TMBDJ21Z6B2135319',
 'year': 2011}
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YWR%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Saving data for LG61%20YWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774563892.365148, 'last_price_update_time': 1774782318.225752}
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG61%2520YWR') HTTP/1.1" 204 0
2026-03-29 11:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE
2026-03-29 11:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE
2026-03-29 11:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE to the API
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN64%20VNE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5902b6e3-09a1-5300-a4d4-4edd4f8515a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN64 VNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN64%20VNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 103102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF15RRL0H51378631',
 'year': 2014}
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520VNE%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Saving data for YN64%20VNE: {'auction_closing_time': 1774951200.0, 'created_time': 1774695715.75146, 'last_price_update_time': 1774782318.511121}
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN64%2520VNE') HTTP/1.1" 204 0
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: LR53%20YBK
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR53%2520YBK%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for LR53%20YBK: 0
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: LV10%20WSE
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV10%2520WSE%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for LV10%20WSE: 0
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: PHZ%206637
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PHZ%25206637%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for PHZ%206637: 0
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: VN09%20WSO
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN09%2520WSO%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for VN09%20WSO: 0
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: LA08%20VDT
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA08%2520VDT%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for LA08%20VDT: 2
2026-03-29 11:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with identifier: LA08%20VDT
2026-03-29 11:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with scrape type 2
2026-03-29 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with scrape type 2
2026-03-29 11:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59, identifier: LA08%20VDT
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: GG05%20AVG
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GG05%2520AVG%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for GG05%20AVG: 0
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: S706%20NFV
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S706%2520NFV%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for S706%20NFV: 0
2026-03-29 11:05:18 [bca.uk] INFO: Found listing with ID: MK62%20TKE
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520TKE%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Scrape type for MK62%20TKE: 2
2026-03-29 11:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with identifier: MK62%20TKE
2026-03-29 11:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with scrape type 2
2026-03-29 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with scrape type 2
2026-03-29 11:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039, identifier: MK62%20TKE
2026-03-29 11:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with identifier: LA08%20VDT
2026-03-29 11:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with identifier: LA08%20VDT
2026-03-29 11:05:18 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA08%20VDT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c013e35-2c0a-59bb-8c74-a78d1dca2b59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA08 VDT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA08%20VDT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 63994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWMF72040TT42567',
 'year': 2008}
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA08%2520VDT%27 HTTP/1.1" 200 None
2026-03-29 11:05:18 [bca.uk] INFO: Saving data for LA08%20VDT: {'auction_closing_time': 1774778400.0, 'created_time': 1774695718.419324, 'last_price_update_time': 1774782318.872584}
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA08%2520VDT') HTTP/1.1" 204 0
2026-03-29 11:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with identifier: MK62%20TKE
2026-03-29 11:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with identifier: MK62%20TKE
2026-03-29 11:05:18 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK62%20TKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e87d1c8-5fd8-5507-b92a-33ab3f96b039',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK62 TKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK62%20TKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FIAT',
 'model': '500',
 'odometer': 70228,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000904199',
 'year': 2012}
2026-03-29 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520TKE%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Saving data for MK62%20TKE: {'auction_closing_time': 1774778400.0, 'created_time': 1774505377.309317, 'last_price_update_time': 1774782319.000687}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK62%2520TKE') HTTP/1.1" 204 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: VK21%20OFN
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for VK21%20OFN: 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: FL18%20SXT
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520SXT%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for FL18%20SXT: 2
2026-03-29 11:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cff17959-676b-540b-ba30-ae8138e6ac20 with identifier: FL18%20SXT
2026-03-29 11:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cff17959-676b-540b-ba30-ae8138e6ac20 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cff17959-676b-540b-ba30-ae8138e6ac20 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cff17959-676b-540b-ba30-ae8138e6ac20, identifier: FL18%20SXT
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: MM13%20HZU
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520HZU%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for MM13%20HZU: 2
2026-03-29 11:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4384bea-5574-5b19-ae81-a2e2be52ee8f with identifier: MM13%20HZU
2026-03-29 11:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4384bea-5574-5b19-ae81-a2e2be52ee8f with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4384bea-5574-5b19-ae81-a2e2be52ee8f with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4384bea-5574-5b19-ae81-a2e2be52ee8f, identifier: MM13%20HZU
2026-03-29 11:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cff17959-676b-540b-ba30-ae8138e6ac20 with identifier: FL18%20SXT
2026-03-29 11:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cff17959-676b-540b-ba30-ae8138e6ac20 with identifier: FL18%20SXT
2026-03-29 11:05:19 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cff17959-676b-540b-ba30-ae8138e6ac20 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL18%20SXT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cff17959-676b-540b-ba30-ae8138e6ac20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL18 SXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL18%20SXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 39497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE',
 'vin': 'SHHFK9740JU001483',
 'year': 2018}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520SXT%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Saving data for FL18%20SXT: {'auction_closing_time': 1774778400.0, 'created_time': 1774563824.905298, 'last_price_update_time': 1774782319.315358}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL18%2520SXT') HTTP/1.1" 204 0
2026-03-29 11:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4384bea-5574-5b19-ae81-a2e2be52ee8f with identifier: MM13%20HZU
2026-03-29 11:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4384bea-5574-5b19-ae81-a2e2be52ee8f with identifier: MM13%20HZU
2026-03-29 11:05:19 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b4384bea-5574-5b19-ae81-a2e2be52ee8f with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM13%20HZU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b4384bea-5574-5b19-ae81-a2e2be52ee8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM13 HZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM13%20HZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 53407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 80 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '80 ZETEC',
 'vin': 'WF0DXXGAKDDU37049',
 'year': 2013}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520HZU%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Saving data for MM13%20HZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774505417.275292, 'last_price_update_time': 1774782319.362544}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM13%2520HZU') HTTP/1.1" 204 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: SR68%20WGP
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for SR68%20WGP: 2
2026-03-29 11:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with identifier: SR68%20WGP
2026-03-29 11:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fe48467-9dfd-5dea-af7c-48c104462fe5, identifier: SR68%20WGP
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: MT61%20BJF
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520BJF%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for MT61%20BJF: 2
2026-03-29 11:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d055250-7708-534d-bfef-f43e1cb68a42 with identifier: MT61%20BJF
2026-03-29 11:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d055250-7708-534d-bfef-f43e1cb68a42 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d055250-7708-534d-bfef-f43e1cb68a42 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d055250-7708-534d-bfef-f43e1cb68a42, identifier: MT61%20BJF
2026-03-29 11:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with identifier: SR68%20WGP
2026-03-29 11:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with identifier: SR68%20WGP
2026-03-29 11:05:19 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR68%20WGP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7fe48467-9dfd-5dea-af7c-48c104462fe5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR68 WGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR68%20WGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '118I',
 'odometer': 44225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT SHADOW ED. Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT SHADOW ED.',
 'vin': 'WBA1R520X07B78655',
 'year': 2019}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Saving data for SR68%20WGP: {'auction_closing_time': 1774778400.0, 'created_time': 1774695727.541367, 'last_price_update_time': 1774782319.659964}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR68%2520WGP') HTTP/1.1" 204 0
2026-03-29 11:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d055250-7708-534d-bfef-f43e1cb68a42 with identifier: MT61%20BJF
2026-03-29 11:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d055250-7708-534d-bfef-f43e1cb68a42 with identifier: MT61%20BJF
2026-03-29 11:05:19 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7d055250-7708-534d-bfef-f43e1cb68a42 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT61%20BJF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d055250-7708-534d-bfef-f43e1cb68a42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT61 BJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT61%20BJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': '120I',
 'odometer': 57155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW 120I 2.0 ES Coupe',
 'transmission': 'manual',
 'trim': 'ES',
 'vin': 'WBAUC12040VM01966',
 'year': 2011}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520BJF%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Saving data for MT61%20BJF: {'auction_closing_time': 1774778400.0, 'created_time': 1774476098.148227, 'last_price_update_time': 1774782319.698322}
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT61%2520BJF') HTTP/1.1" 204 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: GU22%20LDF
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520LDF%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for GU22%20LDF: 2
2026-03-29 11:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF
2026-03-29 11:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a865b02-dd0d-5dc9-b937-75342b526486 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a865b02-dd0d-5dc9-b937-75342b526486 with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a865b02-dd0d-5dc9-b937-75342b526486, identifier: GU22%20LDF
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: MT64%20NPP
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for MT64%20NPP: 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: PJ61%20APK
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ61%2520APK%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for PJ61%20APK: 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: PK12%20WWH
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520WWH%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for PK12%20WWH: 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: PN08%20XDF
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN08%2520XDF%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for PN08%20XDF: 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: SW14%20OLM
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520OLM%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for SW14%20OLM: 0
2026-03-29 11:05:19 [bca.uk] INFO: Found listing with ID: YE63%20SXL
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE63%2520SXL%27 HTTP/1.1" 200 None
2026-03-29 11:05:19 [bca.uk] INFO: Scrape type for YE63%20SXL: 2
2026-03-29 11:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with identifier: YE63%20SXL
2026-03-29 11:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 272530ae-8b12-5d5c-8d66-af7e316b6cbc with scrape type 2
2026-03-29 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 272530ae-8b12-5d5c-8d66-af7e316b6cbc with scrape type 2
2026-03-29 11:05:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 272530ae-8b12-5d5c-8d66-af7e316b6cbc, identifier: YE63%20SXL
2026-03-29 11:05:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF
2026-03-29 11:05:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF
2026-03-29 11:05:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF to the API
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU22%20LDF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6a865b02-dd0d-5dc9-b937-75342b526486',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU22 LDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU22%20LDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 66072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI PHEV EXCITE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV EXCITE',
 'vin': 'LSJA24395MN216224',
 'year': 2022}
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520LDF%27 HTTP/1.1" 200 None
2026-03-29 11:05:20 [bca.uk] INFO: Saving data for GU22%20LDF: {'auction_closing_time': 1774864800.0, 'created_time': 1774695725.94946, 'last_price_update_time': 1774782320.392711}
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU22%2520LDF') HTTP/1.1" 204 0
2026-03-29 11:05:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with identifier: YE63%20SXL
2026-03-29 11:05:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with identifier: YE63%20SXL
2026-03-29 11:05:20 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE63%20SXL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '272530ae-8b12-5d5c-8d66-af7e316b6cbc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE63 SXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE63%20SXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 124038,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 E-HDI ACTIVE EGC Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HDI ACTIVE EGC',
 'vin': 'VF3CC8HP0DT130928',
 'year': 2013}
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE63%2520SXL%27 HTTP/1.1" 200 None
2026-03-29 11:05:20 [bca.uk] INFO: Saving data for YE63%20SXL: {'auction_closing_time': 1774778400.0, 'created_time': 1774505417.866268, 'last_price_update_time': 1774782320.546854}
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE63%2520SXL') HTTP/1.1" 204 0
2026-03-29 11:05:20 [bca.uk] INFO: Found listing with ID: RV69%20YEC
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YEC%27 HTTP/1.1" 200 None
2026-03-29 11:05:20 [bca.uk] INFO: Scrape type for RV69%20YEC: 2
2026-03-29 11:05:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC
2026-03-29 11:05:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 with scrape type 2
2026-03-29 11:05:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 with scrape type 2
2026-03-29 11:05:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b0c9a27-0399-51ae-9584-25135ba8cc28, identifier: RV69%20YEC
2026-03-29 11:05:20 [bca.uk] INFO: Found listing with ID: YR14%20KPG
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520KPG%27 HTTP/1.1" 200 None
2026-03-29 11:05:20 [bca.uk] INFO: Scrape type for YR14%20KPG: 2
2026-03-29 11:05:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5583441-8be7-5567-82c4-40966409439f with identifier: YR14%20KPG
2026-03-29 11:05:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5583441-8be7-5567-82c4-40966409439f with scrape type 2
2026-03-29 11:05:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5583441-8be7-5567-82c4-40966409439f with scrape type 2
2026-03-29 11:05:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5583441-8be7-5567-82c4-40966409439f, identifier: YR14%20KPG
2026-03-29 11:05:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC
2026-03-29 11:05:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC
2026-03-29 11:05:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC to the API
2026-03-29 11:05:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV69%20YEC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b0c9a27-0399-51ae-9584-25135ba8cc28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV69 YEC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV69%20YEC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 15584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I ICON TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I ICON TECH',
 'vin': 'VNKKG3D360A167099',
 'year': 2019}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YEC%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Saving data for RV69%20YEC: {'auction_closing_time': 1774864800.0, 'created_time': 1774695729.855377, 'last_price_update_time': 1774782321.144942}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV69%2520YEC') HTTP/1.1" 204 0
2026-03-29 11:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5583441-8be7-5567-82c4-40966409439f with identifier: YR14%20KPG
2026-03-29 11:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5583441-8be7-5567-82c4-40966409439f with identifier: YR14%20KPG
2026-03-29 11:05:21 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f5583441-8be7-5567-82c4-40966409439f with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR14%20KPG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5583441-8be7-5567-82c4-40966409439f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR14 KPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR14%20KPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 156503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 245 R LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 245 R LINE TIP',
 'vin': 'WVGZZZ7PZED049706',
 'year': 2014}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520KPG%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Saving data for YR14%20KPG: {'auction_closing_time': 1774778400.0, 'created_time': 1774448975.109772, 'last_price_update_time': 1774782321.182265}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR14%2520KPG') HTTP/1.1" 204 0
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: CT15%20CRJ
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT15%2520CRJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for CT15%20CRJ: 2
2026-03-29 11:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ
2026-03-29 11:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2edf2a00-6315-583e-ade7-02f61bf18693 with scrape type 2
2026-03-29 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2edf2a00-6315-583e-ade7-02f61bf18693 with scrape type 2
2026-03-29 11:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2edf2a00-6315-583e-ade7-02f61bf18693, identifier: CT15%20CRJ
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: AK15%20EWP
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK15%2520EWP%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for AK15%20EWP: 0
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: CX16%20CRU
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520CRU%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for CX16%20CRU: 0
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: CY62%20HLP
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY62%2520HLP%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for CY62%20HLP: 2
2026-03-29 11:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af54be1-f534-5d1d-8928-667738f67d78 with identifier: CY62%20HLP
2026-03-29 11:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af54be1-f534-5d1d-8928-667738f67d78 with scrape type 2
2026-03-29 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6af54be1-f534-5d1d-8928-667738f67d78 with scrape type 2
2026-03-29 11:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6af54be1-f534-5d1d-8928-667738f67d78, identifier: CY62%20HLP
2026-03-29 11:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ
2026-03-29 11:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ
2026-03-29 11:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ to the API
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT15%20CRJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2edf2a00-6315-583e-ade7-02f61bf18693',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CT15 CRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT15%20CRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 61468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD DYNAMIC (9) Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD DYNAMIC (9)',
 'vin': 'SALVA2AE5FH055409',
 'year': 2015}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT15%2520CRJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Saving data for CT15%20CRJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774695725.428282, 'last_price_update_time': 1774782321.765511}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT15%2520CRJ') HTTP/1.1" 204 0
2026-03-29 11:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6af54be1-f534-5d1d-8928-667738f67d78 with identifier: CY62%20HLP
2026-03-29 11:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6af54be1-f534-5d1d-8928-667738f67d78 with identifier: CY62%20HLP
2026-03-29 11:05:21 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6af54be1-f534-5d1d-8928-667738f67d78 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY62%20HLP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6af54be1-f534-5d1d-8928-667738f67d78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CY62 HLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY62%20HLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 66617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJCY28719',
 'year': 2012}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY62%2520HLP%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Saving data for CY62%20HLP: {'auction_closing_time': 1774778400.0, 'created_time': 1774476122.175664, 'last_price_update_time': 1774782321.799002}
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY62%2520HLP') HTTP/1.1" 204 0
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: GN64%20WLF
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN64%2520WLF%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for GN64%20WLF: 0
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: KR67%20KTX
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR67%2520KTX%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for KR67%20KTX: 0
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: LG62%20CVX
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520CVX%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for LG62%20CVX: 2
2026-03-29 11:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with identifier: LG62%20CVX
2026-03-29 11:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 with scrape type 2
2026-03-29 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 with scrape type 2
2026-03-29 11:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24026d87-13ab-5a28-bdb2-a25641ae2e24, identifier: LG62%20CVX
2026-03-29 11:05:21 [bca.uk] INFO: Found listing with ID: DE61%20AOO
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520AOO%27 HTTP/1.1" 200 None
2026-03-29 11:05:21 [bca.uk] INFO: Scrape type for DE61%20AOO: 2
2026-03-29 11:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c8859f2-5f69-5ede-9022-1157d7754e27 with identifier: DE61%20AOO
2026-03-29 11:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8859f2-5f69-5ede-9022-1157d7754e27 with scrape type 2
2026-03-29 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c8859f2-5f69-5ede-9022-1157d7754e27 with scrape type 2
2026-03-29 11:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c8859f2-5f69-5ede-9022-1157d7754e27, identifier: DE61%20AOO
2026-03-29 11:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with identifier: LG62%20CVX
2026-03-29 11:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with identifier: LG62%20CVX
2026-03-29 11:05:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG62%20CVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24026d87-13ab-5a28-bdb2-a25641ae2e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG62 CVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG62%20CVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 48549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PRESTIGE Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PRESTIGE',
 'vin': 'SALVA2AE8DH706710',
 'year': 2012}
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG62%2520CVX%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Saving data for LG62%20CVX: {'auction_closing_time': 1774778400.0, 'created_time': 1774695730.400422, 'last_price_update_time': 1774782322.126895}
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG62%2520CVX') HTTP/1.1" 204 0
2026-03-29 11:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c8859f2-5f69-5ede-9022-1157d7754e27 with identifier: DE61%20AOO
2026-03-29 11:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c8859f2-5f69-5ede-9022-1157d7754e27 with identifier: DE61%20AOO
2026-03-29 11:05:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6c8859f2-5f69-5ede-9022-1157d7754e27 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE61%20AOO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c8859f2-5f69-5ede-9022-1157d7754e27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE61 AOO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE61%20AOO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 95777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNABE311LCT103528',
 'year': 2011}
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE61%2520AOO%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Saving data for DE61%20AOO: {'auction_closing_time': 1774778400.0, 'created_time': 1774505381.719672, 'last_price_update_time': 1774782322.198056}
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE61%2520AOO') HTTP/1.1" 204 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: EK63%20FJV
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK63%2520FJV%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for EK63%20FJV: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: KN57%20WVA
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN57%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for KN57%20WVA: 2
2026-03-29 11:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30676cce-0504-5392-96c7-197b55cc56e8 with identifier: KN57%20WVA
2026-03-29 11:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30676cce-0504-5392-96c7-197b55cc56e8 with scrape type 2
2026-03-29 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30676cce-0504-5392-96c7-197b55cc56e8 with scrape type 2
2026-03-29 11:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30676cce-0504-5392-96c7-197b55cc56e8, identifier: KN57%20WVA
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: DV63%20FNX
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV63%2520FNX%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for DV63%20FNX: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: EN60%20NNM
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN60%2520NNM%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for EN60%20NNM: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: EU13%20BPY
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU13%2520BPY%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for EU13%20BPY: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: EX63%20EOA
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX63%2520EOA%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for EX63%20EOA: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: GV09%20SKZ
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV09%2520SKZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for GV09%20SKZ: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: GY19%20ZXT
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY19%2520ZXT%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for GY19%20ZXT: 0
2026-03-29 11:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30676cce-0504-5392-96c7-197b55cc56e8 with identifier: KN57%20WVA
2026-03-29 11:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30676cce-0504-5392-96c7-197b55cc56e8 with identifier: KN57%20WVA
2026-03-29 11:05:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 30676cce-0504-5392-96c7-197b55cc56e8 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN57%20WVA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30676cce-0504-5392-96c7-197b55cc56e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN57 WVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN57%20WVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 130665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375073212505',
 'year': 2007}
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN57%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Saving data for KN57%20WVA: {'auction_closing_time': 1774778400.0, 'created_time': 1774695730.992334, 'last_price_update_time': 1774782322.481092}
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN57%2520WVA') HTTP/1.1" 204 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: W838%20AJN
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27W838%2520AJN%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for W838%20AJN: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: S20%20HNN
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27S20%2520HNN%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for S20%20HNN: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: FN64%20RAU
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN64%2520RAU%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for FN64%20RAU: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: GL20%20MWO
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL20%2520MWO%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for GL20%20MWO: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: LC17%20UBN
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC17%2520UBN%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for LC17%20UBN: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: OW15%20FVZ
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW15%2520FVZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for OW15%20FVZ: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: LM62%20VCU
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM62%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for LM62%20VCU: 0
2026-03-29 11:05:22 [bca.uk] INFO: Found listing with ID: EK63%20UCX
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK63%2520UCX%27 HTTP/1.1" 200 None
2026-03-29 11:05:22 [bca.uk] INFO: Scrape type for EK63%20UCX: 2
2026-03-29 11:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX
2026-03-29 11:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d03878-51dc-5558-8618-8598aecb3b5e with scrape type 2
2026-03-29 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6d03878-51dc-5558-8618-8598aecb3b5e with scrape type 2
2026-03-29 11:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6d03878-51dc-5558-8618-8598aecb3b5e, identifier: EK63%20UCX
2026-03-29 11:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX
2026-03-29 11:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX
2026-03-29 11:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX to the API
2026-03-29 11:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK63%20UCX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd6d03878-51dc-5558-8618-8598aecb3b5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK63 UCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK63%20UCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 62119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER S Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S',
 'vin': 'WMWZC32010WR77557',
 'year': 2013}
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520UCX%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Saving data for EK63%20UCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563880.560711, 'last_price_update_time': 1774782323.195957}
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK63%2520UCX') HTTP/1.1" 204 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: HG18%20UAP
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for HG18%20UAP: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: BX69%20KFJ
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for BX69%20KFJ: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: GU68%20KAX
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520KAX%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for GU68%20KAX: 2
2026-03-29 11:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX
2026-03-29 11:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c2762b-2f32-5cd1-95cd-05fb879c1367 with scrape type 2
2026-03-29 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c2762b-2f32-5cd1-95cd-05fb879c1367 with scrape type 2
2026-03-29 11:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c2762b-2f32-5cd1-95cd-05fb879c1367, identifier: GU68%20KAX
2026-03-29 11:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX
2026-03-29 11:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX
2026-03-29 11:05:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX to the API
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU68%20KAX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f2c2762b-2f32-5cd1-95cd-05fb879c1367',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU68 KAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU68%20KAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 80009,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 129 EX Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 129 EX',
 'vin': 'SHHFK6780HU020567',
 'year': 2018}
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520KAX%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Saving data for GU68%20KAX: {'auction_closing_time': 1774864800.0, 'created_time': 1774361895.535372, 'last_price_update_time': 1774782323.651121}
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU68%2520KAX') HTTP/1.1" 204 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: LJ68%20YWE
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ68%2520YWE%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for LJ68%20YWE: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: SC71%20KXX
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC71%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for SC71%20KXX: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: SP19%20KZX
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520KZX%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for SP19%20KZX: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: YK69%20PZB
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520PZB%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for YK69%20PZB: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: AB55%20WWW
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AB55%2520WWW%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for AB55%20WWW: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: PX72%20KYH
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for PX72%20KYH: 0
2026-03-29 11:05:23 [bca.uk] INFO: Found listing with ID: FD18%20SVU
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520SVU%27 HTTP/1.1" 200 None
2026-03-29 11:05:23 [bca.uk] INFO: Scrape type for FD18%20SVU: 2
2026-03-29 11:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d6ccaf-ebae-5550-a782-b07578461981 with identifier: FD18%20SVU
2026-03-29 11:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d6ccaf-ebae-5550-a782-b07578461981 with scrape type 2
2026-03-29 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d6ccaf-ebae-5550-a782-b07578461981 with scrape type 2
2026-03-29 11:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0d6ccaf-ebae-5550-a782-b07578461981, identifier: FD18%20SVU
2026-03-29 11:05:23 [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-29 11:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0d6ccaf-ebae-5550-a782-b07578461981 with identifier: FD18%20SVU
2026-03-29 11:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0d6ccaf-ebae-5550-a782-b07578461981 with identifier: FD18%20SVU
2026-03-29 11:05:23 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f0d6ccaf-ebae-5550-a782-b07578461981 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD18%20SVU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f0d6ccaf-ebae-5550-a782-b07578461981',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD18 SVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD18%20SVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 41994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 120 2 Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 2',
 'vin': 'KNAD6811LJ6170346',
 'year': 2018}
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520SVU%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Saving data for FD18%20SVU: {'auction_closing_time': 1774778400.0, 'created_time': 1774339551.373561, 'last_price_update_time': 1774782324.012415}
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD18%2520SVU') HTTP/1.1" 204 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: NK17%20UZV
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK17%2520UZV%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for NK17%20UZV: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: NU67%20AWA
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520AWA%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for NU67%20AWA: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: AE06%20HAU
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE06%2520HAU%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for AE06%20HAU: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: EA08%20SVO
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA08%2520SVO%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for EA08%20SVO: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: GU09%20BHP
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU09%2520BHP%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for GU09%20BHP: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: SL07%20BVB
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL07%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for SL07%20BVB: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: OV14%20UEZ
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV14%2520UEZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for OV14%20UEZ: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: OY16%20UYX
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520UYX%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for OY16%20UYX: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: SJ17%20NRR
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ17%2520NRR%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for SJ17%20NRR: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: VK16%20KNM
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520KNM%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for VK16%20KNM: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: BF62%20JWL
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for BF62%20JWL: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: EF64%20PYO
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF64%2520PYO%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for EF64%20PYO: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: EX13%20UJA
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX13%2520UJA%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for EX13%20UJA: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: FY11%20SBZ
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY11%2520SBZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for FY11%20SBZ: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: OV09%20NOF
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV09%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for OV09%20NOF: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: WV20%20YFC
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520YFC%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for WV20%20YFC: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: NX18%20OER
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520OER%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for NX18%20OER: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: NY15%20BUO
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY15%2520BUO%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for NY15%20BUO: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: SN14%20XMR
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN14%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for SN14%20XMR: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: EN67%20XLH
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN67%2520XLH%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for EN67%20XLH: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: NV07%20OAE
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV07%2520OAE%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for NV07%20OAE: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: DL64%20RZO
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520RZO%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for DL64%20RZO: 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: AF14%20UDV
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for AF14%20UDV: 2
2026-03-29 11:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV
2026-03-29 11:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd62b22f-bb41-5a84-b2af-3bd95a75b523 with scrape type 2
2026-03-29 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd62b22f-bb41-5a84-b2af-3bd95a75b523 with scrape type 2
2026-03-29 11:05:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd62b22f-bb41-5a84-b2af-3bd95a75b523, identifier: AF14%20UDV
2026-03-29 11:05:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV
2026-03-29 11:05:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV
2026-03-29 11:05:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV to the API
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF14%20UDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd62b22f-bb41-5a84-b2af-3bd95a75b523',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF14 UDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF14%20UDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 93255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 163 TITANIUM X SPORT P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 163 TITANIUM X SPORT P/S',
 'vin': 'WF0SXXGBWSEY29452',
 'year': 2014}
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Saving data for AF14%20UDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563923.019701, 'last_price_update_time': 1774782324.837727}
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF14%2520UDV') HTTP/1.1" 204 0
2026-03-29 11:05:24 [bca.uk] INFO: Found listing with ID: BJ17%20OUK
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520OUK%27 HTTP/1.1" 200 None
2026-03-29 11:05:24 [bca.uk] INFO: Scrape type for BJ17%20OUK: 2
2026-03-29 11:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK
2026-03-29 11:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5f75641-5f6c-55e6-8873-faf4fcbd1340 with scrape type 2
2026-03-29 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5f75641-5f6c-55e6-8873-faf4fcbd1340 with scrape type 2
2026-03-29 11:05:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5f75641-5f6c-55e6-8873-faf4fcbd1340, identifier: BJ17%20OUK
2026-03-29 11:05:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK
2026-03-29 11:05:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK
2026-03-29 11:05:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK to the API
2026-03-29 11:05:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ17%20OUK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5f75641-5f6c-55e6-8873-faf4fcbd1340',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ17 OUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ17%20OUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 71519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F003253',
 'year': 2017}
2026-03-29 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ17%2520OUK%27 HTTP/1.1" 200 None
2026-03-29 11:05:25 [bca.uk] INFO: Saving data for BJ17%20OUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563946.913645, 'last_price_update_time': 1774782325.443526}
2026-03-29 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ17%2520OUK') HTTP/1.1" 204 0
2026-03-29 11:05:25 [bca.uk] INFO: Total items found: 100
2026-03-29 11:05:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded
2026-03-29 11:05:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:05:25 [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-29 11:05:25 [bca.uk] INFO: Found listing with ID: NL15%20BYY
2026-03-29 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL15%2520BYY%27 HTTP/1.1" 200 None
2026-03-29 11:05:25 [bca.uk] INFO: Scrape type for NL15%20BYY: 2
2026-03-29 11:05:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY
2026-03-29 11:05:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with scrape type 2
2026-03-29 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with scrape type 2
2026-03-29 11:05:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01123fa5-1199-5609-8f6a-d940ceb7d8a4, identifier: NL15%20BYY
2026-03-29 11:05:25 [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-29 11:05:25 [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-29 11:05:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY
2026-03-29 11:05:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY
2026-03-29 11:05:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY to the API
2026-03-29 11:05:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL15%20BYY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01123fa5-1199-5609-8f6a-d940ceb7d8a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL15 BYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL15%20BYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 116444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.6 TDI 90 SE TECH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 90 SE TECH DSG',
 'vin': 'TMBFJ6NHXF4521818',
 'year': 2015}
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL15%2520BYY%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Saving data for NL15%20BYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563937.327214, 'last_price_update_time': 1774782326.027151}
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL15%2520BYY') HTTP/1.1" 204 0
2026-03-29 11:05:26 [bca.uk] INFO: Found listing with ID: YP13%20AUV
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP13%2520AUV%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Scrape type for YP13%20AUV: 2
2026-03-29 11:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV
2026-03-29 11:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e85d98-a9ae-5039-8316-0432f5b8731b with scrape type 2
2026-03-29 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e85d98-a9ae-5039-8316-0432f5b8731b with scrape type 2
2026-03-29 11:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49e85d98-a9ae-5039-8316-0432f5b8731b, identifier: YP13%20AUV
2026-03-29 11:05:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:05:26 [bca.uk] INFO: Found listing with ID: NV11%20WJG
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV11%2520WJG%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Scrape type for NV11%20WJG: 2
2026-03-29 11:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 073d4469-37e8-53f5-a1bb-a1ed23797009 with identifier: NV11%20WJG
2026-03-29 11:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 073d4469-37e8-53f5-a1bb-a1ed23797009 with scrape type 2
2026-03-29 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 073d4469-37e8-53f5-a1bb-a1ed23797009 with scrape type 2
2026-03-29 11:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 073d4469-37e8-53f5-a1bb-a1ed23797009, identifier: NV11%20WJG
2026-03-29 11:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV
2026-03-29 11:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV
2026-03-29 11:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV to the API
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP13%20AUV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49e85d98-a9ae-5039-8316-0432f5b8731b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP13 AUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP13%20AUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 80333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM X P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM X P/S',
 'vin': 'WF0AXXWPMADA89848',
 'year': 2013}
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP13%2520AUV%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Saving data for YP13%20AUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774353821.752687, 'last_price_update_time': 1774782326.633362}
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP13%2520AUV') HTTP/1.1" 204 0
2026-03-29 11:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 073d4469-37e8-53f5-a1bb-a1ed23797009 with identifier: NV11%20WJG
2026-03-29 11:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 073d4469-37e8-53f5-a1bb-a1ed23797009 with identifier: NV11%20WJG
2026-03-29 11:05:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 073d4469-37e8-53f5-a1bb-a1ed23797009 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV11%20WJG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '073d4469-37e8-53f5-a1bb-a1ed23797009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV11 WJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV11%20WJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 98115,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 60 S Hatchback',
 'transmission': 'manual',
 'trim': '60 S',
 'vin': 'WVWZZZ6RZBU084407',
 'year': 2011}
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV11%2520WJG%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Saving data for NV11%20WJG: {'auction_closing_time': 1774778400.0, 'created_time': 1774305518.507479, 'last_price_update_time': 1774782326.668579}
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV11%2520WJG') HTTP/1.1" 204 0
2026-03-29 11:05:26 [bca.uk] INFO: Found listing with ID: KM14%20WMU
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM14%2520WMU%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Scrape type for KM14%20WMU: 0
2026-03-29 11:05:26 [bca.uk] INFO: Found listing with ID: VE11%20KHY
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE11%2520KHY%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Scrape type for VE11%20KHY: 0
2026-03-29 11:05:26 [bca.uk] INFO: Found listing with ID: VK13%20XCU
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK13%2520XCU%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Scrape type for VK13%20XCU: 0
2026-03-29 11:05:26 [bca.uk] INFO: Found listing with ID: YH13%20XTJ
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH13%2520XTJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Scrape type for YH13%20XTJ: 2
2026-03-29 11:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 014ce368-9be9-5ac0-8411-ed03b969e722 with identifier: YH13%20XTJ
2026-03-29 11:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 014ce368-9be9-5ac0-8411-ed03b969e722 with scrape type 2
2026-03-29 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 014ce368-9be9-5ac0-8411-ed03b969e722 with scrape type 2
2026-03-29 11:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 014ce368-9be9-5ac0-8411-ed03b969e722, identifier: YH13%20XTJ
2026-03-29 11:05:26 [bca.uk] INFO: Found listing with ID: RJ18%20UXW
2026-03-29 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ18%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 11:05:26 [bca.uk] INFO: Scrape type for RJ18%20UXW: 2
2026-03-29 11:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with identifier: RJ18%20UXW
2026-03-29 11:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with scrape type 2
2026-03-29 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9, identifier: RJ18%20UXW
2026-03-29 11:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 014ce368-9be9-5ac0-8411-ed03b969e722 with identifier: YH13%20XTJ
2026-03-29 11:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 014ce368-9be9-5ac0-8411-ed03b969e722 with identifier: YH13%20XTJ
2026-03-29 11:05:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 014ce368-9be9-5ac0-8411-ed03b969e722 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH13%20XTJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '014ce368-9be9-5ac0-8411-ed03b969e722',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH13 XTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH13%20XTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '320D',
 'odometer': 145414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 LUXURY STEP Saloon',
 'transmission': 'automatic',
 'trim': 'LUXURY STEP',
 'vin': 'WBA3D32070J383085',
 'year': 2013}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH13%2520XTJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Saving data for YH13%20XTJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476288.729005, 'last_price_update_time': 1774782327.083596}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH13%2520XTJ') HTTP/1.1" 204 0
2026-03-29 11:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with identifier: RJ18%20UXW
2026-03-29 11:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with identifier: RJ18%20UXW
2026-03-29 11:05:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ18%20UXW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04a89aa4-efd4-5ed5-8063-e6b31120a1d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ18 UXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ18%20UXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 134970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 140 SE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 140 SE',
 'vin': 'WAUZZZF40JA201613',
 'year': 2018}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ18%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Saving data for RJ18%20UXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774476308.789799, 'last_price_update_time': 1774782327.118812}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ18%2520UXW') HTTP/1.1" 204 0
2026-03-29 11:05:27 [bca.uk] INFO: Found listing with ID: BJ64%20NMF
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ64%2520NMF%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Scrape type for BJ64%20NMF: 0
2026-03-29 11:05:27 [bca.uk] INFO: Found listing with ID: CK63%20ERY
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK63%2520ERY%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Scrape type for CK63%20ERY: 2
2026-03-29 11:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b907f1ba-0626-5f40-a68a-546b49ab434a with identifier: CK63%20ERY
2026-03-29 11:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b907f1ba-0626-5f40-a68a-546b49ab434a with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b907f1ba-0626-5f40-a68a-546b49ab434a with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b907f1ba-0626-5f40-a68a-546b49ab434a, identifier: CK63%20ERY
2026-03-29 11:05:27 [bca.uk] INFO: Found listing with ID: SA15%20FDF
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA15%2520FDF%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Scrape type for SA15%20FDF: 2
2026-03-29 11:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77db1a56-4f47-5285-baa8-4d561581f263 with identifier: SA15%20FDF
2026-03-29 11:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77db1a56-4f47-5285-baa8-4d561581f263 with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77db1a56-4f47-5285-baa8-4d561581f263 with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77db1a56-4f47-5285-baa8-4d561581f263, identifier: SA15%20FDF
2026-03-29 11:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b907f1ba-0626-5f40-a68a-546b49ab434a with identifier: CK63%20ERY
2026-03-29 11:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b907f1ba-0626-5f40-a68a-546b49ab434a with identifier: CK63%20ERY
2026-03-29 11:05:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b907f1ba-0626-5f40-a68a-546b49ab434a with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK63%20ERY-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b907f1ba-0626-5f40-a68a-546b49ab434a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK63 ERY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK63%20ERY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 142949,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 163 4WD TITANIUM',
 'vin': 'WF0AXXWPMADK66613',
 'year': 2013}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK63%2520ERY%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Saving data for CK63%20ERY: {'auction_closing_time': 1774778400.0, 'created_time': 1774695923.486889, 'last_price_update_time': 1774782327.415719}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK63%2520ERY') HTTP/1.1" 204 0
2026-03-29 11:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77db1a56-4f47-5285-baa8-4d561581f263 with identifier: SA15%20FDF
2026-03-29 11:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77db1a56-4f47-5285-baa8-4d561581f263 with identifier: SA15%20FDF
2026-03-29 11:05:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 77db1a56-4f47-5285-baa8-4d561581f263 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA15%20FDF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77db1a56-4f47-5285-baa8-4d561581f263',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA15 FDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA15%20FDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 106067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.2 DI-D GX3 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'DI-D GX3 4WD',
 'vin': 'JMAXJGF6WEZD01487',
 'year': 2015}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA15%2520FDF%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Saving data for SA15%20FDF: {'auction_closing_time': 1774778400.0, 'created_time': 1774305519.960772, 'last_price_update_time': 1774782327.634486}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA15%2520FDF') HTTP/1.1" 204 0
2026-03-29 11:05:27 [bca.uk] INFO: Found listing with ID: DA12%20NKC
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA12%2520NKC%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Scrape type for DA12%20NKC: 2
2026-03-29 11:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with identifier: DA12%20NKC
2026-03-29 11:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 487a4c7d-e000-5731-9b87-cfbfd6d68e66, identifier: DA12%20NKC
2026-03-29 11:05:27 [bca.uk] INFO: Found listing with ID: SM13%20YUF
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM13%2520YUF%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Scrape type for SM13%20YUF: 2
2026-03-29 11:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with identifier: SM13%20YUF
2026-03-29 11:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df181bd-6ba8-53bd-8f45-3503b8e3476b with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df181bd-6ba8-53bd-8f45-3503b8e3476b with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9df181bd-6ba8-53bd-8f45-3503b8e3476b, identifier: SM13%20YUF
2026-03-29 11:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with identifier: DA12%20NKC
2026-03-29 11:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with identifier: DA12%20NKC
2026-03-29 11:05:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA12%20NKC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '487a4c7d-e000-5731-9b87-cfbfd6d68e66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA12 NKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA12%20NKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 66476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJCC64845',
 'year': 2012}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA12%2520NKC%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Saving data for DA12%20NKC: {'auction_closing_time': 1774778400.0, 'created_time': 1774478304.446318, 'last_price_update_time': 1774782327.912029}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA12%2520NKC') HTTP/1.1" 204 0
2026-03-29 11:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with identifier: SM13%20YUF
2026-03-29 11:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with identifier: SM13%20YUF
2026-03-29 11:05:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM13%20YUF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9df181bd-6ba8-53bd-8f45-3503b8e3476b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM13 YUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM13%20YUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 104079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D 148 ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 148 ICON 4WD',
 'vin': 'JTMRCREV00D016182',
 'year': 2013}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM13%2520YUF%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Saving data for SM13%20YUF: {'auction_closing_time': 1774778400.0, 'created_time': 1774478318.482063, 'last_price_update_time': 1774782327.951388}
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM13%2520YUF') HTTP/1.1" 204 0
2026-03-29 11:05:27 [bca.uk] INFO: Found listing with ID: DV10%20LLK
2026-03-29 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV10%2520LLK%27 HTTP/1.1" 200 None
2026-03-29 11:05:27 [bca.uk] INFO: Scrape type for DV10%20LLK: 2
2026-03-29 11:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a212a987-efec-51fd-8d6d-ef4848f75f22 with identifier: DV10%20LLK
2026-03-29 11:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a212a987-efec-51fd-8d6d-ef4848f75f22 with scrape type 2
2026-03-29 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a212a987-efec-51fd-8d6d-ef4848f75f22 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a212a987-efec-51fd-8d6d-ef4848f75f22, identifier: DV10%20LLK
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: WV62%20MWJ
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520MWJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for WV62%20MWJ: 2
2026-03-29 11:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b485fd0c-f16c-5110-a480-3b9be1978ccf with identifier: WV62%20MWJ
2026-03-29 11:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b485fd0c-f16c-5110-a480-3b9be1978ccf with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b485fd0c-f16c-5110-a480-3b9be1978ccf with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b485fd0c-f16c-5110-a480-3b9be1978ccf, identifier: WV62%20MWJ
2026-03-29 11:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a212a987-efec-51fd-8d6d-ef4848f75f22 with identifier: DV10%20LLK
2026-03-29 11:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a212a987-efec-51fd-8d6d-ef4848f75f22 with identifier: DV10%20LLK
2026-03-29 11:05:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a212a987-efec-51fd-8d6d-ef4848f75f22 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV10%20LLK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a212a987-efec-51fd-8d6d-ef4848f75f22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV10 LLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV10%20LLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 103539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 EXCLUSIV',
 'vin': 'W0LPD6ED3A8052886',
 'year': 2010}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV10%2520LLK%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Saving data for DV10%20LLK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564516.955017, 'last_price_update_time': 1774782328.281929}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV10%2520LLK') HTTP/1.1" 204 0
2026-03-29 11:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b485fd0c-f16c-5110-a480-3b9be1978ccf with identifier: WV62%20MWJ
2026-03-29 11:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b485fd0c-f16c-5110-a480-3b9be1978ccf with identifier: WV62%20MWJ
2026-03-29 11:05:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b485fd0c-f16c-5110-a480-3b9be1978ccf with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV62%20MWJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b485fd0c-f16c-5110-a480-3b9be1978ccf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV62 MWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV62%20MWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 80107,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.6 HDI 92 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'HDI 92 ACTIVE',
 'vin': 'VF34C9HP0CS197627',
 'year': 2012}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520MWJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Saving data for WV62%20MWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564517.323443, 'last_price_update_time': 1774782328.314913}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV62%2520MWJ') HTTP/1.1" 204 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: FV62%20LNA
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for FV62%20LNA: 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: KU63%20RYR
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520RYR%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for KU63%20RYR: 2
2026-03-29 11:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with identifier: KU63%20RYR
2026-03-29 11:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c1f1cb-1e99-54cf-a1a8-270898239a39 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c1f1cb-1e99-54cf-a1a8-270898239a39 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87c1f1cb-1e99-54cf-a1a8-270898239a39, identifier: KU63%20RYR
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: Y7%20ECR
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y7%2520ECR%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for Y7%20ECR: 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: YD11%20KRU
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD11%2520KRU%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for YD11%20KRU: 2
2026-03-29 11:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with identifier: YD11%20KRU
2026-03-29 11:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11397d5a-5dbe-5209-b16d-e880ef3f1c98, identifier: YD11%20KRU
2026-03-29 11:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with identifier: KU63%20RYR
2026-03-29 11:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with identifier: KU63%20RYR
2026-03-29 11:05:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU63%20RYR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87c1f1cb-1e99-54cf-a1a8-270898239a39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU63 RYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU63%20RYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 133954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.6 HDI 115 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'HDI 115 ALLURE',
 'vin': 'VF30E9HD8DS127735',
 'year': 2013}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520RYR%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Saving data for KU63%20RYR: {'auction_closing_time': 1774778400.0, 'created_time': 1774476289.121224, 'last_price_update_time': 1774782328.721992}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU63%2520RYR') HTTP/1.1" 204 0
2026-03-29 11:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with identifier: YD11%20KRU
2026-03-29 11:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with identifier: YD11%20KRU
2026-03-29 11:05:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD11%20KRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11397d5a-5dbe-5209-b16d-e880ef3f1c98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD11 KRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD11%20KRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 118443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 S StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 S',
 'vin': 'SALFA2CC8BH241200',
 'year': 2011}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD11%2520KRU%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Saving data for YD11%20KRU: {'auction_closing_time': 1774778400.0, 'created_time': 1774478280.674531, 'last_price_update_time': 1774782328.757704}
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD11%2520KRU') HTTP/1.1" 204 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: LD65%20WTN
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WTN%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for LD65%20WTN: 2
2026-03-29 11:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with identifier: LD65%20WTN
2026-03-29 11:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 910ecacb-a24d-5d54-8a02-72d5c86e3121 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 910ecacb-a24d-5d54-8a02-72d5c86e3121 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 910ecacb-a24d-5d54-8a02-72d5c86e3121, identifier: LD65%20WTN
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: KU63%20OUW
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520OUW%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for KU63%20OUW: 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: MA07%20OEU
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA07%2520OEU%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for MA07%20OEU: 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: NA62%20FJJ
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA62%2520FJJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for NA62%20FJJ: 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: NC13%20CGF
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC13%2520CGF%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for NC13%20CGF: 0
2026-03-29 11:05:28 [bca.uk] INFO: Found listing with ID: ND58%20HME
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND58%2520HME%27 HTTP/1.1" 200 None
2026-03-29 11:05:28 [bca.uk] INFO: Scrape type for ND58%20HME: 2
2026-03-29 11:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e10adfe9-ee2a-5858-badc-280e0ef09673 with identifier: ND58%20HME
2026-03-29 11:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e10adfe9-ee2a-5858-badc-280e0ef09673 with scrape type 2
2026-03-29 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e10adfe9-ee2a-5858-badc-280e0ef09673 with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e10adfe9-ee2a-5858-badc-280e0ef09673, identifier: ND58%20HME
2026-03-29 11:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with identifier: LD65%20WTN
2026-03-29 11:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with identifier: LD65%20WTN
2026-03-29 11:05:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD65%20WTN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '910ecacb-a24d-5d54-8a02-72d5c86e3121',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD65 WTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD65%20WTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83455,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 140 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ZETEC S',
 'vin': 'WF0CXXGAKCFU25903',
 'year': 2015}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WTN%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Saving data for LD65%20WTN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564519.196983, 'last_price_update_time': 1774782329.092499}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD65%2520WTN') HTTP/1.1" 204 0
2026-03-29 11:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e10adfe9-ee2a-5858-badc-280e0ef09673 with identifier: ND58%20HME
2026-03-29 11:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e10adfe9-ee2a-5858-badc-280e0ef09673 with identifier: ND58%20HME
2026-03-29 11:05:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e10adfe9-ee2a-5858-badc-280e0ef09673 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND58%20HME-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e10adfe9-ee2a-5858-badc-280e0ef09673',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND58 HME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND58%20HME&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 113260,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.9 TDI B/M MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TDI B/M MATCH',
 'vin': 'WVWZZZ1KZ9W117645',
 'year': 2008}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND58%2520HME%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Saving data for ND58%20HME: {'auction_closing_time': 1774778400.0, 'created_time': 1774392252.88868, 'last_price_update_time': 1774782329.221848}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND58%2520HME') HTTP/1.1" 204 0
2026-03-29 11:05:29 [bca.uk] INFO: Found listing with ID: LK08%20VFO
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK08%2520VFO%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Scrape type for LK08%20VFO: 2
2026-03-29 11:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 636e0036-3b01-572e-b234-5f2732ebb3f0 with identifier: LK08%20VFO
2026-03-29 11:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 636e0036-3b01-572e-b234-5f2732ebb3f0 with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 636e0036-3b01-572e-b234-5f2732ebb3f0 with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 636e0036-3b01-572e-b234-5f2732ebb3f0, identifier: LK08%20VFO
2026-03-29 11:05:29 [bca.uk] INFO: Found listing with ID: NG12%20FFB
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520FFB%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Scrape type for NG12%20FFB: 2
2026-03-29 11:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with identifier: NG12%20FFB
2026-03-29 11:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ae92cf0-8982-5ce9-bedc-83b00342f2db with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ae92cf0-8982-5ce9-bedc-83b00342f2db with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ae92cf0-8982-5ce9-bedc-83b00342f2db, identifier: NG12%20FFB
2026-03-29 11:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 636e0036-3b01-572e-b234-5f2732ebb3f0 with identifier: LK08%20VFO
2026-03-29 11:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 636e0036-3b01-572e-b234-5f2732ebb3f0 with identifier: LK08%20VFO
2026-03-29 11:05:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 636e0036-3b01-572e-b234-5f2732ebb3f0 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK08%20VFO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '636e0036-3b01-572e-b234-5f2732ebb3f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK08 VFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK08%20VFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 154930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI PD LAURIN & KLEMENT DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI PD LAURIN & KLEMENT DSG',
 'vin': 'TMBFE61ZX82131948',
 'year': 2008}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK08%2520VFO%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Saving data for LK08%20VFO: {'auction_closing_time': 1774778400.0, 'created_time': 1774476297.848128, 'last_price_update_time': 1774782329.58104}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK08%2520VFO') HTTP/1.1" 204 0
2026-03-29 11:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with identifier: NG12%20FFB
2026-03-29 11:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with identifier: NG12%20FFB
2026-03-29 11:05:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG12%20FFB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ae92cf0-8982-5ce9-bedc-83b00342f2db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG12 FFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG12%20FFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 95939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SKODA CITIGO 1.0 MPI 60 S Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 S',
 'vin': 'TMBZZZAAZDD607049',
 'year': 2012}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520FFB%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Saving data for NG12%20FFB: {'auction_closing_time': 1774778400.0, 'created_time': 1774476311.798047, 'last_price_update_time': 1774782329.616101}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG12%2520FFB') HTTP/1.1" 204 0
2026-03-29 11:05:29 [bca.uk] INFO: Found listing with ID: MJ14%20UDS
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ14%2520UDS%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Scrape type for MJ14%20UDS: 0
2026-03-29 11:05:29 [bca.uk] INFO: Found listing with ID: PO61%20YTU
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO61%2520YTU%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Scrape type for PO61%20YTU: 2
2026-03-29 11:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76c45397-607e-55cd-8406-ce116d039761 with identifier: PO61%20YTU
2026-03-29 11:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76c45397-607e-55cd-8406-ce116d039761 with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76c45397-607e-55cd-8406-ce116d039761 with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76c45397-607e-55cd-8406-ce116d039761, identifier: PO61%20YTU
2026-03-29 11:05:29 [bca.uk] INFO: Found listing with ID: NL12%20SOU
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Scrape type for NL12%20SOU: 2
2026-03-29 11:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80f6ad38-ba07-5345-8979-f102d31f78cf with identifier: NL12%20SOU
2026-03-29 11:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80f6ad38-ba07-5345-8979-f102d31f78cf with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80f6ad38-ba07-5345-8979-f102d31f78cf with scrape type 2
2026-03-29 11:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80f6ad38-ba07-5345-8979-f102d31f78cf, identifier: NL12%20SOU
2026-03-29 11:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76c45397-607e-55cd-8406-ce116d039761 with identifier: PO61%20YTU
2026-03-29 11:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76c45397-607e-55cd-8406-ce116d039761 with identifier: PO61%20YTU
2026-03-29 11:05:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 76c45397-607e-55cd-8406-ce116d039761 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO61%20YTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76c45397-607e-55cd-8406-ce116d039761',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO61 YTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO61%20YTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 114502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.6 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC S',
 'vin': 'WF0GXXGAJGBS33597',
 'year': 2011}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO61%2520YTU%27 HTTP/1.1" 200 None
2026-03-29 11:05:29 [bca.uk] INFO: Saving data for PO61%20YTU: {'auction_closing_time': 1774778400.0, 'created_time': 1774305502.257332, 'last_price_update_time': 1774782329.963286}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO61%2520YTU') HTTP/1.1" 204 0
2026-03-29 11:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80f6ad38-ba07-5345-8979-f102d31f78cf with identifier: NL12%20SOU
2026-03-29 11:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80f6ad38-ba07-5345-8979-f102d31f78cf with identifier: NL12%20SOU
2026-03-29 11:05:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 80f6ad38-ba07-5345-8979-f102d31f78cf with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL12%20SOU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80f6ad38-ba07-5345-8979-f102d31f78cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL12 SOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL12%20SOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 129507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.2 D 190 PREMIUM LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D 190 PREMIUM LUXURY',
 'vin': 'SAJAC0669CDS51492',
 'year': 2012}
2026-03-29 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Saving data for NL12%20SOU: {'auction_closing_time': 1774778400.0, 'created_time': 1774305514.691348, 'last_price_update_time': 1774782330.002801}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL12%2520SOU') HTTP/1.1" 204 0
2026-03-29 11:05:30 [bca.uk] INFO: Found listing with ID: SH11%20WHB
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520WHB%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Scrape type for SH11%20WHB: 2
2026-03-29 11:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 871185c6-df06-58f6-9277-2de5f7d59ce3 with identifier: SH11%20WHB
2026-03-29 11:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 871185c6-df06-58f6-9277-2de5f7d59ce3 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 871185c6-df06-58f6-9277-2de5f7d59ce3 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 871185c6-df06-58f6-9277-2de5f7d59ce3, identifier: SH11%20WHB
2026-03-29 11:05:30 [bca.uk] INFO: Found listing with ID: NL13%20WKA
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL13%2520WKA%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Scrape type for NL13%20WKA: 2
2026-03-29 11:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with identifier: NL13%20WKA
2026-03-29 11:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5bf98b2-dd23-5053-90a4-a1db2bd553dd with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5bf98b2-dd23-5053-90a4-a1db2bd553dd with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5bf98b2-dd23-5053-90a4-a1db2bd553dd, identifier: NL13%20WKA
2026-03-29 11:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 871185c6-df06-58f6-9277-2de5f7d59ce3 with identifier: SH11%20WHB
2026-03-29 11:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 871185c6-df06-58f6-9277-2de5f7d59ce3 with identifier: SH11%20WHB
2026-03-29 11:05:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 871185c6-df06-58f6-9277-2de5f7d59ce3 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH11%20WHB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '871185c6-df06-58f6-9277-2de5f7d59ce3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH11 WHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH11%20WHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 88583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.6 16V 110 DYNAMIQUE TOM TOM Hatchback',
 'transmission': 'manual',
 'trim': '16V 110 DYNAMIQUE TOM TOM',
 'vin': 'VF1BZ1U0645244178',
 'year': 2011}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520WHB%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Saving data for SH11%20WHB: {'auction_closing_time': 1774778400.0, 'created_time': 1774390850.791668, 'last_price_update_time': 1774782330.294021}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH11%2520WHB') HTTP/1.1" 204 0
2026-03-29 11:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with identifier: NL13%20WKA
2026-03-29 11:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with identifier: NL13%20WKA
2026-03-29 11:05:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL13%20WKA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5bf98b2-dd23-5053-90a4-a1db2bd553dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL13 WKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL13%20WKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 103597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I ICE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICE',
 'vin': 'JTDKG18C00N672264',
 'year': 2013}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL13%2520WKA%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Saving data for NL13%20WKA: {'auction_closing_time': 1774778400.0, 'created_time': 1774478318.102134, 'last_price_update_time': 1774782330.328067}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL13%2520WKA') HTTP/1.1" 204 0
2026-03-29 11:05:30 [bca.uk] INFO: Found listing with ID: BD62%20TXJ
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD62%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Scrape type for BD62%20TXJ: 2
2026-03-29 11:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dba91280-2e86-5886-9beb-6904b93a80ab with identifier: BD62%20TXJ
2026-03-29 11:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dba91280-2e86-5886-9beb-6904b93a80ab with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dba91280-2e86-5886-9beb-6904b93a80ab with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dba91280-2e86-5886-9beb-6904b93a80ab, identifier: BD62%20TXJ
2026-03-29 11:05:30 [bca.uk] INFO: Found listing with ID: AJ58%20LJC
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ58%2520LJC%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Scrape type for AJ58%20LJC: 2
2026-03-29 11:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05b11402-3598-5ed3-a033-717f2b650c04 with identifier: AJ58%20LJC
2026-03-29 11:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05b11402-3598-5ed3-a033-717f2b650c04 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05b11402-3598-5ed3-a033-717f2b650c04 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05b11402-3598-5ed3-a033-717f2b650c04, identifier: AJ58%20LJC
2026-03-29 11:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dba91280-2e86-5886-9beb-6904b93a80ab with identifier: BD62%20TXJ
2026-03-29 11:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dba91280-2e86-5886-9beb-6904b93a80ab with identifier: BD62%20TXJ
2026-03-29 11:05:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: dba91280-2e86-5886-9beb-6904b93a80ab with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD62%20TXJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dba91280-2e86-5886-9beb-6904b93a80ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD62 TXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD62%20TXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 120872,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0KXXGCBKCT36775',
 'year': 2013}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD62%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Saving data for BD62%20TXJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476296.038442, 'last_price_update_time': 1774782330.613502}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD62%2520TXJ') HTTP/1.1" 204 0
2026-03-29 11:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05b11402-3598-5ed3-a033-717f2b650c04 with identifier: AJ58%20LJC
2026-03-29 11:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05b11402-3598-5ed3-a033-717f2b650c04 with identifier: AJ58%20LJC
2026-03-29 11:05:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 05b11402-3598-5ed3-a033-717f2b650c04 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ58%20LJC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05b11402-3598-5ed3-a033-717f2b650c04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ58 LJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ58%20LJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 98469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0EXXGBBE8Y66065',
 'year': 2008}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ58%2520LJC%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Saving data for AJ58%20LJC: {'auction_closing_time': 1774778400.0, 'created_time': 1774478303.698653, 'last_price_update_time': 1774782330.653587}
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ58%2520LJC') HTTP/1.1" 204 0
2026-03-29 11:05:30 [bca.uk] INFO: Found listing with ID: SV70%20XPL
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV70%2520XPL%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Scrape type for SV70%20XPL: 2
2026-03-29 11:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL
2026-03-29 11:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2e9e7ea-51b4-5374-8434-69f905958f69 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2e9e7ea-51b4-5374-8434-69f905958f69 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2e9e7ea-51b4-5374-8434-69f905958f69, identifier: SV70%20XPL
2026-03-29 11:05:30 [bca.uk] INFO: Found listing with ID: BJ13%20WXR
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ13%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 11:05:30 [bca.uk] INFO: Scrape type for BJ13%20WXR: 2
2026-03-29 11:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with identifier: BJ13%20WXR
2026-03-29 11:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with scrape type 2
2026-03-29 11:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cdcda4e-5949-5570-af42-b9e56c4b0e36, identifier: BJ13%20WXR
2026-03-29 11:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL
2026-03-29 11:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL
2026-03-29 11:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL to the API
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV70%20XPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f2e9e7ea-51b4-5374-8434-69f905958f69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV70 XPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV70%20XPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '840I GRAN COUPE',
 'odometer': 41796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 840I GRAN COUPE 3.0 333 SDRIVE M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '333 SDRIVE M SPORT',
 'vin': 'WBAGV22070CF91984',
 'year': 2020}
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SV70%2520XPL%27 HTTP/1.1" 200 None
2026-03-29 11:05:31 [bca.uk] INFO: Saving data for SV70%20XPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774695917.286843, 'last_price_update_time': 1774782331.333488}
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV70%2520XPL') HTTP/1.1" 204 0
2026-03-29 11:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with identifier: BJ13%20WXR
2026-03-29 11:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with identifier: BJ13%20WXR
2026-03-29 11:05:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ13%20WXR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cdcda4e-5949-5570-af42-b9e56c4b0e36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ13 WXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ13%20WXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 121188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 E-HDI 115 ACTIVE EGC MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 ACTIVE EGC',
 'vin': 'VF30U9HD8DS050074',
 'year': 2013}
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ13%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 11:05:31 [bca.uk] INFO: Saving data for BJ13%20WXR: {'auction_closing_time': 1774778400.0, 'created_time': 1774303499.601105, 'last_price_update_time': 1774782331.464906}
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ13%2520WXR') HTTP/1.1" 204 0
2026-03-29 11:05:31 [bca.uk] INFO: Found listing with ID: FJ16%20NYD
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ16%2520NYD%27 HTTP/1.1" 200 None
2026-03-29 11:05:31 [bca.uk] INFO: Scrape type for FJ16%20NYD: 0
2026-03-29 11:05:31 [bca.uk] INFO: Found listing with ID: FD19%20ARF
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD19%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 11:05:31 [bca.uk] INFO: Scrape type for FD19%20ARF: 2
2026-03-29 11:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF
2026-03-29 11:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9627a815-843b-5104-8c72-e08099ef2ec0 with scrape type 2
2026-03-29 11:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9627a815-843b-5104-8c72-e08099ef2ec0 with scrape type 2
2026-03-29 11:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9627a815-843b-5104-8c72-e08099ef2ec0, identifier: FD19%20ARF
2026-03-29 11:05:31 [bca.uk] INFO: Found listing with ID: DS15%20CXK
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS15%2520CXK%27 HTTP/1.1" 200 None
2026-03-29 11:05:31 [bca.uk] INFO: Scrape type for DS15%20CXK: 0
2026-03-29 11:05:31 [bca.uk] INFO: Found listing with ID: DY61%20EZV
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY61%2520EZV%27 HTTP/1.1" 200 None
2026-03-29 11:05:31 [bca.uk] INFO: Scrape type for DY61%20EZV: 0
2026-03-29 11:05:31 [bca.uk] INFO: Found listing with ID: FG63%20FHC
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG63%2520FHC%27 HTTP/1.1" 200 None
2026-03-29 11:05:31 [bca.uk] INFO: Scrape type for FG63%20FHC: 2
2026-03-29 11:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with identifier: FG63%20FHC
2026-03-29 11:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 018a27d7-fb6d-5b13-bb63-11174905cfe0 with scrape type 2
2026-03-29 11:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 018a27d7-fb6d-5b13-bb63-11174905cfe0 with scrape type 2
2026-03-29 11:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 018a27d7-fb6d-5b13-bb63-11174905cfe0, identifier: FG63%20FHC
2026-03-29 11:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF
2026-03-29 11:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF
2026-03-29 11:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF to the API
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD19%20ARF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9627a815-843b-5104-8c72-e08099ef2ec0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD19 ARF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD19%20ARF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 33495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM X P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 100 TITANIUM X P/S',
 'vin': 'WF0JXXGAHJKE49110',
 'year': 2019}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Saving data for FD19%20ARF: {'auction_closing_time': 1774864800.0, 'created_time': 1774695918.474133, 'last_price_update_time': 1774782332.057109}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD19%2520ARF') HTTP/1.1" 204 0
2026-03-29 11:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with identifier: FG63%20FHC
2026-03-29 11:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with identifier: FG63%20FHC
2026-03-29 11:05:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG63%20FHC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '018a27d7-fb6d-5b13-bb63-11174905cfe0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG63 FHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG63%20FHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'XF SPORTBRAKE',
 'odometer': 120870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF SPORTBRAKE 2.2 D 163 R-SPORT Estate',
 'transmission': 'automatic',
 'trim': 'D 163 R-SPORT',
 'vin': 'SAJAC01T4EDU13383',
 'year': 2013}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG63%2520FHC%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Saving data for FG63%20FHC: {'auction_closing_time': 1774778400.0, 'created_time': 1774478304.06784, 'last_price_update_time': 1774782332.092284}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG63%2520FHC') HTTP/1.1" 204 0
2026-03-29 11:05:32 [bca.uk] INFO: Found listing with ID: KY59%20LSX
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520LSX%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Scrape type for KY59%20LSX: 2
2026-03-29 11:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX
2026-03-29 11:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef4002b7-d31e-55a1-86f4-a46e5d38dc01, identifier: KY59%20LSX
2026-03-29 11:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX
2026-03-29 11:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX
2026-03-29 11:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX to the API
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY59%20LSX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef4002b7-d31e-55a1-86f4-a46e5d38dc01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY59 LSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY59%20LSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 111222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALBA31BLAM007621',
 'year': 2009}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520LSX%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Saving data for KY59%20LSX: {'auction_closing_time': 1774951200.0, 'created_time': 1774695913.085157, 'last_price_update_time': 1774782332.517128}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY59%2520LSX') HTTP/1.1" 204 0
2026-03-29 11:05:32 [bca.uk] INFO: Found listing with ID: BF18%20ZPB
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520ZPB%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Scrape type for BF18%20ZPB: 2
2026-03-29 11:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2d9cc75-bcde-5f91-a58f-521245e3769d with identifier: BF18%20ZPB
2026-03-29 11:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2d9cc75-bcde-5f91-a58f-521245e3769d with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2d9cc75-bcde-5f91-a58f-521245e3769d with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2d9cc75-bcde-5f91-a58f-521245e3769d, identifier: BF18%20ZPB
2026-03-29 11:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2d9cc75-bcde-5f91-a58f-521245e3769d with identifier: BF18%20ZPB
2026-03-29 11:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2d9cc75-bcde-5f91-a58f-521245e3769d with identifier: BF18%20ZPB
2026-03-29 11:05:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a2d9cc75-bcde-5f91-a58f-521245e3769d with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF18%20ZPB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2d9cc75-bcde-5f91-a58f-521245e3769d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF18 ZPB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF18%20ZPB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 28881,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.2 P/T ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T ALLURE',
 'vin': 'VF3PAHMTCHR314779',
 'year': 2018}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520ZPB%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Saving data for BF18%20ZPB: {'auction_closing_time': 1774778400.0, 'created_time': 1774695929.341677, 'last_price_update_time': 1774782332.684624}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF18%2520ZPB') HTTP/1.1" 204 0
2026-03-29 11:05:32 [bca.uk] INFO: Found listing with ID: BT62%20XMJ
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520XMJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Scrape type for BT62%20XMJ: 2
2026-03-29 11:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5bb8527-4699-5922-9d9e-bf80d1714c97 with identifier: BT62%20XMJ
2026-03-29 11:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5bb8527-4699-5922-9d9e-bf80d1714c97 with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5bb8527-4699-5922-9d9e-bf80d1714c97 with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5bb8527-4699-5922-9d9e-bf80d1714c97, identifier: BT62%20XMJ
2026-03-29 11:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5bb8527-4699-5922-9d9e-bf80d1714c97 with identifier: BT62%20XMJ
2026-03-29 11:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5bb8527-4699-5922-9d9e-bf80d1714c97 with identifier: BT62%20XMJ
2026-03-29 11:05:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f5bb8527-4699-5922-9d9e-bf80d1714c97 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT62%20XMJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5bb8527-4699-5922-9d9e-bf80d1714c97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT62 XMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT62%20XMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 48727,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.2 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNADM311LD6202237',
 'year': 2013}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520XMJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Saving data for BT62%20XMJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774695930.679059, 'last_price_update_time': 1774782332.841801}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT62%2520XMJ') HTTP/1.1" 204 0
2026-03-29 11:05:32 [bca.uk] INFO: Found listing with ID: LP66%20TZU
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520TZU%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Scrape type for LP66%20TZU: 2
2026-03-29 11:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with identifier: LP66%20TZU
2026-03-29 11:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with scrape type 2
2026-03-29 11:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2, identifier: LP66%20TZU
2026-03-29 11:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with identifier: LP66%20TZU
2026-03-29 11:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with identifier: LP66%20TZU
2026-03-29 11:05:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP66%20TZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9abf9c5b-566d-50c3-95b1-ae8d85d04da2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP66 TZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP66%20TZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 49764,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZ8X1HB038322',
 'year': 2017}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520TZU%27 HTTP/1.1" 200 None
2026-03-29 11:05:32 [bca.uk] INFO: Saving data for LP66%20TZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774695924.47023, 'last_price_update_time': 1774782332.992679}
2026-03-29 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP66%2520TZU') HTTP/1.1" 204 0
2026-03-29 11:05:33 [bca.uk] INFO: Found listing with ID: MA66%20DBU
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA66%2520DBU%27 HTTP/1.1" 200 None
2026-03-29 11:05:33 [bca.uk] INFO: Scrape type for MA66%20DBU: 2
2026-03-29 11:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fd76365-0d93-5f43-bb85-e0898d18c703 with identifier: MA66%20DBU
2026-03-29 11:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fd76365-0d93-5f43-bb85-e0898d18c703 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fd76365-0d93-5f43-bb85-e0898d18c703 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fd76365-0d93-5f43-bb85-e0898d18c703, identifier: MA66%20DBU
2026-03-29 11:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fd76365-0d93-5f43-bb85-e0898d18c703 with identifier: MA66%20DBU
2026-03-29 11:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fd76365-0d93-5f43-bb85-e0898d18c703 with identifier: MA66%20DBU
2026-03-29 11:05:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0fd76365-0d93-5f43-bb85-e0898d18c703 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA66%20DBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fd76365-0d93-5f43-bb85-e0898d18c703',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA66 DBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA66%20DBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 59686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 N-CONNECTA',
 'vin': 'SJNFEAF15U7255826',
 'year': 2016}
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA66%2520DBU%27 HTTP/1.1" 200 None
2026-03-29 11:05:33 [bca.uk] INFO: Saving data for MA66%20DBU: {'auction_closing_time': 1774778400.0, 'created_time': 1774695923.018859, 'last_price_update_time': 1774782333.188704}
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA66%2520DBU') HTTP/1.1" 204 0
2026-03-29 11:05:33 [bca.uk] INFO: Found listing with ID: EK58%20XAN
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK58%2520XAN%27 HTTP/1.1" 200 None
2026-03-29 11:05:33 [bca.uk] INFO: Scrape type for EK58%20XAN: 2
2026-03-29 11:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with identifier: EK58%20XAN
2026-03-29 11:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86c3d5ed-6b33-5aac-81cc-1442ec105e02, identifier: EK58%20XAN
2026-03-29 11:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with identifier: EK58%20XAN
2026-03-29 11:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with identifier: EK58%20XAN
2026-03-29 11:05:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK58%20XAN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '86c3d5ed-6b33-5aac-81cc-1442ec105e02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK58 XAN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK58%20XAN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 89136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 BREEZE 16V Hatchback',
 'transmission': 'manual',
 'trim': 'BREEZE 16V',
 'vin': 'W0L0SDL6884473377',
 'year': 2008}
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK58%2520XAN%27 HTTP/1.1" 200 None
2026-03-29 11:05:33 [bca.uk] INFO: Saving data for EK58%20XAN: {'auction_closing_time': 1774778400.0, 'created_time': 1774695921.886422, 'last_price_update_time': 1774782333.357299}
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK58%2520XAN') HTTP/1.1" 204 0
2026-03-29 11:05:33 [bca.uk] INFO: Found listing with ID: GU05%20ZMV
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU05%2520ZMV%27 HTTP/1.1" 200 None
2026-03-29 11:05:33 [bca.uk] INFO: Scrape type for GU05%20ZMV: 2
2026-03-29 11:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb67be3a-90c8-5a60-a598-4f91805ebe76 with identifier: GU05%20ZMV
2026-03-29 11:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb67be3a-90c8-5a60-a598-4f91805ebe76 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb67be3a-90c8-5a60-a598-4f91805ebe76 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb67be3a-90c8-5a60-a598-4f91805ebe76, identifier: GU05%20ZMV
2026-03-29 11:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb67be3a-90c8-5a60-a598-4f91805ebe76 with identifier: GU05%20ZMV
2026-03-29 11:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb67be3a-90c8-5a60-a598-4f91805ebe76 with identifier: GU05%20ZMV
2026-03-29 11:05:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: fb67be3a-90c8-5a60-a598-4f91805ebe76 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU05%20ZMV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fb67be3a-90c8-5a60-a598-4f91805ebe76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU05 ZMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU05%20ZMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 151498,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'JHMGD18505S231283',
 'year': 2005}
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU05%2520ZMV%27 HTTP/1.1" 200 None
2026-03-29 11:05:33 [bca.uk] INFO: Saving data for GU05%20ZMV: {'auction_closing_time': 1774778400.0, 'created_time': 1774695919.181881, 'last_price_update_time': 1774782333.647526}
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU05%2520ZMV') HTTP/1.1" 204 0
2026-03-29 11:05:33 [bca.uk] INFO: Found listing with ID: BJ66%20YWK
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ66%2520YWK%27 HTTP/1.1" 200 None
2026-03-29 11:05:33 [bca.uk] INFO: Scrape type for BJ66%20YWK: 2
2026-03-29 11:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK
2026-03-29 11:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with scrape type 2
2026-03-29 11:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6, identifier: BJ66%20YWK
2026-03-29 11:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:05:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel%2FElectric HTTP/1.1" 200 None
2026-03-29 11:05:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK
2026-03-29 11:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK to the API
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ66%20YWK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '4d7fc53d-be7b-5dec-a85f-f55a8de317f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ66 YWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ66%20YWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 H',
 'odometer': 152283,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 H 2.1 AMG LINE PREMIUM Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'WDD2050122F409279',
 'year': 2016}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ66%2520YWK%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Saving data for BJ66%20YWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774695920.962308, 'last_price_update_time': 1774782334.388893}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ66%2520YWK') HTTP/1.1" 204 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: LM60%20EUZ
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM60%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for LM60%20EUZ: 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: M500%20MDC
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27M500%2520MDC%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for M500%20MDC: 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: YF13%20MDZ
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF13%2520MDZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for YF13%20MDZ: 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: BV12%20NRK
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV12%2520NRK%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for BV12%20NRK: 2
2026-03-29 11:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c52a2feb-154a-571f-9ecb-a811d7944ac1 with identifier: BV12%20NRK
2026-03-29 11:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c52a2feb-154a-571f-9ecb-a811d7944ac1 with scrape type 2
2026-03-29 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c52a2feb-154a-571f-9ecb-a811d7944ac1 with scrape type 2
2026-03-29 11:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c52a2feb-154a-571f-9ecb-a811d7944ac1, identifier: BV12%20NRK
2026-03-29 11:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c52a2feb-154a-571f-9ecb-a811d7944ac1 with identifier: BV12%20NRK
2026-03-29 11:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c52a2feb-154a-571f-9ecb-a811d7944ac1 with identifier: BV12%20NRK
2026-03-29 11:05:34 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c52a2feb-154a-571f-9ecb-a811d7944ac1 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV12%20NRK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c52a2feb-154a-571f-9ecb-a811d7944ac1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV12 NRK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV12%20NRK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 55936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 240 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 240 LUXURY',
 'vin': 'SAJAC0541CNS33207',
 'year': 2012}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV12%2520NRK%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Saving data for BV12%20NRK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564518.425206, 'last_price_update_time': 1774782334.580301}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV12%2520NRK') HTTP/1.1" 204 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: DF66%20HMU
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF66%2520HMU%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for DF66%20HMU: 2
2026-03-29 11:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47189dd3-762a-5ba7-a614-b7330ae67974 with identifier: DF66%20HMU
2026-03-29 11:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47189dd3-762a-5ba7-a614-b7330ae67974 with scrape type 2
2026-03-29 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47189dd3-762a-5ba7-a614-b7330ae67974 with scrape type 2
2026-03-29 11:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47189dd3-762a-5ba7-a614-b7330ae67974, identifier: DF66%20HMU
2026-03-29 11:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47189dd3-762a-5ba7-a614-b7330ae67974 with identifier: DF66%20HMU
2026-03-29 11:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47189dd3-762a-5ba7-a614-b7330ae67974 with identifier: DF66%20HMU
2026-03-29 11:05:34 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 47189dd3-762a-5ba7-a614-b7330ae67974 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF66%20HMU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '47189dd3-762a-5ba7-a614-b7330ae67974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF66 HMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF66%20HMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 34720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 TSI 90 COLOUR EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 COLOUR EDITION',
 'vin': 'TMBFM6NJ2HZ084140',
 'year': 2016}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF66%2520HMU%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Saving data for DF66%20HMU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476289.993248, 'last_price_update_time': 1774782334.752158}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF66%2520HMU') HTTP/1.1" 204 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: FH66%20SFV
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FH66%2520SFV%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for FH66%20SFV: 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: GF60%20JYK
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF60%2520JYK%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for GF60%20JYK: 2
2026-03-29 11:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd03e707-433e-5228-9ae4-bfc2889957eb with identifier: GF60%20JYK
2026-03-29 11:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd03e707-433e-5228-9ae4-bfc2889957eb with scrape type 2
2026-03-29 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd03e707-433e-5228-9ae4-bfc2889957eb with scrape type 2
2026-03-29 11:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd03e707-433e-5228-9ae4-bfc2889957eb, identifier: GF60%20JYK
2026-03-29 11:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd03e707-433e-5228-9ae4-bfc2889957eb with identifier: GF60%20JYK
2026-03-29 11:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd03e707-433e-5228-9ae4-bfc2889957eb with identifier: GF60%20JYK
2026-03-29 11:05:34 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bd03e707-433e-5228-9ae4-bfc2889957eb with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF60%20JYK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd03e707-433e-5228-9ae4-bfc2889957eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF60 JYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF60%20JYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 136148,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 D TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'D TIPTRONIC S',
 'vin': 'WP1ZZZ92ZBLA25146',
 'year': 2010}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF60%2520JYK%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Saving data for GF60%20JYK: {'auction_closing_time': 1774778400.0, 'created_time': 1774476291.579184, 'last_price_update_time': 1774782334.929658}
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF60%2520JYK') HTTP/1.1" 204 0
2026-03-29 11:05:34 [bca.uk] INFO: Found listing with ID: MA10%20MJF
2026-03-29 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA10%2520MJF%27 HTTP/1.1" 200 None
2026-03-29 11:05:34 [bca.uk] INFO: Scrape type for MA10%20MJF: 2
2026-03-29 11:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 330a67d2-8894-509d-855f-5492a6fd9a2e with identifier: MA10%20MJF
2026-03-29 11:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 330a67d2-8894-509d-855f-5492a6fd9a2e with scrape type 2
2026-03-29 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 330a67d2-8894-509d-855f-5492a6fd9a2e with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 330a67d2-8894-509d-855f-5492a6fd9a2e, identifier: MA10%20MJF
2026-03-29 11:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 330a67d2-8894-509d-855f-5492a6fd9a2e with identifier: MA10%20MJF
2026-03-29 11:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 330a67d2-8894-509d-855f-5492a6fd9a2e with identifier: MA10%20MJF
2026-03-29 11:05:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 330a67d2-8894-509d-855f-5492a6fd9a2e with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA10%20MJF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '330a67d2-8894-509d-855f-5492a6fd9a2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA10 MJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA10%20MJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 93214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.5 225 ST-3 Hatchback',
 'transmission': 'manual',
 'trim': '225 ST-3',
 'vin': 'WF0GXXGCDGAL24730',
 'year': 2010}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [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-29 11:05:35 [bca.uk] INFO: Saving data for MA10%20MJF: {'auction_closing_time': 1774778400.0, 'created_time': 1774478578.765189, 'last_price_update_time': 1774782335.076171}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA10%2520MJF') HTTP/1.1" 204 0
2026-03-29 11:05:35 [bca.uk] INFO: Found listing with ID: PX13%20OFM
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 11:05:35 [bca.uk] INFO: Scrape type for PX13%20OFM: 0
2026-03-29 11:05:35 [bca.uk] INFO: Found listing with ID: C7%20WRJ
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C7%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:35 [bca.uk] INFO: Scrape type for C7%20WRJ: 0
2026-03-29 11:05:35 [bca.uk] INFO: Found listing with ID: SR68%20NWE
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [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-29 11:05:35 [bca.uk] INFO: Scrape type for SR68%20NWE: 2
2026-03-29 11:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b07060-fab0-5284-a05c-e76ab465ab62 with identifier: SR68%20NWE
2026-03-29 11:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b07060-fab0-5284-a05c-e76ab465ab62 with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b07060-fab0-5284-a05c-e76ab465ab62 with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b07060-fab0-5284-a05c-e76ab465ab62, identifier: SR68%20NWE
2026-03-29 11:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b07060-fab0-5284-a05c-e76ab465ab62 with identifier: SR68%20NWE
2026-03-29 11:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b07060-fab0-5284-a05c-e76ab465ab62 with identifier: SR68%20NWE
2026-03-29 11:05:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 71b07060-fab0-5284-a05c-e76ab465ab62 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR68%20NWE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71b07060-fab0-5284-a05c-e76ab465ab62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR68 NWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR68%20NWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 29456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD S',
 'vin': 'SADFA2AN8K1Z41968',
 'year': 2019}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [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-29 11:05:35 [bca.uk] INFO: Saving data for SR68%20NWE: {'auction_closing_time': 1774778400.0, 'created_time': 1774476876.880445, 'last_price_update_time': 1774782335.272717}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR68%2520NWE') HTTP/1.1" 204 0
2026-03-29 11:05:35 [bca.uk] INFO: Found listing with ID: SG64%20KJZ
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG64%2520KJZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:35 [bca.uk] INFO: Scrape type for SG64%20KJZ: 2
2026-03-29 11:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with identifier: SG64%20KJZ
2026-03-29 11:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1dc24d5-e7ba-51c0-bd83-ba297100a29a, identifier: SG64%20KJZ
2026-03-29 11:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with identifier: SG64%20KJZ
2026-03-29 11:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with identifier: SG64%20KJZ
2026-03-29 11:05:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG64%20KJZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1dc24d5-e7ba-51c0-bd83-ba297100a29a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG64 KJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG64%20KJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 44483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 0.9 TCE 90 LAUREATE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 LAUREATE',
 'vin': 'UU15SDAAC51639062',
 'year': 2014}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG64%2520KJZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:35 [bca.uk] INFO: Saving data for SG64%20KJZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774695930.251406, 'last_price_update_time': 1774782335.509145}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG64%2520KJZ') HTTP/1.1" 204 0
2026-03-29 11:05:35 [bca.uk] INFO: Found listing with ID: SV14%20VWC
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [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-29 11:05:35 [bca.uk] INFO: Scrape type for SV14%20VWC: 2
2026-03-29 11:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with identifier: SV14%20VWC
2026-03-29 11:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9331398c-8b45-57c9-9ff3-ccb21a2ab701, identifier: SV14%20VWC
2026-03-29 11:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with identifier: SV14%20VWC
2026-03-29 11:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with identifier: SV14%20VWC
2026-03-29 11:05:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV14%20VWC-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9331398c-8b45-57c9-9ff3-ccb21a2ab701',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV14 VWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV14%20VWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'SKODA',
 'model': 'YETI OUTDOOR',
 'odometer': 43645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA YETI OUTDOOR 2.0 TDI CR 140 ELEGANCE 4X4 DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 140 ELEGANCE 4X4 DSG',
 'vin': 'TMBMD75L2E6023740',
 'year': 2014}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [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-29 11:05:35 [bca.uk] INFO: Saving data for SV14%20VWC: {'auction_closing_time': 1774778400.0, 'created_time': 1774476840.133154, 'last_price_update_time': 1774782335.664465}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV14%2520VWC') HTTP/1.1" 204 0
2026-03-29 11:05:35 [bca.uk] INFO: Found listing with ID: FG60%20TLX
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520TLX%27 HTTP/1.1" 200 None
2026-03-29 11:05:35 [bca.uk] INFO: Scrape type for FG60%20TLX: 2
2026-03-29 11:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with identifier: FG60%20TLX
2026-03-29 11:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c, identifier: FG60%20TLX
2026-03-29 11:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with identifier: FG60%20TLX
2026-03-29 11:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with identifier: FG60%20TLX
2026-03-29 11:05:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG60%20TLX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG60 TLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG60%20TLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'CHEVROLET',
 'model': 'CAPTIVA',
 'odometer': 139343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CHEVROLET CAPTIVA 2.0 VCDI LT (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'VCDI LT (7ST)',
 'vin': 'KL1CG26RJ7B094769',
 'year': 2010}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520TLX%27 HTTP/1.1" 200 None
2026-03-29 11:05:35 [bca.uk] INFO: Saving data for FG60%20TLX: {'auction_closing_time': 1774778400.0, 'created_time': 1774695902.745427, 'last_price_update_time': 1774782335.816649}
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG60%2520TLX') HTTP/1.1" 204 0
2026-03-29 11:05:35 [bca.uk] INFO: Found listing with ID: WV65%20EZL
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV65%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 11:05:35 [bca.uk] INFO: Scrape type for WV65%20EZL: 2
2026-03-29 11:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL
2026-03-29 11:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with scrape type 2
2026-03-29 11:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64, identifier: WV65%20EZL
2026-03-29 11:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL
2026-03-29 11:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL
2026-03-29 11:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL to the API
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV65%20EZL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c2cf67f-7dbb-5775-aa11-8c6ee4298d64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV65 EZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV65%20EZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MITSUBISHI',
 'model': 'SHOGUN',
 'odometer': 104422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI SHOGUN 3.2 DI-DC 187 SG3 StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-DC 187 SG3',
 'vin': 'JMALYV98WGJ600289',
 'year': 2015}
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV65%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 11:05:36 [bca.uk] INFO: Saving data for WV65%20EZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774591805.43162, 'last_price_update_time': 1774782336.245742}
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV65%2520EZL') HTTP/1.1" 204 0
2026-03-29 11:05:36 [bca.uk] INFO: Found listing with ID: SA16%20NZY
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520NZY%27 HTTP/1.1" 200 None
2026-03-29 11:05:36 [bca.uk] INFO: Scrape type for SA16%20NZY: 0
2026-03-29 11:05:36 [bca.uk] INFO: Found listing with ID: SP14%20TRV
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520TRV%27 HTTP/1.1" 200 None
2026-03-29 11:05:36 [bca.uk] INFO: Scrape type for SP14%20TRV: 2
2026-03-29 11:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV
2026-03-29 11:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a2b6efb-84a1-507f-9630-38a347482380 with scrape type 2
2026-03-29 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a2b6efb-84a1-507f-9630-38a347482380 with scrape type 2
2026-03-29 11:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a2b6efb-84a1-507f-9630-38a347482380, identifier: SP14%20TRV
2026-03-29 11:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV
2026-03-29 11:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV
2026-03-29 11:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV to the API
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP14%20TRV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a2b6efb-84a1-507f-9630-38a347482380',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP14 TRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP14%20TRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 102773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 2.2 CRDI KX-2 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI KX-2',
 'vin': 'KNAKU814SE5516828',
 'year': 2014}
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520TRV%27 HTTP/1.1" 200 None
2026-03-29 11:05:36 [bca.uk] INFO: Saving data for SP14%20TRV: {'auction_closing_time': 1774864800.0, 'created_time': 1773929655.982771, 'last_price_update_time': 1774782336.678777}
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP14%2520TRV') HTTP/1.1" 204 0
2026-03-29 11:05:36 [bca.uk] INFO: Found listing with ID: SK57%20HOJ
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK57%2520HOJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:36 [bca.uk] INFO: Scrape type for SK57%20HOJ: 2
2026-03-29 11:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ
2026-03-29 11:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0616de5c-1420-5556-832c-efb828b74508 with scrape type 2
2026-03-29 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0616de5c-1420-5556-832c-efb828b74508 with scrape type 2
2026-03-29 11:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0616de5c-1420-5556-832c-efb828b74508, identifier: SK57%20HOJ
2026-03-29 11:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ
2026-03-29 11:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ
2026-03-29 11:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ to the API
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK57%20HOJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0616de5c-1420-5556-832c-efb828b74508',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK57 HOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK57%20HOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 91426,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.0 I-VTEC ES Estate',
 'transmission': 'automatic',
 'trim': 'I-VTEC ES',
 'vin': 'SHSRE58507U030557',
 'year': 2007}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK57%2520HOJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Saving data for SK57%20HOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774591815.747145, 'last_price_update_time': 1774782337.076979}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK57%2520HOJ') HTTP/1.1" 204 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: SV12%20OCC
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV12%2520OCC%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for SV12%20OCC: 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: EA14%20MJV
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for EA14%20MJV: 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: EO61%20WGX
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520WGX%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for EO61%20WGX: 2
2026-03-29 11:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with identifier: EO61%20WGX
2026-03-29 11:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da, identifier: EO61%20WGX
2026-03-29 11:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with identifier: EO61%20WGX
2026-03-29 11:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with identifier: EO61%20WGX
2026-03-29 11:05:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO61%20WGX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO61 WGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO61%20WGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 122067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.8 B/E SE EDITION 125 Saloon',
 'transmission': 'manual',
 'trim': 'B/E SE EDITION 125',
 'vin': 'WDD2040492A645288',
 'year': 2011}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520WGX%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Saving data for EO61%20WGX: {'auction_closing_time': 1774778400.0, 'created_time': 1774479843.469507, 'last_price_update_time': 1774782337.250153}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO61%2520WGX') HTTP/1.1" 204 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: LO13%20ZTR
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for LO13%20ZTR: 2
2026-03-29 11:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with identifier: LO13%20ZTR
2026-03-29 11:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57, identifier: LO13%20ZTR
2026-03-29 11:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with identifier: LO13%20ZTR
2026-03-29 11:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with identifier: LO13%20ZTR
2026-03-29 11:05:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO13%20ZTR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO13 ZTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO13%20ZTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 74773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V 100 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': '16V 100 ENERGY',
 'vin': 'W0LPC6EB2D1117533',
 'year': 2013}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Saving data for LO13%20ZTR: {'auction_closing_time': 1774778400.0, 'created_time': 1774476286.78263, 'last_price_update_time': 1774782337.390718}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO13%2520ZTR') HTTP/1.1" 204 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: NK63%20OGC
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520OGC%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for NK63%20OGC: 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: RX57%20MKU
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX57%2520MKU%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for RX57%20MKU: 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: SG11%20YNA
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG11%2520YNA%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for SG11%20YNA: 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: SJ13%20HUH
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ13%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for SJ13%20HUH: 2
2026-03-29 11:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8c81445-f658-566d-bba4-0b5b9edd4578 with identifier: SJ13%20HUH
2026-03-29 11:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8c81445-f658-566d-bba4-0b5b9edd4578 with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8c81445-f658-566d-bba4-0b5b9edd4578 with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8c81445-f658-566d-bba4-0b5b9edd4578, identifier: SJ13%20HUH
2026-03-29 11:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8c81445-f658-566d-bba4-0b5b9edd4578 with identifier: SJ13%20HUH
2026-03-29 11:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8c81445-f658-566d-bba4-0b5b9edd4578 with identifier: SJ13%20HUH
2026-03-29 11:05:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f8c81445-f658-566d-bba4-0b5b9edd4578 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ13%20HUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8c81445-f658-566d-bba4-0b5b9edd4578',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ13 HUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ13%20HUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 125699,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF15R5A0H48611919',
 'year': 2013}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ13%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Saving data for SJ13%20HUH: {'auction_closing_time': 1774778400.0, 'created_time': 1774478302.92611, 'last_price_update_time': 1774782337.693535}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ13%2520HUH') HTTP/1.1" 204 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: SN11%20HLZ
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN11%2520HLZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for SN11%20HLZ: 2
2026-03-29 11:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with identifier: SN11%20HLZ
2026-03-29 11:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ff798a4-422d-53a3-afd2-5a0057c3aafb with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ff798a4-422d-53a3-afd2-5a0057c3aafb with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ff798a4-422d-53a3-afd2-5a0057c3aafb, identifier: SN11%20HLZ
2026-03-29 11:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with identifier: SN11%20HLZ
2026-03-29 11:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with identifier: SN11%20HLZ
2026-03-29 11:05:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN11%20HLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ff798a4-422d-53a3-afd2-5a0057c3aafb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN11 HLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN11%20HLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 78241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 110 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 110 SPORT',
 'vin': 'WF0PXXWPDPBD29943',
 'year': 2011}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN11%2520HLZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Saving data for SN11%20HLZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774478291.442981, 'last_price_update_time': 1774782337.863264}
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN11%2520HLZ') HTTP/1.1" 204 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: WK61%20WML
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK61%2520WML%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for WK61%20WML: 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: EK19%20ZSU
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520ZSU%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for EK19%20ZSU: 0
2026-03-29 11:05:37 [bca.uk] INFO: Found listing with ID: YD08%20FXX
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD08%2520FXX%27 HTTP/1.1" 200 None
2026-03-29 11:05:37 [bca.uk] INFO: Scrape type for YD08%20FXX: 2
2026-03-29 11:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with identifier: YD08%20FXX
2026-03-29 11:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with scrape type 2
2026-03-29 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with scrape type 2
2026-03-29 11:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62b105d6-5481-5eef-81dd-846bc6d0c3d1, identifier: YD08%20FXX
2026-03-29 11:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with identifier: YD08%20FXX
2026-03-29 11:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with identifier: YD08%20FXX
2026-03-29 11:05:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 288,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD08%20FXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62b105d6-5481-5eef-81dd-846bc6d0c3d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD08 FXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD08%20FXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 37040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'PORSCHE 911 3.8 CARRERA S (997) Coupe',
 'transmission': 'manual',
 'trim': 'CARRERA S (997)',
 'vin': 'WP0ZZZ99Z8S722709',
 'year': 2008}
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD08%2520FXX%27 HTTP/1.1" 200 None
2026-03-29 11:05:38 [bca.uk] INFO: Saving data for YD08%20FXX: {'auction_closing_time': 1774778400.0, 'created_time': 1773958826.73223, 'last_price_update_time': 1774782338.063491}
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD08%2520FXX') HTTP/1.1" 204 0
2026-03-29 11:05:38 [bca.uk] INFO: Found listing with ID: NA14%20XFF
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520XFF%27 HTTP/1.1" 200 None
2026-03-29 11:05:38 [bca.uk] INFO: Scrape type for NA14%20XFF: 2
2026-03-29 11:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF
2026-03-29 11:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77c952e0-86f6-5426-8a11-2ce1de0034f3 with scrape type 2
2026-03-29 11:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77c952e0-86f6-5426-8a11-2ce1de0034f3 with scrape type 2
2026-03-29 11:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77c952e0-86f6-5426-8a11-2ce1de0034f3, identifier: NA14%20XFF
2026-03-29 11:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF
2026-03-29 11:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF
2026-03-29 11:05:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF to the API
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA14%20XFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77c952e0-86f6-5426-8a11-2ce1de0034f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA14 XFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA14%20XFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '520I',
 'odometer': 108452,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 520I 2.0 SE STEP Saloon',
 'transmission': 'automatic',
 'trim': 'SE STEP',
 'vin': 'WBA5A32040D197245',
 'year': 2014}
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520XFF%27 HTTP/1.1" 200 None
2026-03-29 11:05:38 [bca.uk] INFO: Saving data for NA14%20XFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774305713.460761, 'last_price_update_time': 1774782338.479953}
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA14%2520XFF') HTTP/1.1" 204 0
2026-03-29 11:05:38 [bca.uk] INFO: Found listing with ID: GU66%20BFA
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU66%2520BFA%27 HTTP/1.1" 200 None
2026-03-29 11:05:38 [bca.uk] INFO: Scrape type for GU66%20BFA: 0
2026-03-29 11:05:38 [bca.uk] INFO: Found listing with ID: MF19%20OFT
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520OFT%27 HTTP/1.1" 200 None
2026-03-29 11:05:38 [bca.uk] INFO: Scrape type for MF19%20OFT: 2
2026-03-29 11:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT
2026-03-29 11:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e01e20d4-bffc-542b-bfcd-28abd844c891 with scrape type 2
2026-03-29 11:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e01e20d4-bffc-542b-bfcd-28abd844c891 with scrape type 2
2026-03-29 11:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e01e20d4-bffc-542b-bfcd-28abd844c891, identifier: MF19%20OFT
2026-03-29 11:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT
2026-03-29 11:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT
2026-03-29 11:05:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT to the API
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF19%20OFT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e01e20d4-bffc-542b-bfcd-28abd844c891',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF19 OFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF19%20OFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 118179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 ALLURE EAT8',
 'vin': 'VF3MCYHZRKS137942',
 'year': 2019}
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520OFT%27 HTTP/1.1" 200 None
2026-03-29 11:05:38 [bca.uk] INFO: Saving data for MF19%20OFT: {'auction_closing_time': 1774864800.0, 'created_time': 1774504919.464918, 'last_price_update_time': 1774782338.896804}
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF19%2520OFT') HTTP/1.1" 204 0
2026-03-29 11:05:39 [bca.uk] INFO: Found listing with ID: FV61%20BCF
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520BCF%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Scrape type for FV61%20BCF: 2
2026-03-29 11:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with identifier: FV61%20BCF
2026-03-29 11:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263, identifier: FV61%20BCF
2026-03-29 11:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with identifier: FV61%20BCF
2026-03-29 11:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with identifier: FV61%20BCF
2026-03-29 11:05:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV61%20BCF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV61 BCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV61%20BCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 106788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.2 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'KNADN511LC6004469',
 'year': 2011}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520BCF%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Saving data for FV61%20BCF: {'auction_closing_time': 1774778400.0, 'created_time': 1774476487.107247, 'last_price_update_time': 1774782339.158493}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV61%2520BCF') HTTP/1.1" 204 0
2026-03-29 11:05:39 [bca.uk] INFO: Found listing with ID: SF63%20YSY
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520YSY%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Scrape type for SF63%20YSY: 2
2026-03-29 11:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9d528a-f3e7-58a5-b53e-60d38908890e with identifier: SF63%20YSY
2026-03-29 11:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9d528a-f3e7-58a5-b53e-60d38908890e with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9d528a-f3e7-58a5-b53e-60d38908890e with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d9d528a-f3e7-58a5-b53e-60d38908890e, identifier: SF63%20YSY
2026-03-29 11:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d9d528a-f3e7-58a5-b53e-60d38908890e with identifier: SF63%20YSY
2026-03-29 11:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d9d528a-f3e7-58a5-b53e-60d38908890e with identifier: SF63%20YSY
2026-03-29 11:05:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5d9d528a-f3e7-58a5-b53e-60d38908890e with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF63%20YSY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d9d528a-f3e7-58a5-b53e-60d38908890e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF63 YSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF63%20YSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 101500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI 105 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'WAUZZZ8V5EA041062',
 'year': 2013}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520YSY%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Saving data for SF63%20YSY: {'auction_closing_time': 1774778400.0, 'created_time': 1774479793.160199, 'last_price_update_time': 1774782339.315508}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF63%2520YSY') HTTP/1.1" 204 0
2026-03-29 11:05:39 [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-29 11:05:39 [bca.uk] INFO: Found listing with ID: WJ60%20CFP
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ60%2520CFP%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Scrape type for WJ60%20CFP: 2
2026-03-29 11:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with identifier: WJ60%20CFP
2026-03-29 11:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dae1a3ba-74da-5d14-a64a-b8127f5f99d9, identifier: WJ60%20CFP
2026-03-29 11:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with identifier: WJ60%20CFP
2026-03-29 11:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with identifier: WJ60%20CFP
2026-03-29 11:05:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ60%20CFP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dae1a3ba-74da-5d14-a64a-b8127f5f99d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ60 CFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ60%20CFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 177431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I TR MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I TR MMT',
 'vin': 'VNKKH96340A149391',
 'year': 2010}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ60%2520CFP%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Saving data for WJ60%20CFP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564596.516974, 'last_price_update_time': 1774782339.469518}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ60%2520CFP') HTTP/1.1" 204 0
2026-03-29 11:05:39 [bca.uk] INFO: Found listing with ID: YG12%20VBZ
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG12%2520VBZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Scrape type for YG12%20VBZ: 2
2026-03-29 11:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with identifier: YG12%20VBZ
2026-03-29 11:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b7b4b43-f12a-505e-9392-e6bcd682c164 with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b7b4b43-f12a-505e-9392-e6bcd682c164 with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b7b4b43-f12a-505e-9392-e6bcd682c164, identifier: YG12%20VBZ
2026-03-29 11:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with identifier: YG12%20VBZ
2026-03-29 11:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with identifier: YG12%20VBZ
2026-03-29 11:05:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG12%20VBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6b7b4b43-f12a-505e-9392-e6bcd682c164',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG12 VBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG12%20VBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 108295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'SJNFBAF15U6210163',
 'year': 2012}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG12%2520VBZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Saving data for YG12%20VBZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774695908.011538, 'last_price_update_time': 1774782339.61907}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG12%2520VBZ') HTTP/1.1" 204 0
2026-03-29 11:05:39 [bca.uk] INFO: Total items found: 100
2026-03-29 11:05:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded
2026-03-29 11:05:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:05:39 [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-29 11:05:39 [bca.uk] INFO: Found listing with ID: YX63%20FCC
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX63%2520FCC%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Scrape type for YX63%20FCC: 2
2026-03-29 11:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with identifier: YX63%20FCC
2026-03-29 11:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7d4319a-d4d4-5817-9ba3-79f1868f82ac with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7d4319a-d4d4-5817-9ba3-79f1868f82ac with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7d4319a-d4d4-5817-9ba3-79f1868f82ac, identifier: YX63%20FCC
2026-03-29 11:05:39 [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-29 11:05:39 [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-29 11:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with identifier: YX63%20FCC
2026-03-29 11:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with identifier: YX63%20FCC
2026-03-29 11:05:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX63%20FCC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a7d4319a-d4d4-5817-9ba3-79f1868f82ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX63 FCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX63%20FCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 27874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAN51CLEM498896',
 'year': 2013}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX63%2520FCC%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Saving data for YX63%20FCC: {'auction_closing_time': 1774778400.0, 'created_time': 1774275193.325307, 'last_price_update_time': 1774782339.865171}
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX63%2520FCC') HTTP/1.1" 204 0
2026-03-29 11:05:39 [bca.uk] INFO: Found listing with ID: GJ68%20ELH
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 11:05:39 [bca.uk] INFO: Scrape type for GJ68%20ELH: 2
2026-03-29 11:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa63104e-eadf-51a9-b95f-91b687dcef0a with identifier: GJ68%20ELH
2026-03-29 11:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa63104e-eadf-51a9-b95f-91b687dcef0a with scrape type 2
2026-03-29 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa63104e-eadf-51a9-b95f-91b687dcef0a with scrape type 2
2026-03-29 11:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa63104e-eadf-51a9-b95f-91b687dcef0a, identifier: GJ68%20ELH
2026-03-29 11:05:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: AK65%20GFO
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK65%2520GFO%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for AK65%20GFO: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: DG64%20YKK
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG64%2520YKK%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for DG64%20YKK: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: SK18%20JKO
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK18%2520JKO%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for SK18%20JKO: 2
2026-03-29 11:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO
2026-03-29 11:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f73c621-a26f-5e74-976e-c93fdd575bad with scrape type 2
2026-03-29 11:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f73c621-a26f-5e74-976e-c93fdd575bad with scrape type 2
2026-03-29 11:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f73c621-a26f-5e74-976e-c93fdd575bad, identifier: SK18%20JKO
2026-03-29 11:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa63104e-eadf-51a9-b95f-91b687dcef0a with identifier: GJ68%20ELH
2026-03-29 11:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa63104e-eadf-51a9-b95f-91b687dcef0a with identifier: GJ68%20ELH
2026-03-29 11:05:40 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: aa63104e-eadf-51a9-b95f-91b687dcef0a with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20ELH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa63104e-eadf-51a9-b95f-91b687dcef0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ68 ELH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20ELH&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 165744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI ULTRA 150 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI ULTRA 150 SPORT S-T',
 'vin': 'WAUZZZF4XJA189776',
 'year': 2018}
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ68%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Saving data for GJ68%20ELH: {'auction_closing_time': 1774778400.0, 'created_time': 1774479747.840967, 'last_price_update_time': 1774782340.175982}
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520ELH') HTTP/1.1" 204 0
2026-03-29 11:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO
2026-03-29 11:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO
2026-03-29 11:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO to the API
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK18%20JKO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f73c621-a26f-5e74-976e-c93fdd575bad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK18 JKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK18%20JKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'SSANGYONG',
 'model': 'TIVOLI',
 'odometer': 72045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SSANGYONG TIVOLI 1.6 128 ELX 2WD Hatchback',
 'transmission': 'manual',
 'trim': '128 ELX 2WD',
 'vin': 'KPT30B1VSHP145348',
 'year': 2018}
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK18%2520JKO%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Saving data for SK18%20JKO: {'auction_closing_time': 1774864800.0, 'created_time': 1774695896.837333, 'last_price_update_time': 1774782340.485524}
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK18%2520JKO') HTTP/1.1" 204 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: GK60%20AVB
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK60%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for GK60%20AVB: 2
2026-03-29 11:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with identifier: GK60%20AVB
2026-03-29 11:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddde701d-a6cd-578e-b9bf-bd422012e5d6 with scrape type 2
2026-03-29 11:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddde701d-a6cd-578e-b9bf-bd422012e5d6 with scrape type 2
2026-03-29 11:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddde701d-a6cd-578e-b9bf-bd422012e5d6, identifier: GK60%20AVB
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: SP70%20LPC
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP70%2520LPC%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for SP70%20LPC: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: PO68%20KXK
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO68%2520KXK%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for PO68%20KXK: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: SE64%20GDF
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE64%2520GDF%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for SE64%20GDF: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: SH15%20NPX
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH15%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for SH15%20NPX: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: SL14%20FUV
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL14%2520FUV%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for SL14%20FUV: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: ST65%20BKF
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST65%2520BKF%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for ST65%20BKF: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: DX17%20SYH
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX17%2520SYH%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for DX17%20SYH: 0
2026-03-29 11:05:40 [bca.uk] INFO: Found listing with ID: SC17%20XRM
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SC17%2520XRM%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Scrape type for SC17%20XRM: 2
2026-03-29 11:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with identifier: SC17%20XRM
2026-03-29 11:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with scrape type 2
2026-03-29 11:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with scrape type 2
2026-03-29 11:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22859857-a6e7-500a-b1d3-b4e74bc43fd9, identifier: SC17%20XRM
2026-03-29 11:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with identifier: GK60%20AVB
2026-03-29 11:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with identifier: GK60%20AVB
2026-03-29 11:05:40 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK60%20AVB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ddde701d-a6cd-578e-b9bf-bd422012e5d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK60 AVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK60%20AVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 38590,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TWIST Hatchback',
 'transmission': 'manual',
 'trim': 'TWIST',
 'vin': 'WVWZZZ1KZBW127647',
 'year': 2010}
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK60%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 11:05:40 [bca.uk] INFO: Saving data for GK60%20AVB: {'auction_closing_time': 1774778400.0, 'created_time': 1774563771.990136, 'last_price_update_time': 1774782340.89104}
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK60%2520AVB') HTTP/1.1" 204 0
2026-03-29 11:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with identifier: SC17%20XRM
2026-03-29 11:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with identifier: SC17%20XRM
2026-03-29 11:05:41 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC17%20XRM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22859857-a6e7-500a-b1d3-b4e74bc43fd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC17 XRM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC17%20XRM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 35208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA 1.6 CDTI 136 SRI VX-LINE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 136 SRI VX-LINE S/S',
 'vin': 'W0LGS6E31H1074305',
 'year': 2017}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC17%2520XRM%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Saving data for SC17%20XRM: {'auction_closing_time': 1774778400.0, 'created_time': 1774476862.237362, 'last_price_update_time': 1774782341.021186}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC17%2520XRM') HTTP/1.1" 204 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: PE11%20YJD
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520YJD%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for PE11%20YJD: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: R12%20TRA
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R12%2520TRA%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for R12%20TRA: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: YK22%20RXB
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520RXB%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for YK22%20RXB: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: SG60%20RXA
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG60%2520RXA%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for SG60%20RXA: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: N88%20SFD
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N88%2520SFD%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for N88%20SFD: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: WU57%20NZB
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU57%2520NZB%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for WU57%20NZB: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: GL58%20GUC
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL58%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for GL58%20GUC: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: GF11%20ZWK
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF11%2520ZWK%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for GF11%20ZWK: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: GU12%20UYL
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520UYL%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for GU12%20UYL: 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: LB57%20JJE
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB57%2520JJE%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for LB57%20JJE: 2
2026-03-29 11:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3c0129d-3bb2-5250-a107-8878f605dff1 with identifier: LB57%20JJE
2026-03-29 11:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3c0129d-3bb2-5250-a107-8878f605dff1 with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3c0129d-3bb2-5250-a107-8878f605dff1 with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3c0129d-3bb2-5250-a107-8878f605dff1, identifier: LB57%20JJE
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: SD67%20KLC
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520KLC%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for SD67%20KLC: 2
2026-03-29 11:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 215a267f-b871-5491-a974-28d825a69971 with identifier: SD67%20KLC
2026-03-29 11:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 215a267f-b871-5491-a974-28d825a69971 with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 215a267f-b871-5491-a974-28d825a69971 with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 215a267f-b871-5491-a974-28d825a69971, identifier: SD67%20KLC
2026-03-29 11:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3c0129d-3bb2-5250-a107-8878f605dff1 with identifier: LB57%20JJE
2026-03-29 11:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3c0129d-3bb2-5250-a107-8878f605dff1 with identifier: LB57%20JJE
2026-03-29 11:05:41 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d3c0129d-3bb2-5250-a107-8878f605dff1 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB57%20JJE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd3c0129d-3bb2-5250-a107-8878f605dff1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB57 JJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB57%20JJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 68275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 LS Hatchback',
 'transmission': 'manual',
 'trim': 'LS',
 'vin': 'U5YFF24227L028833',
 'year': 2007}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB57%2520JJE%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Saving data for LB57%20JJE: {'auction_closing_time': 1774778400.0, 'created_time': 1774564556.541962, 'last_price_update_time': 1774782341.456669}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB57%2520JJE') HTTP/1.1" 204 0
2026-03-29 11:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 215a267f-b871-5491-a974-28d825a69971 with identifier: SD67%20KLC
2026-03-29 11:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 215a267f-b871-5491-a974-28d825a69971 with identifier: SD67%20KLC
2026-03-29 11:05:41 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 215a267f-b871-5491-a974-28d825a69971 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD67%20KLC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '215a267f-b871-5491-a974-28d825a69971',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD67 KLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD67%20KLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 42530,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF12RA51558387238',
 'year': 2017}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520KLC%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Saving data for SD67%20KLC: {'auction_closing_time': 1774778400.0, 'created_time': 1774563801.69748, 'last_price_update_time': 1774782341.596695}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD67%2520KLC') HTTP/1.1" 204 0
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: LM12%20BXG
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM12%2520BXG%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for LM12%20BXG: 2
2026-03-29 11:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with identifier: LM12%20BXG
2026-03-29 11:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf, identifier: LM12%20BXG
2026-03-29 11:05:41 [bca.uk] INFO: Found listing with ID: KP65%20NNV
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520NNV%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Scrape type for KP65%20NNV: 2
2026-03-29 11:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV
2026-03-29 11:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baefc678-d212-5082-a8e0-52e336dc5403 with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baefc678-d212-5082-a8e0-52e336dc5403 with scrape type 2
2026-03-29 11:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baefc678-d212-5082-a8e0-52e336dc5403, identifier: KP65%20NNV
2026-03-29 11:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with identifier: LM12%20BXG
2026-03-29 11:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with identifier: LM12%20BXG
2026-03-29 11:05:41 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM12%20BXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM12 BXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM12%20BXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 138011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA PREMIUM',
 'vin': 'SJNFBAF15U6215700',
 'year': 2012}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM12%2520BXG%27 HTTP/1.1" 200 None
2026-03-29 11:05:41 [bca.uk] INFO: Saving data for LM12%20BXG: {'auction_closing_time': 1774778400.0, 'created_time': 1774564591.422231, 'last_price_update_time': 1774782341.860836}
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM12%2520BXG') HTTP/1.1" 204 0
2026-03-29 11:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV
2026-03-29 11:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV
2026-03-29 11:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV to the API
2026-03-29 11:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP65%20NNV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'baefc678-d212-5082-a8e0-52e336dc5403',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP65 NNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP65%20NNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 106020,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SE DCT',
 'vin': 'WDD1760122V110700',
 'year': 2015}
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520NNV%27 HTTP/1.1" 200 None
2026-03-29 11:05:42 [bca.uk] INFO: Saving data for KP65%20NNV: {'auction_closing_time': 1774864800.0, 'created_time': 1774695892.808221, 'last_price_update_time': 1774782342.186333}
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP65%2520NNV') HTTP/1.1" 204 0
2026-03-29 11:05:42 [bca.uk] INFO: Found listing with ID: LV14%20AZO
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520AZO%27 HTTP/1.1" 200 None
2026-03-29 11:05:42 [bca.uk] INFO: Scrape type for LV14%20AZO: 2
2026-03-29 11:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a93f474b-9a84-5577-a127-e359e20b9ab5 with identifier: LV14%20AZO
2026-03-29 11:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a93f474b-9a84-5577-a127-e359e20b9ab5 with scrape type 2
2026-03-29 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a93f474b-9a84-5577-a127-e359e20b9ab5 with scrape type 2
2026-03-29 11:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a93f474b-9a84-5577-a127-e359e20b9ab5, identifier: LV14%20AZO
2026-03-29 11:05:42 [bca.uk] INFO: Found listing with ID: PJ66%20LUT
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520LUT%27 HTTP/1.1" 200 None
2026-03-29 11:05:42 [bca.uk] INFO: Scrape type for PJ66%20LUT: 2
2026-03-29 11:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT
2026-03-29 11:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with scrape type 2
2026-03-29 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with scrape type 2
2026-03-29 11:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c, identifier: PJ66%20LUT
2026-03-29 11:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a93f474b-9a84-5577-a127-e359e20b9ab5 with identifier: LV14%20AZO
2026-03-29 11:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a93f474b-9a84-5577-a127-e359e20b9ab5 with identifier: LV14%20AZO
2026-03-29 11:05:42 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a93f474b-9a84-5577-a127-e359e20b9ab5 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV14%20AZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a93f474b-9a84-5577-a127-e359e20b9ab5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV14 AZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV14%20AZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 104099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT EXCITE',
 'vin': 'W0L0SDL08E6044933',
 'year': 2014}
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520AZO%27 HTTP/1.1" 200 None
2026-03-29 11:05:42 [bca.uk] INFO: Saving data for LV14%20AZO: {'auction_closing_time': 1774778400.0, 'created_time': 1774695932.278513, 'last_price_update_time': 1774782342.456692}
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV14%2520AZO') HTTP/1.1" 204 0
2026-03-29 11:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT
2026-03-29 11:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT
2026-03-29 11:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT to the API
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ66%20LUT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c0fb6a2f-87b5-500c-a447-1f8ea0d2225c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ66 LUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ66%20LUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 64770,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7230450',
 'year': 2016}
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520LUT%27 HTTP/1.1" 200 None
2026-03-29 11:05:42 [bca.uk] INFO: Saving data for PJ66%20LUT: {'auction_closing_time': 1774864800.0, 'created_time': 1773960414.251093, 'last_price_update_time': 1774782342.866994}
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ66%2520LUT') HTTP/1.1" 204 0
2026-03-29 11:05:42 [bca.uk] INFO: Found listing with ID: AM09%20AHK
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM09%2520AHK%27 HTTP/1.1" 200 None
2026-03-29 11:05:42 [bca.uk] INFO: Scrape type for AM09%20AHK: 2
2026-03-29 11:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2d1282-63b6-51d9-9431-4d78105e0559 with identifier: AM09%20AHK
2026-03-29 11:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2d1282-63b6-51d9-9431-4d78105e0559 with scrape type 2
2026-03-29 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2d1282-63b6-51d9-9431-4d78105e0559 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c2d1282-63b6-51d9-9431-4d78105e0559, identifier: AM09%20AHK
2026-03-29 11:05:43 [bca.uk] INFO: Found listing with ID: LFZ%202518
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LFZ%25202518%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Scrape type for LFZ%202518: 0
2026-03-29 11:05:43 [bca.uk] INFO: Found listing with ID: SA10%20DVK
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA10%2520DVK%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Scrape type for SA10%20DVK: 2
2026-03-29 11:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK
2026-03-29 11:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7, identifier: SA10%20DVK
2026-03-29 11:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c2d1282-63b6-51d9-9431-4d78105e0559 with identifier: AM09%20AHK
2026-03-29 11:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c2d1282-63b6-51d9-9431-4d78105e0559 with identifier: AM09%20AHK
2026-03-29 11:05:43 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2c2d1282-63b6-51d9-9431-4d78105e0559 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AM09%20AHK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c2d1282-63b6-51d9-9431-4d78105e0559',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AM09 AHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AM09%20AHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 141529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.4 D5 185 SE PREMIUM G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 185 SE PREMIUM G/T',
 'vin': 'YV1CZ7146A1538067',
 'year': 2009}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM09%2520AHK%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Saving data for AM09%20AHK: {'auction_closing_time': 1774778400.0, 'created_time': 1774477963.505242, 'last_price_update_time': 1774782343.146241}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AM09%2520AHK') HTTP/1.1" 204 0
2026-03-29 11:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK
2026-03-29 11:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK
2026-03-29 11:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK to the API
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA10%20DVK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ebc744f-70ee-5a5a-a394-bd13a8b046a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA10 DVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA10%20DVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 64370,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC',
 'vin': 'WF0PXXWPDPAY22657',
 'year': 2010}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA10%2520DVK%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Saving data for SA10%20DVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774591710.570668, 'last_price_update_time': 1774782343.435224}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA10%2520DVK') HTTP/1.1" 204 0
2026-03-29 11:05:43 [bca.uk] INFO: Found listing with ID: BD61%20ZJE
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520ZJE%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Scrape type for BD61%20ZJE: 2
2026-03-29 11:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with identifier: BD61%20ZJE
2026-03-29 11:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e891933-9cc3-5255-ae48-2ac5a7789c93 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e891933-9cc3-5255-ae48-2ac5a7789c93 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e891933-9cc3-5255-ae48-2ac5a7789c93, identifier: BD61%20ZJE
2026-03-29 11:05:43 [bca.uk] INFO: Found listing with ID: A5%20VHE
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A5%2520VHE%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Scrape type for A5%20VHE: 0
2026-03-29 11:05:43 [bca.uk] INFO: Found listing with ID: VK14%20NPY
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520NPY%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Scrape type for VK14%20NPY: 2
2026-03-29 11:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with identifier: VK14%20NPY
2026-03-29 11:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb13452-f04d-5958-9f4b-62f6d01a26ce with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb13452-f04d-5958-9f4b-62f6d01a26ce with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bb13452-f04d-5958-9f4b-62f6d01a26ce, identifier: VK14%20NPY
2026-03-29 11:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with identifier: BD61%20ZJE
2026-03-29 11:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with identifier: BD61%20ZJE
2026-03-29 11:05:43 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD61%20ZJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e891933-9cc3-5255-ae48-2ac5a7789c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD61 ZJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD61%20ZJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 107348,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 117 N-TEC+ Hatchback',
 'transmission': 'manual',
 'trim': '117 N-TEC+',
 'vin': 'SJNFAAJ10U2429790',
 'year': 2011}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520ZJE%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Saving data for BD61%20ZJE: {'auction_closing_time': 1774778400.0, 'created_time': 1774477965.277841, 'last_price_update_time': 1774782343.707849}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD61%2520ZJE') HTTP/1.1" 204 0
2026-03-29 11:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with identifier: VK14%20NPY
2026-03-29 11:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with identifier: VK14%20NPY
2026-03-29 11:05:43 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK14%20NPY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3bb13452-f04d-5958-9f4b-62f6d01a26ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK14 NPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK14%20NPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 88467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC S',
 'vin': 'WF0KXXGCBKEL62606',
 'year': 2014}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520NPY%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Saving data for VK14%20NPY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476484.679794, 'last_price_update_time': 1774782343.746054}
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK14%2520NPY') HTTP/1.1" 204 0
2026-03-29 11:05:43 [bca.uk] INFO: Found listing with ID: DV60%20UEY
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV60%2520UEY%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Scrape type for DV60%20UEY: 2
2026-03-29 11:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc38e796-c44f-52c4-913a-866ffe6a0c14 with identifier: DV60%20UEY
2026-03-29 11:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc38e796-c44f-52c4-913a-866ffe6a0c14 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc38e796-c44f-52c4-913a-866ffe6a0c14 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc38e796-c44f-52c4-913a-866ffe6a0c14, identifier: DV60%20UEY
2026-03-29 11:05:43 [bca.uk] INFO: Found listing with ID: YE07%20CMY
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-29 11:05:43 [bca.uk] INFO: Scrape type for YE07%20CMY: 2
2026-03-29 11:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-29 11:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b534960-45e5-55b1-a45d-93555f69ee60 with scrape type 2
2026-03-29 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b534960-45e5-55b1-a45d-93555f69ee60 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b534960-45e5-55b1-a45d-93555f69ee60, identifier: YE07%20CMY
2026-03-29 11:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc38e796-c44f-52c4-913a-866ffe6a0c14 with identifier: DV60%20UEY
2026-03-29 11:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc38e796-c44f-52c4-913a-866ffe6a0c14 with identifier: DV60%20UEY
2026-03-29 11:05:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bc38e796-c44f-52c4-913a-866ffe6a0c14 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV60%20UEY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc38e796-c44f-52c4-913a-866ffe6a0c14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV60 UEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV60%20UEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 122705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 ELITE Hatchback',
 'transmission': 'automatic',
 'trim': '16V 115 ELITE',
 'vin': 'W0LPE6ED1B8019030',
 'year': 2010}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV60%2520UEY%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Saving data for DV60%20UEY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476466.974946, 'last_price_update_time': 1774782344.034076}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV60%2520UEY') HTTP/1.1" 204 0
2026-03-29 11:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-29 11:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-29 11:05:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8b534960-45e5-55b1-a45d-93555f69ee60 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE07%20CMY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b534960-45e5-55b1-a45d-93555f69ee60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE07 CMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE07%20CMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 70397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 LIFE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 LIFE',
 'vin': 'W0L0AHL4878089339',
 'year': 2007}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Saving data for YE07%20CMY: {'auction_closing_time': 1774778400.0, 'created_time': 1773908933.158052, 'last_price_update_time': 1774782344.169922}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [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-29 11:05:44 [bca.uk] INFO: Found listing with ID: EA58%20FEF
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA58%2520FEF%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for EA58%20FEF: 2
2026-03-29 11:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d639b99c-69a4-57a3-aa72-b8c531763c23 with identifier: EA58%20FEF
2026-03-29 11:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d639b99c-69a4-57a3-aa72-b8c531763c23 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d639b99c-69a4-57a3-aa72-b8c531763c23 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d639b99c-69a4-57a3-aa72-b8c531763c23, identifier: EA58%20FEF
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: YG61%20ZTR
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for YG61%20ZTR: 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: SB13%20MVJ
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for SB13%20MVJ: 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: SB66%20VUV
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for SB66%20VUV: 2
2026-03-29 11:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with identifier: SB66%20VUV
2026-03-29 11:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20, identifier: SB66%20VUV
2026-03-29 11:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d639b99c-69a4-57a3-aa72-b8c531763c23 with identifier: EA58%20FEF
2026-03-29 11:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d639b99c-69a4-57a3-aa72-b8c531763c23 with identifier: EA58%20FEF
2026-03-29 11:05:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d639b99c-69a4-57a3-aa72-b8c531763c23 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA58%20FEF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd639b99c-69a4-57a3-aa72-b8c531763c23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA58 FEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA58%20FEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'VECTRA',
 'odometer': 70546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VECTRA 1.8 VVT SRI Estate',
 'transmission': 'manual',
 'trim': 'VVT SRI',
 'vin': 'W0L0ZCF3581131311',
 'year': 2009}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA58%2520FEF%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Saving data for EA58%20FEF: {'auction_closing_time': 1774778400.0, 'created_time': 1774695901.53582, 'last_price_update_time': 1774782344.490992}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA58%2520FEF') HTTP/1.1" 204 0
2026-03-29 11:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with identifier: SB66%20VUV
2026-03-29 11:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with identifier: SB66%20VUV
2026-03-29 11:05:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB66%20VUV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '52b7ed0a-3c45-5425-a191-3d86b6ba4c20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB66 VUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB66%20VUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 7033,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 ZETEC StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0BXXMRKBGE45822',
 'year': 2016}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Saving data for SB66%20VUV: {'auction_closing_time': 1774778400.0, 'created_time': 1774362352.370967, 'last_price_update_time': 1774782344.527755}
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB66%2520VUV') HTTP/1.1" 204 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: AO71%20FNZ
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520FNZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for AO71%20FNZ: 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: KS70%20JKZ
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for KS70%20JKZ: 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: KY72%20BKX
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY72%2520BKX%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for KY72%20BKX: 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: RO18%20ZFF
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520ZFF%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for RO18%20ZFF: 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: WG21%20DFZ
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for WG21%20DFZ: 0
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: EA64%20XMM
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520XMM%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for EA64%20XMM: 2
2026-03-29 11:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM
2026-03-29 11:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02262c2b-f1a0-5da9-a14b-188ea3983135 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02262c2b-f1a0-5da9-a14b-188ea3983135 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02262c2b-f1a0-5da9-a14b-188ea3983135, identifier: EA64%20XMM
2026-03-29 11:05:44 [bca.uk] INFO: Found listing with ID: SC16%20CWE
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520CWE%27 HTTP/1.1" 200 None
2026-03-29 11:05:44 [bca.uk] INFO: Scrape type for SC16%20CWE: 2
2026-03-29 11:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with identifier: SC16%20CWE
2026-03-29 11:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with scrape type 2
2026-03-29 11:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85885ba4-a7e3-55d5-a29f-fe42712f53b5, identifier: SC16%20CWE
2026-03-29 11:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM
2026-03-29 11:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM
2026-03-29 11:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM to the API
2026-03-29 11:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA64%20XMM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02262c2b-f1a0-5da9-a14b-188ea3983135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA64 XMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA64%20XMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 14589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'MDHFBUK13U0787202',
 'year': 2014}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520XMM%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Saving data for EA64%20XMM: {'auction_closing_time': 1774951200.0, 'created_time': 1774695917.796539, 'last_price_update_time': 1774782345.191606}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA64%2520XMM') HTTP/1.1" 204 0
2026-03-29 11:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with identifier: SC16%20CWE
2026-03-29 11:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with identifier: SC16%20CWE
2026-03-29 11:05:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC16%20CWE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85885ba4-a7e3-55d5-a29f-fe42712f53b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC16 CWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC16%20CWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 69369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 16V DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': '16V DYNAMIQUE',
 'vin': 'VF15RSN0A55277673',
 'year': 2016}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520CWE%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Saving data for SC16%20CWE: {'auction_closing_time': 1774778400.0, 'created_time': 1774476500.348925, 'last_price_update_time': 1774782345.325556}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC16%2520CWE') HTTP/1.1" 204 0
2026-03-29 11:05:45 [bca.uk] INFO: Found listing with ID: EO72%20HNA
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Scrape type for EO72%20HNA: 2
2026-03-29 11:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA
2026-03-29 11:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8cde9ac-9d88-54f8-905e-7cf70598e233 with scrape type 2
2026-03-29 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8cde9ac-9d88-54f8-905e-7cf70598e233 with scrape type 2
2026-03-29 11:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8cde9ac-9d88-54f8-905e-7cf70598e233, identifier: EO72%20HNA
2026-03-29 11:05:45 [bca.uk] INFO: Found listing with ID: SD12%20KXT
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520KXT%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Scrape type for SD12%20KXT: 0
2026-03-29 11:05:45 [bca.uk] INFO: Found listing with ID: SH11%20YDW
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520YDW%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Scrape type for SH11%20YDW: 2
2026-03-29 11:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3857effe-eda0-559f-acda-abdf4de02a7c with identifier: SH11%20YDW
2026-03-29 11:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3857effe-eda0-559f-acda-abdf4de02a7c with scrape type 2
2026-03-29 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3857effe-eda0-559f-acda-abdf4de02a7c with scrape type 2
2026-03-29 11:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3857effe-eda0-559f-acda-abdf4de02a7c, identifier: SH11%20YDW
2026-03-29 11:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA
2026-03-29 11:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA
2026-03-29 11:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA to the API
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO72%20HNA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c8cde9ac-9d88-54f8-905e-7cf70598e233',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO72 HNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO72%20HNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 85927,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB TREND L/R',
 'vin': 'WF0YXXTTGYNU35629',
 'year': 2022}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Saving data for EO72%20HNA: {'auction_closing_time': 1774951200.0, 'created_time': 1774695916.165609, 'last_price_update_time': 1774782345.887006}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO72%2520HNA') HTTP/1.1" 204 0
2026-03-29 11:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3857effe-eda0-559f-acda-abdf4de02a7c with identifier: SH11%20YDW
2026-03-29 11:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3857effe-eda0-559f-acda-abdf4de02a7c with identifier: SH11%20YDW
2026-03-29 11:05:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3857effe-eda0-559f-acda-abdf4de02a7c with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH11%20YDW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3857effe-eda0-559f-acda-abdf4de02a7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH11 YDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH11%20YDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 57834,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 EDGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'EDGE S/S',
 'vin': 'WF0UXXLTRUBE84705',
 'year': 2011}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520YDW%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Saving data for SH11%20YDW: {'auction_closing_time': 1774778400.0, 'created_time': 1774303505.635854, 'last_price_update_time': 1774782345.926507}
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH11%2520YDW') HTTP/1.1" 204 0
2026-03-29 11:05:45 [bca.uk] INFO: Found listing with ID: EY04%20UCF
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY04%2520UCF%27 HTTP/1.1" 200 None
2026-03-29 11:05:45 [bca.uk] INFO: Scrape type for EY04%20UCF: 2
2026-03-29 11:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF
2026-03-29 11:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db68abca-62f7-588f-9d07-a80509e317fd with scrape type 2
2026-03-29 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db68abca-62f7-588f-9d07-a80509e317fd with scrape type 2
2026-03-29 11:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db68abca-62f7-588f-9d07-a80509e317fd, identifier: EY04%20UCF
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: SH60%20LDZ
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH60%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for SH60%20LDZ: 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: SK63%20FLJ
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520FLJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for SK63%20FLJ: 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: SL13%20PTX
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL13%2520PTX%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for SL13%20PTX: 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: SM13%20DLO
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520DLO%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for SM13%20DLO: 2
2026-03-29 11:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ca16b7-d422-595f-b73a-e56ec1893e19 with identifier: SM13%20DLO
2026-03-29 11:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ca16b7-d422-595f-b73a-e56ec1893e19 with scrape type 2
2026-03-29 11:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1ca16b7-d422-595f-b73a-e56ec1893e19 with scrape type 2
2026-03-29 11:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1ca16b7-d422-595f-b73a-e56ec1893e19, identifier: SM13%20DLO
2026-03-29 11:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF
2026-03-29 11:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF
2026-03-29 11:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF to the API
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY04%20UCF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db68abca-62f7-588f-9d07-a80509e317fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY04 UCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY04%20UCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 101219,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 LX Hatchback',
 'transmission': 'manual',
 'trim': 'LX',
 'vin': 'WF0HXXGAJH4B71293',
 'year': 2004}
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY04%2520UCF%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Saving data for EY04%20UCF: {'auction_closing_time': 1774951200.0, 'created_time': 1774523378.068143, 'last_price_update_time': 1774782346.595858}
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY04%2520UCF') HTTP/1.1" 204 0
2026-03-29 11:05:46 [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-29 11:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1ca16b7-d422-595f-b73a-e56ec1893e19 with identifier: SM13%20DLO
2026-03-29 11:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1ca16b7-d422-595f-b73a-e56ec1893e19 with identifier: SM13%20DLO
2026-03-29 11:05:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e1ca16b7-d422-595f-b73a-e56ec1893e19 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM13%20DLO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1ca16b7-d422-595f-b73a-e56ec1893e19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM13 DLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM13%20DLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 92800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CA8FP0CW111993',
 'year': 2013}
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520DLO%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Saving data for SM13%20DLO: {'auction_closing_time': 1774778400.0, 'created_time': 1774695910.63283, 'last_price_update_time': 1774782346.633778}
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM13%2520DLO') HTTP/1.1" 204 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: GT18%20AWT
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT18%2520AWT%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for GT18%20AWT: 2
2026-03-29 11:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3865f93-6faf-5621-a1d1-b8975d7a8aef with identifier: GT18%20AWT
2026-03-29 11:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3865f93-6faf-5621-a1d1-b8975d7a8aef with scrape type 2
2026-03-29 11:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3865f93-6faf-5621-a1d1-b8975d7a8aef with scrape type 2
2026-03-29 11:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3865f93-6faf-5621-a1d1-b8975d7a8aef, identifier: GT18%20AWT
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: SM58%20EZH
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM58%2520EZH%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for SM58%20EZH: 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: SP63%20WOR
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520WOR%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for SP63%20WOR: 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: EJ14%20VWN
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ14%2520VWN%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for EJ14%20VWN: 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: EO60%20VMK
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520VMK%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for EO60%20VMK: 0
2026-03-29 11:05:46 [bca.uk] INFO: Found listing with ID: FY12%20XKT
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY12%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Scrape type for FY12%20XKT: 0
2026-03-29 11:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3865f93-6faf-5621-a1d1-b8975d7a8aef with identifier: GT18%20AWT
2026-03-29 11:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3865f93-6faf-5621-a1d1-b8975d7a8aef with identifier: GT18%20AWT
2026-03-29 11:05:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c3865f93-6faf-5621-a1d1-b8975d7a8aef with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GT18%20AWT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c3865f93-6faf-5621-a1d1-b8975d7a8aef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GT18 AWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GT18%20AWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 45793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 230 GTI DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 230 GTI DSG',
 'vin': 'WVWZZZAUZJW178006',
 'year': 2018}
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT18%2520AWT%27 HTTP/1.1" 200 None
2026-03-29 11:05:46 [bca.uk] INFO: Saving data for GT18%20AWT: {'auction_closing_time': 1774778400.0, 'created_time': 1774448318.141522, 'last_price_update_time': 1774782346.902828}
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GT18%2520AWT') HTTP/1.1" 204 0
2026-03-29 11:05:47 [bca.uk] INFO: Found listing with ID: LT12%20OGV
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT12%2520OGV%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Scrape type for LT12%20OGV: 2
2026-03-29 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1827e19-d691-5b45-bd7b-2374a12925ba with identifier: LT12%20OGV
2026-03-29 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1827e19-d691-5b45-bd7b-2374a12925ba with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1827e19-d691-5b45-bd7b-2374a12925ba with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1827e19-d691-5b45-bd7b-2374a12925ba, identifier: LT12%20OGV
2026-03-29 11:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1827e19-d691-5b45-bd7b-2374a12925ba with identifier: LT12%20OGV
2026-03-29 11:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1827e19-d691-5b45-bd7b-2374a12925ba with identifier: LT12%20OGV
2026-03-29 11:05:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e1827e19-d691-5b45-bd7b-2374a12925ba with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT12%20OGV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1827e19-d691-5b45-bd7b-2374a12925ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT12 OGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT12%20OGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 53976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA',
 'vin': 'MDHFBUK13U0084209',
 'year': 2012}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT12%2520OGV%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Saving data for LT12%20OGV: {'auction_closing_time': 1774778400.0, 'created_time': 1774695900.717023, 'last_price_update_time': 1774782347.1756}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT12%2520OGV') HTTP/1.1" 204 0
2026-03-29 11:05:47 [bca.uk] INFO: Found listing with ID: LX64%20OPJ
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX64%2520OPJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Scrape type for LX64%20OPJ: 2
2026-03-29 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af8b5473-208a-5762-a7c8-46860203893d with identifier: LX64%20OPJ
2026-03-29 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af8b5473-208a-5762-a7c8-46860203893d with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af8b5473-208a-5762-a7c8-46860203893d with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af8b5473-208a-5762-a7c8-46860203893d, identifier: LX64%20OPJ
2026-03-29 11:05:47 [bca.uk] INFO: Total items found: 100
2026-03-29 11:05:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded
2026-03-29 11:05:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:05:47 [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-29 11:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af8b5473-208a-5762-a7c8-46860203893d with identifier: LX64%20OPJ
2026-03-29 11:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af8b5473-208a-5762-a7c8-46860203893d with identifier: LX64%20OPJ
2026-03-29 11:05:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: af8b5473-208a-5762-a7c8-46860203893d with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX64%20OPJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af8b5473-208a-5762-a7c8-46860203893d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX64 OPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX64%20OPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 45190,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 DIG-S TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-S TEKNA',
 'vin': 'SJNTBAE12U1103414',
 'year': 2015}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX64%2520OPJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Saving data for LX64%20OPJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774695898.818994, 'last_price_update_time': 1774782347.332925}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX64%2520OPJ') HTTP/1.1" 204 0
2026-03-29 11:05:47 [bca.uk] INFO: Found listing with ID: AK08%20XKO
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK08%2520XKO%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Scrape type for AK08%20XKO: 2
2026-03-29 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with identifier: AK08%20XKO
2026-03-29 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b, identifier: AK08%20XKO
2026-03-29 11:05:47 [bca.uk] INFO: Found listing with ID: WG09%20CXU
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG09%2520CXU%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Scrape type for WG09%20CXU: 2
2026-03-29 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with identifier: WG09%20CXU
2026-03-29 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8, identifier: WG09%20CXU
2026-03-29 11:05:47 [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-29 11:05:47 [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-29 11:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with identifier: AK08%20XKO
2026-03-29 11:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with identifier: AK08%20XKO
2026-03-29 11:05:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK08%20XKO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK08 XKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK08%20XKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 39181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 DESIGN 16V Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN 16V',
 'vin': 'W0L0SDL6884290041',
 'year': 2008}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK08%2520XKO%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Saving data for AK08%20XKO: {'auction_closing_time': 1774778400.0, 'created_time': 1774695909.631378, 'last_price_update_time': 1774782347.589286}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK08%2520XKO') HTTP/1.1" 204 0
2026-03-29 11:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with identifier: WG09%20CXU
2026-03-29 11:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with identifier: WG09%20CXU
2026-03-29 11:05:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG09%20CXU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0cc4b4b9-d7fe-53dc-8f97-217895129ef8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG09 CXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG09%20CXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 70307,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 I Hatchback',
 'transmission': 'manual',
 'trim': 'I',
 'vin': 'KNABA24429T790021',
 'year': 2009}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG09%2520CXU%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Saving data for WG09%20CXU: {'auction_closing_time': 1774778400.0, 'created_time': 1774695882.052468, 'last_price_update_time': 1774782347.62212}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG09%2520CXU') HTTP/1.1" 204 0
2026-03-29 11:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:05:47 [bca.uk] INFO: Found listing with ID: LD56%20WYJ
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD56%2520WYJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Scrape type for LD56%20WYJ: 2
2026-03-29 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with identifier: LD56%20WYJ
2026-03-29 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb, identifier: LD56%20WYJ
2026-03-29 11:05:47 [bca.uk] INFO: Found listing with ID: VN67%20AUR
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520AUR%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Scrape type for VN67%20AUR: 2
2026-03-29 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR
2026-03-29 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0f96e6-0442-550d-a0c8-fd278c0bca2b with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0f96e6-0442-550d-a0c8-fd278c0bca2b with scrape type 2
2026-03-29 11:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb0f96e6-0442-550d-a0c8-fd278c0bca2b, identifier: VN67%20AUR
2026-03-29 11:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with identifier: LD56%20WYJ
2026-03-29 11:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with identifier: LD56%20WYJ
2026-03-29 11:05:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD56%20WYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD56 WYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD56%20WYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 92724,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 S 80 Hatchback',
 'transmission': 'manual',
 'trim': 'S 80',
 'vin': 'WVWZZZ9NZ7Y049683',
 'year': 2006}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD56%2520WYJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:47 [bca.uk] INFO: Saving data for LD56%20WYJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774695900.316911, 'last_price_update_time': 1774782347.89472}
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD56%2520WYJ') HTTP/1.1" 204 0
2026-03-29 11:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR
2026-03-29 11:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR
2026-03-29 11:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR to the API
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN67%20AUR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb0f96e6-0442-550d-a0c8-fd278c0bca2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN67 AUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN67%20AUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SKODA',
 'model': 'OCTAVIA SCOUT',
 'odometer': 102974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA SCOUT 2.0 TDI 184 4X4 DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 184 4X4 DSG',
 'vin': 'TMBMK7NE5J0126641',
 'year': 2017}
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520AUR%27 HTTP/1.1" 200 None
2026-03-29 11:05:48 [bca.uk] INFO: Saving data for VN67%20AUR: {'auction_closing_time': 1774864800.0, 'created_time': 1774044521.385735, 'last_price_update_time': 1774782348.219043}
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN67%2520AUR') HTTP/1.1" 204 0
2026-03-29 11:05:48 [bca.uk] INFO: Found listing with ID: LR10%20UYM
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR10%2520UYM%27 HTTP/1.1" 200 None
2026-03-29 11:05:48 [bca.uk] INFO: Scrape type for LR10%20UYM: 2
2026-03-29 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with identifier: LR10%20UYM
2026-03-29 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with scrape type 2
2026-03-29 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with scrape type 2
2026-03-29 11:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c, identifier: LR10%20UYM
2026-03-29 11:05:48 [bca.uk] INFO: Found listing with ID: AV56%20LPL
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 11:05:48 [bca.uk] INFO: Scrape type for AV56%20LPL: 2
2026-03-29 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL
2026-03-29 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8f33921-e587-5b52-90c3-ede066d916e0 with scrape type 2
2026-03-29 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8f33921-e587-5b52-90c3-ede066d916e0 with scrape type 2
2026-03-29 11:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8f33921-e587-5b52-90c3-ede066d916e0, identifier: AV56%20LPL
2026-03-29 11:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with identifier: LR10%20UYM
2026-03-29 11:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with identifier: LR10%20UYM
2026-03-29 11:05:48 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR10%20UYM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR10 UYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR10%20UYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': 'GRANDE PUNTO',
 'odometer': 38319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT GRANDE PUNTO 1.4 SOUND Hatchback',
 'transmission': 'manual',
 'trim': 'SOUND',
 'vin': 'ZFA19900001640551',
 'year': 2010}
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR10%2520UYM%27 HTTP/1.1" 200 None
2026-03-29 11:05:48 [bca.uk] INFO: Saving data for LR10%20UYM: {'auction_closing_time': 1774778400.0, 'created_time': 1774695899.535911, 'last_price_update_time': 1774782348.475322}
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR10%2520UYM') HTTP/1.1" 204 0
2026-03-29 11:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL
2026-03-29 11:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL
2026-03-29 11:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL to the API
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV56%20LPL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8f33921-e587-5b52-90c3-ede066d916e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV56 LPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV56%20LPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 59539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'JHMGD18506S236465',
 'year': 2006}
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 11:05:48 [bca.uk] INFO: Saving data for AV56%20LPL: {'auction_closing_time': 1774864800.0, 'created_time': 1774504902.443006, 'last_price_update_time': 1774782348.750776}
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV56%2520LPL') HTTP/1.1" 204 0
2026-03-29 11:05:48 [bca.uk] INFO: Found listing with ID: NJ10%20LNA
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 11:05:48 [bca.uk] INFO: Scrape type for NJ10%20LNA: 2
2026-03-29 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c46ed1ba-1db0-5976-a700-17645579f4fb with identifier: NJ10%20LNA
2026-03-29 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c46ed1ba-1db0-5976-a700-17645579f4fb with scrape type 2
2026-03-29 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c46ed1ba-1db0-5976-a700-17645579f4fb with scrape type 2
2026-03-29 11:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c46ed1ba-1db0-5976-a700-17645579f4fb, identifier: NJ10%20LNA
2026-03-29 11:05:48 [bca.uk] INFO: Found listing with ID: RO63%20LZW
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO63%2520LZW%27 HTTP/1.1" 200 None
2026-03-29 11:05:48 [bca.uk] INFO: Scrape type for RO63%20LZW: 2
2026-03-29 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW
2026-03-29 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7919a09-2c59-573b-85d4-34d254e3eb85 with scrape type 2
2026-03-29 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7919a09-2c59-573b-85d4-34d254e3eb85 with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7919a09-2c59-573b-85d4-34d254e3eb85, identifier: RO63%20LZW
2026-03-29 11:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c46ed1ba-1db0-5976-a700-17645579f4fb with identifier: NJ10%20LNA
2026-03-29 11:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c46ed1ba-1db0-5976-a700-17645579f4fb with identifier: NJ10%20LNA
2026-03-29 11:05:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c46ed1ba-1db0-5976-a700-17645579f4fb with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ10%20LNA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c46ed1ba-1db0-5976-a700-17645579f4fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ10 LNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ10%20LNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 91492,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAM51CLAM525732',
 'year': 2010}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Saving data for NJ10%20LNA: {'auction_closing_time': 1774778400.0, 'created_time': 1774695893.587846, 'last_price_update_time': 1774782349.057724}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ10%2520LNA') HTTP/1.1" 204 0
2026-03-29 11:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW
2026-03-29 11:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW
2026-03-29 11:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW to the API
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO63%20LZW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c7919a09-2c59-573b-85d4-34d254e3eb85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO63 LZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO63%20LZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 61877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 177 BMT 4M R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 177 BMT 4M R LINE DSG',
 'vin': 'WVGZZZ5NZEW020646',
 'year': 2013}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO63%2520LZW%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Saving data for RO63%20LZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774591756.853315, 'last_price_update_time': 1774782349.366669}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO63%2520LZW') HTTP/1.1" 204 0
2026-03-29 11:05:49 [bca.uk] INFO: Found listing with ID: RY55%20ZKD
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY55%2520ZKD%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Scrape type for RY55%20ZKD: 2
2026-03-29 11:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with identifier: RY55%20ZKD
2026-03-29 11:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d413d90-c345-553a-b38f-78ab8e1be9c8 with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d413d90-c345-553a-b38f-78ab8e1be9c8 with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d413d90-c345-553a-b38f-78ab8e1be9c8, identifier: RY55%20ZKD
2026-03-29 11:05:49 [bca.uk] INFO: Found listing with ID: YK18%20XZB
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520XZB%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Scrape type for YK18%20XZB: 0
2026-03-29 11:05:49 [bca.uk] INFO: Found listing with ID: DU18%20WDR
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520WDR%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Scrape type for DU18%20WDR: 2
2026-03-29 11:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with identifier: DU18%20WDR
2026-03-29 11:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c973ee5a-815d-516c-b6fa-c1d70aa33a1b with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c973ee5a-815d-516c-b6fa-c1d70aa33a1b with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c973ee5a-815d-516c-b6fa-c1d70aa33a1b, identifier: DU18%20WDR
2026-03-29 11:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with identifier: RY55%20ZKD
2026-03-29 11:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with identifier: RY55%20ZKD
2026-03-29 11:05:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY55%20ZKD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d413d90-c345-553a-b38f-78ab8e1be9c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY55 ZKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY55%20ZKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 61824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 CLUB Hatchback',
 'transmission': 'manual',
 'trim': 'CLUB',
 'vin': 'W0L0AHL4868062860',
 'year': 2006}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY55%2520ZKD%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Saving data for RY55%20ZKD: {'auction_closing_time': 1774778400.0, 'created_time': 1774695906.552046, 'last_price_update_time': 1774782349.642703}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY55%2520ZKD') HTTP/1.1" 204 0
2026-03-29 11:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with identifier: DU18%20WDR
2026-03-29 11:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with identifier: DU18%20WDR
2026-03-29 11:05:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU18%20WDR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c973ee5a-815d-516c-b6fa-c1d70aa33a1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU18 WDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU18%20WDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 40593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U8009683',
 'year': 2018}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520WDR%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Saving data for DU18%20WDR: {'auction_closing_time': 1774778400.0, 'created_time': 1774448290.758624, 'last_price_update_time': 1774782349.779343}
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU18%2520WDR') HTTP/1.1" 204 0
2026-03-29 11:05:49 [bca.uk] INFO: Found listing with ID: KS69%20YXO
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Scrape type for KS69%20YXO: 2
2026-03-29 11:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO
2026-03-29 11:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e7210f7-8600-5df0-9988-597281f442a2 with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e7210f7-8600-5df0-9988-597281f442a2 with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e7210f7-8600-5df0-9988-597281f442a2, identifier: KS69%20YXO
2026-03-29 11:05:49 [bca.uk] INFO: Found listing with ID: HV67%20OHJ
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:49 [bca.uk] INFO: Scrape type for HV67%20OHJ: 2
2026-03-29 11:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with identifier: HV67%20OHJ
2026-03-29 11:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with scrape type 2
2026-03-29 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with scrape type 2
2026-03-29 11:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94, identifier: HV67%20OHJ
2026-03-29 11:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO
2026-03-29 11:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO
2026-03-29 11:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO to the API
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS69%20YXO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e7210f7-8600-5df0-9988-597281f442a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS69 YXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS69%20YXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'E400 D',
 'odometer': 113463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E400 D 2.9 AMG LINE NIGHT ED.PREM+ 4M 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM+ 4M 9G',
 'vin': 'W1K2132232A763257',
 'year': 2020}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Saving data for KS69%20YXO: {'auction_closing_time': 1774864800.0, 'created_time': 1773931139.772152, 'last_price_update_time': 1774782350.359258}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS69%2520YXO') HTTP/1.1" 204 0
2026-03-29 11:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with identifier: HV67%20OHJ
2026-03-29 11:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with identifier: HV67%20OHJ
2026-03-29 11:05:50 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV67%20OHJ-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '273efdc7-53ee-5a04-9b88-4d76b2d8ee94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV67 OHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20OHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 43537,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12R011558688788',
 'year': 2017}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Saving data for HV67%20OHJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476820.225276, 'last_price_update_time': 1774782350.393345}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520OHJ') HTTP/1.1" 204 0
2026-03-29 11:05:50 [bca.uk] INFO: Found listing with ID: PY66%20KMK
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY66%2520KMK%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Scrape type for PY66%20KMK: 2
2026-03-29 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK
2026-03-29 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a5ba4a-bd87-5703-b3fe-69de043045a2 with scrape type 2
2026-03-29 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6a5ba4a-bd87-5703-b3fe-69de043045a2 with scrape type 2
2026-03-29 11:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6a5ba4a-bd87-5703-b3fe-69de043045a2, identifier: PY66%20KMK
2026-03-29 11:05:50 [bca.uk] INFO: Found listing with ID: LC16%20CKE
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520CKE%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Scrape type for LC16%20CKE: 0
2026-03-29 11:05:50 [bca.uk] INFO: Found listing with ID: MT61%20EPD
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520EPD%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Scrape type for MT61%20EPD: 0
2026-03-29 11:05:50 [bca.uk] INFO: Found listing with ID: YA67%20SYU
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520SYU%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Scrape type for YA67%20SYU: 2
2026-03-29 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab246cee-e230-5c8b-a56e-a8237b1dacae with identifier: YA67%20SYU
2026-03-29 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab246cee-e230-5c8b-a56e-a8237b1dacae with scrape type 2
2026-03-29 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab246cee-e230-5c8b-a56e-a8237b1dacae with scrape type 2
2026-03-29 11:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab246cee-e230-5c8b-a56e-a8237b1dacae, identifier: YA67%20SYU
2026-03-29 11:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK
2026-03-29 11:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK
2026-03-29 11:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK to the API
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY66%20KMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b6a5ba4a-bd87-5703-b3fe-69de043045a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY66 KMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY66%20KMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'IONIQ HYBRID',
 'odometer': 71034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ HYBRID 1.6 GDI 105 PREMIUM SE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 105 PREMIUM SE DCT',
 'vin': 'KMHC851CVHU017927',
 'year': 2017}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY66%2520KMK%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Saving data for PY66%20KMK: {'auction_closing_time': 1774864800.0, 'created_time': 1774591864.398998, 'last_price_update_time': 1774782350.935671}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY66%2520KMK') HTTP/1.1" 204 0
2026-03-29 11:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab246cee-e230-5c8b-a56e-a8237b1dacae with identifier: YA67%20SYU
2026-03-29 11:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab246cee-e230-5c8b-a56e-a8237b1dacae with identifier: YA67%20SYU
2026-03-29 11:05:50 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ab246cee-e230-5c8b-a56e-a8237b1dacae with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA67%20SYU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab246cee-e230-5c8b-a56e-a8237b1dacae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA67 SYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA67%20SYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 36095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.2 P/T 82 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FLAIR',
 'vin': 'VF7PAHMTCHR813038',
 'year': 2017}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520SYU%27 HTTP/1.1" 200 None
2026-03-29 11:05:50 [bca.uk] INFO: Saving data for YA67%20SYU: {'auction_closing_time': 1774778400.0, 'created_time': 1774564693.371767, 'last_price_update_time': 1774782350.971563}
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520SYU') HTTP/1.1" 204 0
2026-03-29 11:05:50 [bca.uk] INFO: Found listing with ID: WV20%20WDZ
2026-03-29 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:51 [bca.uk] INFO: Scrape type for WV20%20WDZ: 2
2026-03-29 11:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ
2026-03-29 11:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a2c35b2-c252-58c1-a365-922ec09b82a6 with scrape type 2
2026-03-29 11:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a2c35b2-c252-58c1-a365-922ec09b82a6 with scrape type 2
2026-03-29 11:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a2c35b2-c252-58c1-a365-922ec09b82a6, identifier: WV20%20WDZ
2026-03-29 11:05:51 [bca.uk] INFO: Found listing with ID: FV17%20CRF
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520CRF%27 HTTP/1.1" 200 None
2026-03-29 11:05:51 [bca.uk] INFO: Scrape type for FV17%20CRF: 0
2026-03-29 11:05:51 [bca.uk] INFO: Found listing with ID: PG68%20MPV
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG68%2520MPV%27 HTTP/1.1" 200 None
2026-03-29 11:05:51 [bca.uk] INFO: Scrape type for PG68%20MPV: 2
2026-03-29 11:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV
2026-03-29 11:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with scrape type 2
2026-03-29 11:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with scrape type 2
2026-03-29 11:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e, identifier: PG68%20MPV
2026-03-29 11:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-29 11:05:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ
2026-03-29 11:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ to the API
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV20%20WDZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5a2c35b2-c252-58c1-a365-922ec09b82a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV20 WDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV20%20WDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'RENAULT',
 'model': 'ZOE',
 'odometer': 103294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE 50KWH 110 I ICONIC (22KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 I ICONIC (22KW)',
 'vin': 'VF1AG000365110891',
 'year': 2020}
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:51 [bca.uk] INFO: Saving data for WV20%20WDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773929572.205989, 'last_price_update_time': 1774782351.714229}
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV20%2520WDZ') HTTP/1.1" 204 0
2026-03-29 11:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV
2026-03-29 11:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV
2026-03-29 11:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV to the API
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PG68%20MPV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50beb496-1f36-5eb5-80cc-5e5d9b8ba10e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PG68 MPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PG68%20MPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 100356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 40 TDI SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': '40 TDI SPORT S-T',
 'vin': 'WAUZZZF21KN022795',
 'year': 2019}
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG68%2520MPV%27 HTTP/1.1" 200 None
2026-03-29 11:05:52 [bca.uk] INFO: Saving data for PG68%20MPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774361874.752988, 'last_price_update_time': 1774782352.013384}
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PG68%2520MPV') HTTP/1.1" 204 0
2026-03-29 11:05:52 [bca.uk] INFO: Found listing with ID: AGZ%204435
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AGZ%25204435%27 HTTP/1.1" 200 None
2026-03-29 11:05:52 [bca.uk] INFO: Scrape type for AGZ%204435: 2
2026-03-29 11:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435
2026-03-29 11:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7971ce60-a294-52be-83f9-d9feb16b52c1 with scrape type 2
2026-03-29 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7971ce60-a294-52be-83f9-d9feb16b52c1 with scrape type 2
2026-03-29 11:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7971ce60-a294-52be-83f9-d9feb16b52c1, identifier: AGZ%204435
2026-03-29 11:05:52 [bca.uk] INFO: Found listing with ID: AK58%20VZY
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520VZY%27 HTTP/1.1" 200 None
2026-03-29 11:05:52 [bca.uk] INFO: Scrape type for AK58%20VZY: 2
2026-03-29 11:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY
2026-03-29 11:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c6bfd06-a003-5255-b592-1e25337b902d with scrape type 2
2026-03-29 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c6bfd06-a003-5255-b592-1e25337b902d with scrape type 2
2026-03-29 11:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c6bfd06-a003-5255-b592-1e25337b902d, identifier: AK58%20VZY
2026-03-29 11:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435
2026-03-29 11:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435
2026-03-29 11:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435 to the API
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AGZ%204435-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7971ce60-a294-52be-83f9-d9feb16b52c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AGZ 4435',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AGZ%204435&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 82444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN8GH112333',
 'year': 2016}
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AGZ%25204435%27 HTTP/1.1" 200 None
2026-03-29 11:05:52 [bca.uk] INFO: Saving data for AGZ%204435: {'auction_closing_time': 1774864800.0, 'created_time': 1774048440.968862, 'last_price_update_time': 1774782352.746122}
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AGZ%25204435') HTTP/1.1" 204 0
2026-03-29 11:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY
2026-03-29 11:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY
2026-03-29 11:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY to the API
2026-03-29 11:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK58%20VZY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c6bfd06-a003-5255-b592-1e25337b902d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK58 VZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK58%20VZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'EOS',
 'odometer': 113098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN EOS 2.0 T FSI SPORT DSG Convertible',
 'transmission': 'automatic',
 'trim': 'T FSI SPORT DSG',
 'vin': 'WVWZZZ1FZ8V052573',
 'year': 2008}
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520VZY%27 HTTP/1.1" 200 None
2026-03-29 11:05:53 [bca.uk] INFO: Saving data for AK58%20VZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774591754.815272, 'last_price_update_time': 1774782353.167378}
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK58%2520VZY') HTTP/1.1" 204 0
2026-03-29 11:05:53 [bca.uk] INFO: Found listing with ID: FP67%20BNL
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 11:05:53 [bca.uk] INFO: Scrape type for FP67%20BNL: 2
2026-03-29 11:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL
2026-03-29 11:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1578651-9cbd-5596-bdae-765f699ee525 with scrape type 2
2026-03-29 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1578651-9cbd-5596-bdae-765f699ee525 with scrape type 2
2026-03-29 11:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1578651-9cbd-5596-bdae-765f699ee525, identifier: FP67%20BNL
2026-03-29 11:05:53 [bca.uk] INFO: Found listing with ID: J17%20SDL
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J17%2520SDL%27 HTTP/1.1" 200 None
2026-03-29 11:05:53 [bca.uk] INFO: Scrape type for J17%20SDL: 0
2026-03-29 11:05:53 [bca.uk] INFO: Found listing with ID: LW02%20GAV
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW02%2520GAV%27 HTTP/1.1" 200 None
2026-03-29 11:05:53 [bca.uk] INFO: Scrape type for LW02%20GAV: 2
2026-03-29 11:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV
2026-03-29 11:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with scrape type 2
2026-03-29 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with scrape type 2
2026-03-29 11:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f69adef9-e9f6-5ba3-8d7b-7e697acadc19, identifier: LW02%20GAV
2026-03-29 11:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL
2026-03-29 11:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL
2026-03-29 11:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL to the API
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP67%20BNL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1578651-9cbd-5596-bdae-765f699ee525',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP67 BNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP67%20BNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '218I',
 'odometer': 77749,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T SE STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T SE STEP',
 'vin': 'WBA2H32030VB97409',
 'year': 2017}
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 11:05:53 [bca.uk] INFO: Saving data for FP67%20BNL: {'auction_closing_time': 1774864800.0, 'created_time': 1774591861.113288, 'last_price_update_time': 1774782353.678258}
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520BNL') HTTP/1.1" 204 0
2026-03-29 11:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV
2026-03-29 11:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV
2026-03-29 11:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV to the API
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LW02%20GAV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f69adef9-e9f6-5ba3-8d7b-7e697acadc19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LW02 GAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LW02%20GAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 101712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.7 TDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 HSE',
 'vin': 'SALLSAA138A175698',
 'year': 2009}
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW02%2520GAV%27 HTTP/1.1" 200 None
2026-03-29 11:05:53 [bca.uk] INFO: Saving data for LW02%20GAV: {'auction_closing_time': 1774864800.0, 'created_time': 1774591747.999416, 'last_price_update_time': 1774782353.967137}
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LW02%2520GAV') HTTP/1.1" 204 0
2026-03-29 11:05:53 [bca.uk] INFO: Found listing with ID: GJ16%20DHC
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ16%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 11:05:54 [bca.uk] INFO: Scrape type for GJ16%20DHC: 2
2026-03-29 11:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC
2026-03-29 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e88cb40e-95dd-5178-a38d-c3c21700737e with scrape type 2
2026-03-29 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e88cb40e-95dd-5178-a38d-c3c21700737e with scrape type 2
2026-03-29 11:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e88cb40e-95dd-5178-a38d-c3c21700737e, identifier: GJ16%20DHC
2026-03-29 11:05:54 [bca.uk] INFO: Found listing with ID: YH62%20JFG
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520JFG%27 HTTP/1.1" 200 None
2026-03-29 11:05:54 [bca.uk] INFO: Scrape type for YH62%20JFG: 2
2026-03-29 11:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG
2026-03-29 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with scrape type 2
2026-03-29 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with scrape type 2
2026-03-29 11:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c88ae957-3693-5b16-b2b2-b753c6c8d4b4, identifier: YH62%20JFG
2026-03-29 11:05:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC
2026-03-29 11:05:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC
2026-03-29 11:05:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC to the API
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ16%20DHC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e88cb40e-95dd-5178-a38d-c3c21700737e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ16 DHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ16%20DHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'SHARAN',
 'odometer': 101719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SHARAN 2.0 TDI 184 BMT SE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 184 BMT SE DSG',
 'vin': 'WVWZZZ7NZGV229979',
 'year': 2016}
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ16%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 11:05:54 [bca.uk] INFO: Saving data for GJ16%20DHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774048385.849102, 'last_price_update_time': 1774782354.559679}
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ16%2520DHC') HTTP/1.1" 204 0
2026-03-29 11:05:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG
2026-03-29 11:05:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG
2026-03-29 11:05:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG to the API
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH62%20JFG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c88ae957-3693-5b16-b2b2-b753c6c8d4b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH62 JFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH62%20JFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 82505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI B/E AMG SPORT Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD2043022F992878',
 'year': 2012}
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520JFG%27 HTTP/1.1" 200 None
2026-03-29 11:05:54 [bca.uk] INFO: Saving data for YH62%20JFG: {'auction_closing_time': 1774864800.0, 'created_time': 1774591731.558568, 'last_price_update_time': 1774782354.85819}
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520JFG') HTTP/1.1" 204 0
2026-03-29 11:05:54 [bca.uk] INFO: Found listing with ID: KP15%20OKE
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 11:05:54 [bca.uk] INFO: Scrape type for KP15%20OKE: 2
2026-03-29 11:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE
2026-03-29 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with scrape type 2
2026-03-29 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with scrape type 2
2026-03-29 11:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f, identifier: KP15%20OKE
2026-03-29 11:05:55 [bca.uk] INFO: Found listing with ID: RV57%20WUJ
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV57%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:55 [bca.uk] INFO: Scrape type for RV57%20WUJ: 2
2026-03-29 11:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ
2026-03-29 11:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fb69217-9fd5-506e-8fca-6a5d66af8975 with scrape type 2
2026-03-29 11:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fb69217-9fd5-506e-8fca-6a5d66af8975 with scrape type 2
2026-03-29 11:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fb69217-9fd5-506e-8fca-6a5d66af8975, identifier: RV57%20WUJ
2026-03-29 11:05:55 [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-29 11:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE
2026-03-29 11:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE
2026-03-29 11:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE to the API
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP15%20OKE-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a3c18aa-6942-5a10-8d8b-77d10ca1d47f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP15 OKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP15%20OKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 63181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.4 T 140 SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 SE 2WD',
 'vin': 'W0LJD7E84FB118032',
 'year': 2015}
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 11:05:55 [bca.uk] INFO: Saving data for KP15%20OKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774695908.56828, 'last_price_update_time': 1774782355.43882}
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP15%2520OKE') HTTP/1.1" 204 0
2026-03-29 11:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ
2026-03-29 11:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ
2026-03-29 11:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ to the API
2026-03-29 11:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV57%20WUJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8fb69217-9fd5-506e-8fca-6a5d66af8975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV57 WUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV57%20WUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 100501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC CLIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC CLIMATE',
 'vin': 'WF05XXWPD57Y79692',
 'year': 2007}
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV57%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Saving data for RV57%20WUJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476247.78148, 'last_price_update_time': 1774782356.149985}
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV57%2520WUJ') HTTP/1.1" 204 0
2026-03-29 11:05:56 [bca.uk] INFO: Found listing with ID: EA14%20UBC
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520UBC%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Scrape type for EA14%20UBC: 2
2026-03-29 11:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with identifier: EA14%20UBC
2026-03-29 11:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with scrape type 2
2026-03-29 11:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with scrape type 2
2026-03-29 11:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de, identifier: EA14%20UBC
2026-03-29 11:05:56 [bca.uk] INFO: Found listing with ID: SV59%20YZL
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV59%2520YZL%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Scrape type for SV59%20YZL: 0
2026-03-29 11:05:56 [bca.uk] INFO: Found listing with ID: W22%20JED
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W22%2520JED%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Scrape type for W22%20JED: 0
2026-03-29 11:05:56 [bca.uk] INFO: Found listing with ID: YR63%20WBM
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR63%2520WBM%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Scrape type for YR63%20WBM: 2
2026-03-29 11:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM
2026-03-29 11:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90ffee22-7433-5df0-ae47-99f4406a651d with scrape type 2
2026-03-29 11:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90ffee22-7433-5df0-ae47-99f4406a651d with scrape type 2
2026-03-29 11:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90ffee22-7433-5df0-ae47-99f4406a651d, identifier: YR63%20WBM
2026-03-29 11:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with identifier: EA14%20UBC
2026-03-29 11:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with identifier: EA14%20UBC
2026-03-29 11:05:56 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA14%20UBC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8068c2b1-9fb3-51d2-9acf-1a4ee259b1de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA14 UBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA14%20UBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'PRIUS',
 'odometer': 271121,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS 1.8 VVTI T3 HYBRID Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI T3 HYBRID',
 'vin': 'JTDKN36U101781756',
 'year': 2014}
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520UBC%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Saving data for EA14%20UBC: {'auction_closing_time': 1774778400.0, 'created_time': 1774564578.947273, 'last_price_update_time': 1774782356.538715}
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA14%2520UBC') HTTP/1.1" 204 0
2026-03-29 11:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM
2026-03-29 11:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM
2026-03-29 11:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM to the API
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR63%20WBM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90ffee22-7433-5df0-ae47-99f4406a651d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR63 WBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR63%20WBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 82829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM P/S',
 'vin': 'WF0AXXWPMADC37227',
 'year': 2013}
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR63%2520WBM%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Saving data for YR63%20WBM: {'auction_closing_time': 1774864800.0, 'created_time': 1774695874.120868, 'last_price_update_time': 1774782356.956595}
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR63%2520WBM') HTTP/1.1" 204 0
2026-03-29 11:05:56 [bca.uk] INFO: Found listing with ID: EY66%20UZM
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520UZM%27 HTTP/1.1" 200 None
2026-03-29 11:05:56 [bca.uk] INFO: Scrape type for EY66%20UZM: 2
2026-03-29 11:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with identifier: EY66%20UZM
2026-03-29 11:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with scrape type 2
2026-03-29 11:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with scrape type 2
2026-03-29 11:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53, identifier: EY66%20UZM
2026-03-29 11:05:57 [bca.uk] INFO: Found listing with ID: GN63%20YUK
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN63%2520YUK%27 HTTP/1.1" 200 None
2026-03-29 11:05:57 [bca.uk] INFO: Scrape type for GN63%20YUK: 2
2026-03-29 11:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK
2026-03-29 11:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9b1ec82-00f3-5794-b089-4c8559efc82f with scrape type 2
2026-03-29 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9b1ec82-00f3-5794-b089-4c8559efc82f with scrape type 2
2026-03-29 11:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9b1ec82-00f3-5794-b089-4c8559efc82f, identifier: GN63%20YUK
2026-03-29 11:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with identifier: EY66%20UZM
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bronze HTTP/1.1" 200 None
2026-03-29 11:05:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with identifier: EY66%20UZM
2026-03-29 11:05:57 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY66%20UZM-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1cbab8dd-a028-53b2-85ad-4fd8767c3f53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY66 UZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY66%20UZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 46531,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U1819184',
 'year': 2016}
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520UZM%27 HTTP/1.1" 200 None
2026-03-29 11:05:57 [bca.uk] INFO: Saving data for EY66%20UZM: {'auction_closing_time': 1774778400.0, 'created_time': 1774695910.208109, 'last_price_update_time': 1774782357.333255}
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY66%2520UZM') HTTP/1.1" 204 0
2026-03-29 11:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK
2026-03-29 11:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK
2026-03-29 11:05:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK to the API
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05: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-29 11:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN63%20YUK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9b1ec82-00f3-5794-b089-4c8559efc82f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN63 YUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN63%20YUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'VENGA',
 'odometer': 61938,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'KIA VENGA 1.6 2 MPV',
 'transmission': 'automatic',
 'trim': '2',
 'vin': 'U5YEH812MDL065948',
 'year': 2013}
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN63%2520YUK%27 HTTP/1.1" 200 None
2026-03-29 11:05:57 [bca.uk] INFO: Saving data for GN63%20YUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774695875.113337, 'last_price_update_time': 1774782357.629954}
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN63%2520YUK') HTTP/1.1" 204 0
2026-03-29 11:05:57 [bca.uk] INFO: Found listing with ID: MF09%20TBZ
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF09%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:57 [bca.uk] INFO: Scrape type for MF09%20TBZ: 2
2026-03-29 11:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b8652f0-699b-5269-b486-0e91d5a03afb with identifier: MF09%20TBZ
2026-03-29 11:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b8652f0-699b-5269-b486-0e91d5a03afb with scrape type 2
2026-03-29 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b8652f0-699b-5269-b486-0e91d5a03afb with scrape type 2
2026-03-29 11:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b8652f0-699b-5269-b486-0e91d5a03afb, identifier: MF09%20TBZ
2026-03-29 11:05:57 [bca.uk] INFO: Found listing with ID: H9%20HBE
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H9%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 11:05:57 [bca.uk] INFO: Scrape type for H9%20HBE: 2
2026-03-29 11:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE
2026-03-29 11:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab with scrape type 2
2026-03-29 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab with scrape type 2
2026-03-29 11:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6b92bfb-395f-5a0f-be4a-ffaa99683dab, identifier: H9%20HBE
2026-03-29 11:05:57 [bca.uk] INFO: Total items found: 100
2026-03-29 11:05:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded
2026-03-29 11:05:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:05:57 [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-29 11:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b8652f0-699b-5269-b486-0e91d5a03afb with identifier: MF09%20TBZ
2026-03-29 11:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b8652f0-699b-5269-b486-0e91d5a03afb with identifier: MF09%20TBZ
2026-03-29 11:05:57 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0b8652f0-699b-5269-b486-0e91d5a03afb with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF09%20TBZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b8652f0-699b-5269-b486-0e91d5a03afb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF09 TBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF09%20TBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 121671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 S DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 S DSG',
 'vin': 'WVWZZZ1KZ9W481134',
 'year': 2009}
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF09%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 11:05:57 [bca.uk] INFO: Saving data for MF09%20TBZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564578.54422, 'last_price_update_time': 1774782357.921476}
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF09%2520TBZ') HTTP/1.1" 204 0
2026-03-29 11:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE
2026-03-29 11:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE
2026-03-29 11:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE to the API
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=H9%20HBE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6b92bfb-395f-5a0f-be4a-ffaa99683dab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'H9 HBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=H9%20HBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 98371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 MATCH DSG',
 'vin': 'WVWZZZ1KZ9W039977',
 'year': 2008}
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H9%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Saving data for H9%20HBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774695866.525211, 'last_price_update_time': 1774782358.275624}
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='H9%2520HBE') HTTP/1.1" 204 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: WF59%20WBN
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF59%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for WF59%20WBN: 2
2026-03-29 11:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with identifier: WF59%20WBN
2026-03-29 11:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with scrape type 2
2026-03-29 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with scrape type 2
2026-03-29 11:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44c45f5d-0e2b-5d96-ae95-a74841c036a3, identifier: WF59%20WBN
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: HF13%20ONH
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF13%2520ONH%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for HF13%20ONH: 2
2026-03-29 11:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH
2026-03-29 11:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0605ad1-e424-5a46-8725-ff207683d001 with scrape type 2
2026-03-29 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0605ad1-e424-5a46-8725-ff207683d001 with scrape type 2
2026-03-29 11:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0605ad1-e424-5a46-8725-ff207683d001, identifier: HF13%20ONH
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: MD16%20BFY
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD16%2520BFY%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for MD16%20BFY: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: VHZ%203476
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VHZ%25203476%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for VHZ%203476: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: YL67%20NGU
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for YL67%20NGU: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: SV21%20ZGG
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520ZGG%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for SV21%20ZGG: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: KE18%20FBA
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE18%2520FBA%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for KE18%20FBA: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: YP18%20HSO
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for YP18%20HSO: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: FH18%20LKJ
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520LKJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for FH18%20LKJ: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: HV54%20YKM
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV54%2520YKM%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for HV54%20YKM: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: LF64%20ZKW
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZKW%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for LF64%20ZKW: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: SH16%20FAF
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520FAF%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for SH16%20FAF: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: SP17%20UUO
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520UUO%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for SP17%20UUO: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: YC17%20HBJ
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520HBJ%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for YC17%20HBJ: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: EY66%20AWF
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520AWF%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for EY66%20AWF: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: AV56%20FEX
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520FEX%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for AV56%20FEX: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: EK63%20ZDN
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for EK63%20ZDN: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: GY61%20XPC
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520XPC%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for GY61%20XPC: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: LC16%20BCV
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520BCV%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for LC16%20BCV: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: LO13%20NYW
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520NYW%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for LO13%20NYW: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: ND21%20TWM
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520TWM%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for ND21%20TWM: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: OV62%20USF
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520USF%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for OV62%20USF: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: YR18%20HBP
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520HBP%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for YR18%20HBP: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: LG65%20ZPF
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG65%2520ZPF%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for LG65%20ZPF: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: JE51%20XXE
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JE51%2520XXE%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for JE51%20XXE: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: YP67%20WCD
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520WCD%27 HTTP/1.1" 200 None
2026-03-29 11:05:58 [bca.uk] INFO: Scrape type for YP67%20WCD: 0
2026-03-29 11:05:58 [bca.uk] INFO: Found listing with ID: MM14%20NXE
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM14%2520NXE%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for MM14%20NXE: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: YW15%20NRU
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520NRU%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for YW15%20NRU: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: EY70%20RUA
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520RUA%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for EY70%20RUA: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: DY59%20NHM
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY59%2520NHM%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for DY59%20NHM: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: DF63%20NXU
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520NXU%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for DF63%20NXU: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: BL62%20FPF
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL62%2520FPF%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for BL62%20FPF: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: OE67%20PUF
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520PUF%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for OE67%20PUF: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: CK66%20VME
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520VME%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for CK66%20VME: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: LD75%20EHO
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD75%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for LD75%20EHO: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: BU74%20UXT
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU74%2520UXT%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for BU74%20UXT: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: LD63%20HAU
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520HAU%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for LD63%20HAU: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: AL11%20DAV
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AL11%2520DAV%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for AL11%20DAV: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: LC13%20XXF
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC13%2520XXF%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for LC13%20XXF: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: LR63%20VBU
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR63%2520VBU%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for LR63%20VBU: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: L14%20RHU
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L14%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for L14%20RHU: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: HK14%20ZDR
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520ZDR%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for HK14%20ZDR: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: MA68%20OAS
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520OAS%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for MA68%20OAS: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: YN18%20XLF
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for YN18%20XLF: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: OE23%20DFP
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for OE23%20DFP: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: KE71%20OYG
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE71%2520OYG%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for KE71%20OYG: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: GU23%20RCX
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520RCX%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for GU23%20RCX: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: KS67%20YMP
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS67%2520YMP%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for KS67%20YMP: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: LL21%20EHM
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520EHM%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for LL21%20EHM: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: RF68%20KUV
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KUV%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for RF68%20KUV: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: RV18%20ZFG
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for RV18%20ZFG: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: HW19%20NFU
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW19%2520NFU%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for HW19%20NFU: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: KR61%20ECC
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR61%2520ECC%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for KR61%20ECC: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: NV21%20YRL
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520YRL%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for NV21%20YRL: 0
2026-03-29 11:05:59 [bca.uk] INFO: Found listing with ID: EN68%20PKU
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520PKU%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Scrape type for EN68%20PKU: 2
2026-03-29 11:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU
2026-03-29 11:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ccd6f4-5821-546e-a101-3174269baae6 with scrape type 2
2026-03-29 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ccd6f4-5821-546e-a101-3174269baae6 with scrape type 2
2026-03-29 11:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ccd6f4-5821-546e-a101-3174269baae6, identifier: EN68%20PKU
2026-03-29 11:05:59 [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-29 11:05:59 [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-29 11:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with identifier: WF59%20WBN
2026-03-29 11:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with identifier: WF59%20WBN
2026-03-29 11:05:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF59%20WBN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44c45f5d-0e2b-5d96-ae95-a74841c036a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF59 WBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF59%20WBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A5 CABRIOLET',
 'odometer': 105107,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'AUDI A5 CABRIOLET 2.0 TFSI S LINE S/S Convertible',
 'transmission': 'manual',
 'trim': 'TFSI S LINE S/S',
 'vin': 'WAUZZZ8F5AN002631',
 'year': 2009}
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF59%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 11:05:59 [bca.uk] INFO: Saving data for WF59%20WBN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564579.732641, 'last_price_update_time': 1774782359.743348}
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF59%2520WBN') HTTP/1.1" 204 0
2026-03-29 11:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH
2026-03-29 11:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH
2026-03-29 11:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH to the API
2026-03-29 11:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06: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-29 11:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF13%20ONH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0605ad1-e424-5a46-8725-ff207683d001',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF13 ONH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF13%20ONH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 65561,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.6 ZETEC P/SHIFT Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC P/SHIFT',
 'vin': 'WF0DXXGAKDDJ15859',
 'year': 2013}
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF13%2520ONH%27 HTTP/1.1" 200 None
2026-03-29 11:06:00 [bca.uk] INFO: Saving data for HF13%20ONH: {'auction_closing_time': 1774864800.0, 'created_time': 1774476249.635225, 'last_price_update_time': 1774782360.251222}
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF13%2520ONH') HTTP/1.1" 204 0
2026-03-29 11:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU
2026-03-29 11:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU
2026-03-29 11:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU to the API
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06: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-29 11:06:00 [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': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN68%20PKU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5ccd6f4-5821-546e-a101-3174269baae6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN68 PKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN68%20PKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 51146,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.0 EBL 150 ST-LINE X Estate',
 'transmission': 'manual',
 'trim': 'EBL 150 ST-LINE X',
 'vin': 'WF0PXXGCHPJB58481',
 'year': 2018}
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520PKU%27 HTTP/1.1" 200 None
2026-03-29 11:06:00 [bca.uk] INFO: Saving data for EN68%20PKU: {'auction_closing_time': 1774951200.0, 'created_time': 1774391581.496149, 'last_price_update_time': 1774782360.660843}
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN68%2520PKU') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:06:00 [bca.uk] INFO: Found listing with ID: YK18%20EUH
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520EUH%27 HTTP/1.1" 200 None
2026-03-29 11:06:00 [bca.uk] INFO: Scrape type for YK18%20EUH: 0
2026-03-29 11:06:00 [bca.uk] INFO: Found listing with ID: BK68%20ECE
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520ECE%27 HTTP/1.1" 200 None
2026-03-29 11:06:00 [bca.uk] INFO: Scrape type for BK68%20ECE: 2
2026-03-29 11:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE
2026-03-29 11:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with scrape type 2
2026-03-29 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with scrape type 2
2026-03-29 11:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1, identifier: BK68%20ECE
2026-03-29 11:06:00 [bca.uk] INFO: Found listing with ID: KJ02%20AAA
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ02%2520AAA%27 HTTP/1.1" 200 None
2026-03-29 11:06:00 [bca.uk] INFO: Scrape type for KJ02%20AAA: 2
2026-03-29 11:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA
2026-03-29 11:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29bc169-c6a3-546a-9a78-1d0925e9c30c with scrape type 2
2026-03-29 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29bc169-c6a3-546a-9a78-1d0925e9c30c with scrape type 2
2026-03-29 11:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29bc169-c6a3-546a-9a78-1d0925e9c30c, identifier: KJ02%20AAA
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: YF18%20DCZ
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520DCZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for YF18%20DCZ: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: NS16%20AHS
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NS16%2520AHS%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for NS16%20AHS: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: LT13%20WRU
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520WRU%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for LT13%20WRU: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: FY65%20BZP
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520BZP%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for FY65%20BZP: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: FX15%20VFY
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX15%2520VFY%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for FX15%20VFY: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: FM03%20CCZ
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM03%2520CCZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for FM03%20CCZ: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: FA17%20TWN
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA17%2520TWN%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for FA17%20TWN: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: WF66%20WCL
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for WF66%20WCL: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: PJ64%20LVP
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520LVP%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for PJ64%20LVP: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: KP69%20DTN
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520DTN%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for KP69%20DTN: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: KM14%20HWD
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM14%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for KM14%20HWD: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: DX65%20UOP
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for DX65%20UOP: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: BD13%20YCM
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520YCM%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for BD13%20YCM: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: SF69%20ZBX
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF69%2520ZBX%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for SF69%20ZBX: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: SD60%20OBV
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for SD60%20OBV: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: LR18%20TNX
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for LR18%20TNX: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: GY69%20LZL
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY69%2520LZL%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for GY69%20LZL: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: EY68%20NKD
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for EY68%20NKD: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: VA19%20XRY
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for VA19%20XRY: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: SD14%20UCC
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520UCC%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for SD14%20UCC: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: PL68%20ZCX
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL68%2520ZCX%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for PL68%20ZCX: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: PK14%20VAX
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK14%2520VAX%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for PK14%20VAX: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: PF65%20SSV
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520SSV%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for PF65%20SSV: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: NG13%20GKJ
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG13%2520GKJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for NG13%20GKJ: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: MF64%20ZPZ
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZPZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for MF64%20ZPZ: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: HW69%20EOS
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW69%2520EOS%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for HW69%20EOS: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: FP70%20XEN
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP70%2520XEN%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for FP70%20XEN: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: FJ16%20YOR
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ16%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for FJ16%20YOR: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: FD20%20CUW
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520CUW%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for FD20%20CUW: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: DN60%20UCJ
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN60%2520UCJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for DN60%20UCJ: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: BX19%20MWY
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for BX19%20MWY: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: BK64%20WXM
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for BK64%20WXM: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: YM19%20ZGY
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for YM19%20ZGY: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: SV64%20UUP
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV64%2520UUP%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for SV64%20UUP: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: RX11%20HTV
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX11%2520HTV%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for RX11%20HTV: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: RA65%20EUT
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA65%2520EUT%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for RA65%20EUT: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: OV66%20ZBZ
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:01 [bca.uk] INFO: Scrape type for OV66%20ZBZ: 0
2026-03-29 11:06:01 [bca.uk] INFO: Found listing with ID: NK16%20EGE
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK16%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for NK16%20EGE: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: MT10%20XMZ
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT10%2520XMZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for MT10%20XMZ: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: LY16%20JJK
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520JJK%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for LY16%20JJK: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: LN09%20XAL
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN09%2520XAL%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for LN09%20XAL: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: LM12%20MLU
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM12%2520MLU%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for LM12%20MLU: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: HY16%20EOC
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for HY16%20EOC: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: HN08%20FLX
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN08%2520FLX%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for HN08%20FLX: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: EU15%20WHR
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520WHR%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for EU15%20WHR: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: EA66%20LNX
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520LNX%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for EA66%20LNX: 0
2026-03-29 11:06:02 [bca.uk] INFO: Found listing with ID: EA10%20ODR
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA10%2520ODR%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Scrape type for EA10%20ODR: 0
2026-03-29 11:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE
2026-03-29 11:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE
2026-03-29 11:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE to the API
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20ECE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK68 ECE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20ECE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 56907,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2332722',
 'year': 2018}
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520ECE%27 HTTP/1.1" 200 None
2026-03-29 11:06:02 [bca.uk] INFO: Saving data for BK68%20ECE: {'auction_closing_time': 1774864800.0, 'created_time': 1773960347.79281, 'last_price_update_time': 1774782362.562083}
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520ECE') HTTP/1.1" 204 0
2026-03-29 11:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA
2026-03-29 11:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA
2026-03-29 11:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA to the API
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ02%20AAA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e29bc169-c6a3-546a-9a78-1d0925e9c30c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ02 AAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ02%20AAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLS 320',
 'odometer': 98541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLS 320 3.0 CDI TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI TIP',
 'vin': 'WDD2193222A125944',
 'year': 2008}
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ02%2520AAA%27 HTTP/1.1" 200 None
2026-03-29 11:06:03 [bca.uk] INFO: Saving data for KJ02%20AAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774476240.786368, 'last_price_update_time': 1774782363.073371}
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ02%2520AAA') HTTP/1.1" 204 0
2026-03-29 11:06:03 [bca.uk] INFO: Found listing with ID: BP19%20TWZ
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520TWZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:03 [bca.uk] INFO: Scrape type for BP19%20TWZ: 0
2026-03-29 11:06:03 [bca.uk] INFO: Found listing with ID: SK72%20YTM
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK72%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 11:06:03 [bca.uk] INFO: Scrape type for SK72%20YTM: 0
2026-03-29 11:06:03 [bca.uk] INFO: Found listing with ID: EX13%20UKP
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX13%2520UKP%27 HTTP/1.1" 200 None
2026-03-29 11:06:03 [bca.uk] INFO: Scrape type for EX13%20UKP: 2
2026-03-29 11:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP
2026-03-29 11:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with scrape type 2
2026-03-29 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with scrape type 2
2026-03-29 11:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44, identifier: EX13%20UKP
2026-03-29 11:06:03 [bca.uk] INFO: Found listing with ID: KU07%20ERA
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU07%2520ERA%27 HTTP/1.1" 200 None
2026-03-29 11:06:03 [bca.uk] INFO: Scrape type for KU07%20ERA: 0
2026-03-29 11:06:03 [bca.uk] INFO: Found listing with ID: LT58%20VMH
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT58%2520VMH%27 HTTP/1.1" 200 None
2026-03-29 11:06:03 [bca.uk] INFO: Scrape type for LT58%20VMH: 2
2026-03-29 11:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH
2026-03-29 11:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 800bcf6f-1257-5836-b241-a9b5bf8477c3 with scrape type 2
2026-03-29 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 800bcf6f-1257-5836-b241-a9b5bf8477c3 with scrape type 2
2026-03-29 11:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 800bcf6f-1257-5836-b241-a9b5bf8477c3, identifier: LT58%20VMH
2026-03-29 11:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow HTTP/1.1" 200 None
2026-03-29 11:06:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP
2026-03-29 11:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP to the API
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX13%20UKP-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d929da9-18d2-5c95-bdec-e0ef0eec1e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX13 UKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX13%20UKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 120840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM X',
 'vin': 'WF0CXXGAKCDM67692',
 'year': 2013}
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX13%2520UKP%27 HTTP/1.1" 200 None
2026-03-29 11:06:03 [bca.uk] INFO: Saving data for EX13%20UKP: {'auction_closing_time': 1774951200.0, 'created_time': 1774695898.041165, 'last_price_update_time': 1774782363.865617}
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX13%2520UKP') HTTP/1.1" 204 0
2026-03-29 11:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH
2026-03-29 11:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH
2026-03-29 11:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH to the API
2026-03-29 11:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT58%20VMH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '800bcf6f-1257-5836-b241-a9b5bf8477c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT58 VMH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT58%20VMH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'X-TYPE',
 'odometer': 94827,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR X-TYPE 2.2 D SE Estate',
 'transmission': 'automatic',
 'trim': 'D SE',
 'vin': 'SAJAG54379BJ46772',
 'year': 2009}
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT58%2520VMH%27 HTTP/1.1" 200 None
2026-03-29 11:06:04 [bca.uk] INFO: Saving data for LT58%20VMH: {'auction_closing_time': 1774864800.0, 'created_time': 1774044515.137342, 'last_price_update_time': 1774782364.188136}
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT58%2520VMH') HTTP/1.1" 204 0
2026-03-29 11:06:04 [bca.uk] INFO: Found listing with ID: KY64%20TVO
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520TVO%27 HTTP/1.1" 200 None
2026-03-29 11:06:04 [bca.uk] INFO: Scrape type for KY64%20TVO: 2
2026-03-29 11:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b1f291-648f-535e-9f17-1ff7436d12c9 with identifier: KY64%20TVO
2026-03-29 11:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b1f291-648f-535e-9f17-1ff7436d12c9 with scrape type 2
2026-03-29 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b1f291-648f-535e-9f17-1ff7436d12c9 with scrape type 2
2026-03-29 11:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44b1f291-648f-535e-9f17-1ff7436d12c9, identifier: KY64%20TVO
2026-03-29 11:06:04 [bca.uk] INFO: Found listing with ID: LV10%20NJJ
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV10%2520NJJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:04 [bca.uk] INFO: Scrape type for LV10%20NJJ: 0
2026-03-29 11:06:04 [bca.uk] INFO: Found listing with ID: MC53%20GXE
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC53%2520GXE%27 HTTP/1.1" 200 None
2026-03-29 11:06:04 [bca.uk] INFO: Scrape type for MC53%20GXE: 2
2026-03-29 11:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE
2026-03-29 11:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with scrape type 2
2026-03-29 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with scrape type 2
2026-03-29 11:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563, identifier: MC53%20GXE
2026-03-29 11:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44b1f291-648f-535e-9f17-1ff7436d12c9 with identifier: KY64%20TVO
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mauve%2Fpurple HTTP/1.1" 200 None
2026-03-29 11:06:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44b1f291-648f-535e-9f17-1ff7436d12c9 with identifier: KY64%20TVO
2026-03-29 11:06:04 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 44b1f291-648f-535e-9f17-1ff7436d12c9 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY64%20TVO-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44b1f291-648f-535e-9f17-1ff7436d12c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY64 TVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY64%20TVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 53419,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI CR 170 SE 4X4 DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 170 SE 4X4 DSG',
 'vin': 'TMBMF73T6F9025696',
 'year': 2015}
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520TVO%27 HTTP/1.1" 200 None
2026-03-29 11:06:04 [bca.uk] INFO: Saving data for KY64%20TVO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564231.380286, 'last_price_update_time': 1774782364.602679}
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY64%2520TVO') HTTP/1.1" 204 0
2026-03-29 11:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE
2026-03-29 11:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE
2026-03-29 11:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE to the API
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 249,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC53%20GXE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9947b25a-6657-5e8d-bf39-4ed8c3d1b563',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC53 GXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC53%20GXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'S-TYPE',
 'odometer': 88587,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'JAGUAR S-TYPE 2.5 V6 SE Saloon',
 'transmission': 'automatic',
 'trim': 'V6 SE',
 'vin': 'SAJAC01NB4JN06683',
 'year': 2004}
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC53%2520GXE%27 HTTP/1.1" 200 None
2026-03-29 11:06:04 [bca.uk] INFO: Saving data for MC53%20GXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774476241.670181, 'last_price_update_time': 1774782364.942247}
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC53%2520GXE') HTTP/1.1" 204 0
2026-03-29 11:06:04 [bca.uk] INFO: Found listing with ID: SC66%20FDM
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 11:06:04 [bca.uk] INFO: Scrape type for SC66%20FDM: 2
2026-03-29 11:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with identifier: SC66%20FDM
2026-03-29 11:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with scrape type 2
2026-03-29 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with scrape type 2
2026-03-29 11:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f, identifier: SC66%20FDM
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: P60%20NPR
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P60%2520NPR%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for P60%20NPR: 0
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: AN09%20KEE
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN09%2520KEE%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for AN09%20KEE: 2
2026-03-29 11:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE
2026-03-29 11:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88980c40-93d5-541a-baab-78b80f74104a with scrape type 2
2026-03-29 11:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88980c40-93d5-541a-baab-78b80f74104a with scrape type 2
2026-03-29 11:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88980c40-93d5-541a-baab-78b80f74104a, identifier: AN09%20KEE
2026-03-29 11:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with identifier: SC66%20FDM
2026-03-29 11:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with identifier: SC66%20FDM
2026-03-29 11:06:05 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC66%20FDM-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d045ddd-ce6d-5a8d-8642-3cb6a622425f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC66 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC66%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 33453,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 2.0 M/JET 140 LONGITUDE 4WD Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 140 LONGITUDE 4WD',
 'vin': '1C4BU0000GPD10409',
 'year': 2016}
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Saving data for SC66%20FDM: {'auction_closing_time': 1774778400.0, 'created_time': 1774476845.597542, 'last_price_update_time': 1774782365.219347}
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC66%2520FDM') HTTP/1.1" 204 0
2026-03-29 11:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE
2026-03-29 11:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE
2026-03-29 11:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE to the API
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AN09%20KEE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88980c40-93d5-541a-baab-78b80f74104a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AN09 KEE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AN09%20KEE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 89812,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM P/SHIFT StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM P/SHIFT',
 'vin': 'WF0RXXGCDRBJ12291',
 'year': 2012}
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN09%2520KEE%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Saving data for AN09%20KEE: {'auction_closing_time': 1774864800.0, 'created_time': 1774591785.829114, 'last_price_update_time': 1774782365.689324}
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AN09%2520KEE') HTTP/1.1" 204 0
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: SN63%20HJG
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520HJG%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for SN63%20HJG: 0
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: SV10%20UOD
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV10%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for SV10%20UOD: 0
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: YK68%20KNO
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520KNO%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for YK68%20KNO: 0
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: SD60%20AGX
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520AGX%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for SD60%20AGX: 2
2026-03-29 11:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ba0866-113f-5795-bc05-eca7493443d3 with identifier: SD60%20AGX
2026-03-29 11:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ba0866-113f-5795-bc05-eca7493443d3 with scrape type 2
2026-03-29 11:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98ba0866-113f-5795-bc05-eca7493443d3 with scrape type 2
2026-03-29 11:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98ba0866-113f-5795-bc05-eca7493443d3, identifier: SD60%20AGX
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: BV13%20ZYW
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV13%2520ZYW%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for BV13%20ZYW: 0
2026-03-29 11:06:05 [bca.uk] INFO: Found listing with ID: GR21%20HBF
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR21%2520HBF%27 HTTP/1.1" 200 None
2026-03-29 11:06:05 [bca.uk] INFO: Scrape type for GR21%20HBF: 2
2026-03-29 11:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF
2026-03-29 11:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24623035-d9ac-5881-a02b-df41247ee5f0 with scrape type 2
2026-03-29 11:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24623035-d9ac-5881-a02b-df41247ee5f0 with scrape type 2
2026-03-29 11:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24623035-d9ac-5881-a02b-df41247ee5f0, identifier: GR21%20HBF
2026-03-29 11:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98ba0866-113f-5795-bc05-eca7493443d3 with identifier: SD60%20AGX
2026-03-29 11:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98ba0866-113f-5795-bc05-eca7493443d3 with identifier: SD60%20AGX
2026-03-29 11:06:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 98ba0866-113f-5795-bc05-eca7493443d3 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD60%20AGX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98ba0866-113f-5795-bc05-eca7493443d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD60 AGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD60%20AGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 121562,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI ACENTA',
 'vin': 'SJNFCAJ10U2143346',
 'year': 2010}
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520AGX%27 HTTP/1.1" 200 None
2026-03-29 11:06:06 [bca.uk] INFO: Saving data for SD60%20AGX: {'auction_closing_time': 1774778400.0, 'created_time': 1774695869.052694, 'last_price_update_time': 1774782366.107311}
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD60%2520AGX') HTTP/1.1" 204 0
2026-03-29 11:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF
2026-03-29 11:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF
2026-03-29 11:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF to the API
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR21%20HBF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '24623035-d9ac-5881-a02b-df41247ee5f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GR21 HBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR21%20HBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 31165,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E PHEV R-DYNAMIC SE',
 'vin': 'SALYA2AY1MA319271',
 'year': 2021}
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR21%2520HBF%27 HTTP/1.1" 200 None
2026-03-29 11:06:06 [bca.uk] INFO: Saving data for GR21%20HBF: {'auction_closing_time': 1774951200.0, 'created_time': 1774695880.116541, 'last_price_update_time': 1774782366.41466}
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR21%2520HBF') HTTP/1.1" 204 0
2026-03-29 11:06:06 [bca.uk] INFO: Found listing with ID: FL15%20SDZ
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:06 [bca.uk] INFO: Scrape type for FL15%20SDZ: 0
2026-03-29 11:06:06 [bca.uk] INFO: Found listing with ID: KJ18%20TUV
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520TUV%27 HTTP/1.1" 200 None
2026-03-29 11:06:06 [bca.uk] INFO: Scrape type for KJ18%20TUV: 2
2026-03-29 11:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV
2026-03-29 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with scrape type 2
2026-03-29 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with scrape type 2
2026-03-29 11:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6, identifier: KJ18%20TUV
2026-03-29 11:06:06 [bca.uk] INFO: Found listing with ID: DX70%20UBS
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520UBS%27 HTTP/1.1" 200 None
2026-03-29 11:06:06 [bca.uk] INFO: Scrape type for DX70%20UBS: 2
2026-03-29 11:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS
2026-03-29 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a2781a-bf30-515d-96de-139303c8d44d with scrape type 2
2026-03-29 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5a2781a-bf30-515d-96de-139303c8d44d with scrape type 2
2026-03-29 11:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a2781a-bf30-515d-96de-139303c8d44d, identifier: DX70%20UBS
2026-03-29 11:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV
2026-03-29 11:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV
2026-03-29 11:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV to the API
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ18%20TUV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ18 TUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ18%20TUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 116291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT LEON ST 1.6 TDI 115 SE DYNAMIC TECH.DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 115 SE DYNAMIC TECH.DSG',
 'vin': 'VSSZZZ5FZJR172817',
 'year': 2018}
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520TUV%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Saving data for KJ18%20TUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774591865.801171, 'last_price_update_time': 1774782367.047706}
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ18%2520TUV') HTTP/1.1" 204 0
2026-03-29 11:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS
2026-03-29 11:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS
2026-03-29 11:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS to the API
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX70%20UBS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5a2781a-bf30-515d-96de-139303c8d44d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX70 UBS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX70%20UBS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'ECLIPSE CROSS',
 'odometer': 60856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI ECLIPSE CROSS 1.5 DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DYNAMIC',
 'vin': 'JMAXTGK1WLZ000811',
 'year': 2020}
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520UBS%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Saving data for DX70%20UBS: {'auction_closing_time': 1774864800.0, 'created_time': 1774695880.5354, 'last_price_update_time': 1774782367.387675}
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX70%2520UBS') HTTP/1.1" 204 0
2026-03-29 11:06:07 [bca.uk] INFO: Found listing with ID: RK19%20KCU
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520KCU%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Scrape type for RK19%20KCU: 0
2026-03-29 11:06:07 [bca.uk] INFO: Found listing with ID: DU64%20UHM
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520UHM%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Scrape type for DU64%20UHM: 0
2026-03-29 11:06:07 [bca.uk] INFO: Found listing with ID: SP07%20GLF
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP07%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Scrape type for SP07%20GLF: 0
2026-03-29 11:06:07 [bca.uk] INFO: Found listing with ID: CN60%20JNJ
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN60%2520JNJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Scrape type for CN60%20JNJ: 0
2026-03-29 11:06:07 [bca.uk] INFO: Found listing with ID: SJ12%20WND
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ12%2520WND%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Scrape type for SJ12%20WND: 0
2026-03-29 11:06:07 [bca.uk] INFO: Found listing with ID: SK06%20YHE
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK06%2520YHE%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Scrape type for SK06%20YHE: 2
2026-03-29 11:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with identifier: SK06%20YHE
2026-03-29 11:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ff40ff-2330-55d8-9dfb-a58115e5e212 with scrape type 2
2026-03-29 11:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31ff40ff-2330-55d8-9dfb-a58115e5e212 with scrape type 2
2026-03-29 11:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31ff40ff-2330-55d8-9dfb-a58115e5e212, identifier: SK06%20YHE
2026-03-29 11:06:07 [bca.uk] INFO: Found listing with ID: EU19%20RWF
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU19%2520RWF%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Scrape type for EU19%20RWF: 2
2026-03-29 11:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF
2026-03-29 11:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d110be31-ad93-5365-9ead-c1775f8e8e2b with scrape type 2
2026-03-29 11:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d110be31-ad93-5365-9ead-c1775f8e8e2b with scrape type 2
2026-03-29 11:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d110be31-ad93-5365-9ead-c1775f8e8e2b, identifier: EU19%20RWF
2026-03-29 11:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with identifier: SK06%20YHE
2026-03-29 11:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with identifier: SK06%20YHE
2026-03-29 11:06:07 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK06%20YHE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '31ff40ff-2330-55d8-9dfb-a58115e5e212',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK06 YHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK06%20YHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 80411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.6 VVTI COLOUR COLLECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI COLOUR COLLECTION',
 'vin': 'SB1KZ20E50F030425',
 'year': 2006}
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK06%2520YHE%27 HTTP/1.1" 200 None
2026-03-29 11:06:07 [bca.uk] INFO: Saving data for SK06%20YHE: {'auction_closing_time': 1774778400.0, 'created_time': 1774479595.817143, 'last_price_update_time': 1774782367.816848}
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK06%2520YHE') HTTP/1.1" 204 0
2026-03-29 11:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF
2026-03-29 11:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF
2026-03-29 11:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF to the API
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU19%20RWF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd110be31-ad93-5365-9ead-c1775f8e8e2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU19 RWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU19%20RWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 74333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.3 DIG-T TEKNA (5ST) DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA (5ST) DCT',
 'vin': 'JN1TGAT32U0001054',
 'year': 2019}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU19%2520RWF%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Saving data for EU19%20RWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774695879.69777, 'last_price_update_time': 1774782368.228605}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU19%2520RWF') HTTP/1.1" 204 0
2026-03-29 11:06:08 [bca.uk] INFO: Found listing with ID: SP10%20OWU
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP10%2520OWU%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Scrape type for SP10%20OWU: 2
2026-03-29 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with identifier: SP10%20OWU
2026-03-29 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7b47900-25a1-5a04-ade6-9e4cf9b88285 with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7b47900-25a1-5a04-ade6-9e4cf9b88285 with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7b47900-25a1-5a04-ade6-9e4cf9b88285, identifier: SP10%20OWU
2026-03-29 11:06:08 [bca.uk] INFO: Found listing with ID: FD18%20CVW
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Scrape type for FD18%20CVW: 2
2026-03-29 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with identifier: FD18%20CVW
2026-03-29 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff90612e-f16f-5f6b-a6b0-98d7117c35f6, identifier: FD18%20CVW
2026-03-29 11:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with identifier: SP10%20OWU
2026-03-29 11:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with identifier: SP10%20OWU
2026-03-29 11:06:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP10%20OWU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e7b47900-25a1-5a04-ade6-9e4cf9b88285',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP10 OWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP10%20OWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 43305,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 1.6 TS Hatchback',
 'transmission': 'manual',
 'trim': 'TS',
 'vin': 'JMZBL14Z201178362',
 'year': 2010}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP10%2520OWU%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Saving data for SP10%20OWU: {'auction_closing_time': 1774778400.0, 'created_time': 1774275528.369977, 'last_price_update_time': 1774782368.481157}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP10%2520OWU') HTTP/1.1" 204 0
2026-03-29 11:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with identifier: FD18%20CVW
2026-03-29 11:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with identifier: FD18%20CVW
2026-03-29 11:06:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD18%20CVW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff90612e-f16f-5f6b-a6b0-98d7117c35f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD18 CVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD18%20CVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 20061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 SE TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'SE TECHNOLOGY',
 'vin': 'VSSZZZKJZJR162554',
 'year': 2018}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Saving data for FD18%20CVW: {'auction_closing_time': 1774778400.0, 'created_time': 1774695863.597441, 'last_price_update_time': 1774782368.510975}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD18%2520CVW') HTTP/1.1" 204 0
2026-03-29 11:06:08 [bca.uk] INFO: Found listing with ID: SP13%20OYM
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Scrape type for SP13%20OYM: 2
2026-03-29 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with identifier: SP13%20OYM
2026-03-29 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5298dde4-f808-56dd-8a8c-96ee9ce796e5, identifier: SP13%20OYM
2026-03-29 11:06:08 [bca.uk] INFO: Found listing with ID: FL20%20CPY
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL20%2520CPY%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Scrape type for FL20%20CPY: 2
2026-03-29 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY
2026-03-29 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c55db6a9-0058-5b15-9854-0020af84912b with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c55db6a9-0058-5b15-9854-0020af84912b with scrape type 2
2026-03-29 11:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c55db6a9-0058-5b15-9854-0020af84912b, identifier: FL20%20CPY
2026-03-29 11:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with identifier: SP13%20OYM
2026-03-29 11:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with identifier: SP13%20OYM
2026-03-29 11:06:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP13%20OYM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5298dde4-f808-56dd-8a8c-96ee9ce796e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP13 OYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP13%20OYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 117780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 1.6 E/B 160 ZETEC S/S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 160 ZETEC S/S',
 'vin': 'WF0EXXGBBECA70473',
 'year': 2013}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 11:06:08 [bca.uk] INFO: Saving data for SP13%20OYM: {'auction_closing_time': 1774778400.0, 'created_time': 1774479531.88704, 'last_price_update_time': 1774782368.765872}
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP13%2520OYM') HTTP/1.1" 204 0
2026-03-29 11:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY
2026-03-29 11:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY
2026-03-29 11:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY to the API
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL20%20CPY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c55db6a9-0058-5b15-9854-0020af84912b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL20 CPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL20%20CPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 33649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA12DW000WW80165',
 'year': 2020}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL20%2520CPY%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Saving data for FL20%20CPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774695856.300476, 'last_price_update_time': 1774782369.045066}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL20%2520CPY') HTTP/1.1" 204 0
2026-03-29 11:06:09 [bca.uk] INFO: Found listing with ID: SP61%20YBE
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP61%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Scrape type for SP61%20YBE: 0
2026-03-29 11:06:09 [bca.uk] INFO: Found listing with ID: ST61%20AZU
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST61%2520AZU%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Scrape type for ST61%20AZU: 2
2026-03-29 11:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with identifier: ST61%20AZU
2026-03-29 11:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3f6e60f-4ba5-5691-b3a2-86ec010d9917, identifier: ST61%20AZU
2026-03-29 11:06:09 [bca.uk] INFO: Found listing with ID: HY06%20NAU
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY06%2520NAU%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Scrape type for HY06%20NAU: 2
2026-03-29 11:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU
2026-03-29 11:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f1348d-8628-5748-9629-8311bec532d5 with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f1348d-8628-5748-9629-8311bec532d5 with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1f1348d-8628-5748-9629-8311bec532d5, identifier: HY06%20NAU
2026-03-29 11:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with identifier: ST61%20AZU
2026-03-29 11:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with identifier: ST61%20AZU
2026-03-29 11:06:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST61%20AZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f3f6e60f-4ba5-5691-b3a2-86ec010d9917',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST61 AZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST61%20AZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 97425,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.2 TDCI 200 TITANIUM X SPORT MPV',
 'transmission': 'manual',
 'trim': 'TDCI 200 TITANIUM X SPORT',
 'vin': 'WF0SXXGBWSBM12973',
 'year': 2011}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST61%2520AZU%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Saving data for ST61%20AZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774477850.713466, 'last_price_update_time': 1774782369.320297}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST61%2520AZU') HTTP/1.1" 204 0
2026-03-29 11:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU
2026-03-29 11:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU
2026-03-29 11:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU to the API
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY06%20NAU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd1f1348d-8628-5748-9629-8311bec532d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY06 NAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY06%20NAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 128645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.8 DESIGN Estate',
 'transmission': 'automatic',
 'trim': 'DESIGN',
 'vin': 'W0L0AHL3562105672',
 'year': 2006}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY06%2520NAU%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Saving data for HY06%20NAU: {'auction_closing_time': 1774951200.0, 'created_time': 1774361633.473657, 'last_price_update_time': 1774782369.627411}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY06%2520NAU') HTTP/1.1" 204 0
2026-03-29 11:06:09 [bca.uk] INFO: Found listing with ID: SY60%20MFJ
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY60%2520MFJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Scrape type for SY60%20MFJ: 2
2026-03-29 11:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 792af3c3-ba61-5005-a754-5963dcc6db2c with identifier: SY60%20MFJ
2026-03-29 11:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 792af3c3-ba61-5005-a754-5963dcc6db2c with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 792af3c3-ba61-5005-a754-5963dcc6db2c with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 792af3c3-ba61-5005-a754-5963dcc6db2c, identifier: SY60%20MFJ
2026-03-29 11:06:09 [bca.uk] INFO: Found listing with ID: LM17%20JWJ
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM17%2520JWJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Scrape type for LM17%20JWJ: 2
2026-03-29 11:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ
2026-03-29 11:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1a7686d-f737-5948-8d5f-910484c2f754 with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1a7686d-f737-5948-8d5f-910484c2f754 with scrape type 2
2026-03-29 11:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1a7686d-f737-5948-8d5f-910484c2f754, identifier: LM17%20JWJ
2026-03-29 11:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 792af3c3-ba61-5005-a754-5963dcc6db2c with identifier: SY60%20MFJ
2026-03-29 11:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 792af3c3-ba61-5005-a754-5963dcc6db2c with identifier: SY60%20MFJ
2026-03-29 11:06:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 792af3c3-ba61-5005-a754-5963dcc6db2c with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY60%20MFJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '792af3c3-ba61-5005-a754-5963dcc6db2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY60 MFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY60%20MFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 85580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 1.6 TAKUYA Hatchback',
 'transmission': 'manual',
 'trim': 'TAKUYA',
 'vin': 'JMZBL14Z201215257',
 'year': 2010}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY60%2520MFJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:09 [bca.uk] INFO: Saving data for SY60%20MFJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774479531.532368, 'last_price_update_time': 1774782369.89722}
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY60%2520MFJ') HTTP/1.1" 204 0
2026-03-29 11:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ
2026-03-29 11:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ
2026-03-29 11:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ to the API
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM17%20JWJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1a7686d-f737-5948-8d5f-910484c2f754',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM17 JWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM17%20JWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 79357,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1760082V190651',
 'year': 2017}
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM17%2520JWJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:10 [bca.uk] INFO: Saving data for LM17%20JWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774448581.940906, 'last_price_update_time': 1774782370.348901}
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM17%2520JWJ') HTTP/1.1" 204 0
2026-03-29 11:06:10 [bca.uk] INFO: Found listing with ID: WD22%20CCF
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD22%2520CCF%27 HTTP/1.1" 200 None
2026-03-29 11:06:10 [bca.uk] INFO: Scrape type for WD22%20CCF: 0
2026-03-29 11:06:10 [bca.uk] INFO: Found listing with ID: YA73%20ESV
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520ESV%27 HTTP/1.1" 200 None
2026-03-29 11:06:10 [bca.uk] INFO: Scrape type for YA73%20ESV: 2
2026-03-29 11:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV
2026-03-29 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f74880c-6ef9-55be-9bdc-29c614fe9321 with scrape type 2
2026-03-29 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f74880c-6ef9-55be-9bdc-29c614fe9321 with scrape type 2
2026-03-29 11:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f74880c-6ef9-55be-9bdc-29c614fe9321, identifier: YA73%20ESV
2026-03-29 11:06:10 [bca.uk] INFO: Found listing with ID: LX17%20OGL
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OGL%27 HTTP/1.1" 200 None
2026-03-29 11:06:10 [bca.uk] INFO: Scrape type for LX17%20OGL: 2
2026-03-29 11:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL
2026-03-29 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with scrape type 2
2026-03-29 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with scrape type 2
2026-03-29 11:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f, identifier: LX17%20OGL
2026-03-29 11:06:10 [scrapy.extensions.logstats] INFO: Crawled 113 pages (at 4 pages/min), scraped 332 items (at 70 items/min)
2026-03-29 11:06:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV
2026-03-29 11:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV
2026-03-29 11:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV to the API
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA73%20ESV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f74880c-6ef9-55be-9bdc-29c614fe9321',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA73 ESV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA73%20ESV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'M235I GRANCOUPE',
 'odometer': 14217,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW M235I GRANCOUPE 2.0 XDRIVE STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE STEP',
 'vin': 'WBA12AL0007N56622',
 'year': 2023}
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520ESV%27 HTTP/1.1" 200 None
2026-03-29 11:06:10 [bca.uk] INFO: Saving data for YA73%20ESV: {'auction_closing_time': 1774951200.0, 'created_time': 1774695884.58497, 'last_price_update_time': 1774782370.943268}
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA73%2520ESV') HTTP/1.1" 204 0
2026-03-29 11:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL
2026-03-29 11:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL
2026-03-29 11:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL to the API
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX17%20OGL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0a57a0a-7a5c-5c63-87ca-79740ef1f19f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX17 OGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX17%20OGL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 64969,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN0HH229521',
 'year': 2017}
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OGL%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Saving data for LX17%20OGL: {'auction_closing_time': 1774951200.0, 'created_time': 1774448565.034845, 'last_price_update_time': 1774782371.375834}
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX17%2520OGL') HTTP/1.1" 204 0
2026-03-29 11:06:11 [bca.uk] INFO: Found listing with ID: FG68%20YMS
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520YMS%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Scrape type for FG68%20YMS: 0
2026-03-29 11:06:11 [bca.uk] INFO: Found listing with ID: HY14%20HKE
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY14%2520HKE%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Scrape type for HY14%20HKE: 0
2026-03-29 11:06:11 [bca.uk] INFO: Found listing with ID: MM63%20YFL
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM63%2520YFL%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Scrape type for MM63%20YFL: 0
2026-03-29 11:06:11 [bca.uk] INFO: Found listing with ID: OV17%20FPJ
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520FPJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Scrape type for OV17%20FPJ: 0
2026-03-29 11:06:11 [bca.uk] INFO: Found listing with ID: WG65%20XOK
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520XOK%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Scrape type for WG65%20XOK: 0
2026-03-29 11:06:11 [bca.uk] INFO: Found listing with ID: AO05%20HYJ
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO05%2520HYJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Scrape type for AO05%20HYJ: 2
2026-03-29 11:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16452b81-64b8-58d1-90aa-496939f45c0d with identifier: AO05%20HYJ
2026-03-29 11:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16452b81-64b8-58d1-90aa-496939f45c0d with scrape type 2
2026-03-29 11:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16452b81-64b8-58d1-90aa-496939f45c0d with scrape type 2
2026-03-29 11:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16452b81-64b8-58d1-90aa-496939f45c0d, identifier: AO05%20HYJ
2026-03-29 11:06:11 [bca.uk] INFO: Found listing with ID: RK16%20MEU
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK16%2520MEU%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Scrape type for RK16%20MEU: 2
2026-03-29 11:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU
2026-03-29 11:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf083331-75bf-55d8-91b4-b55d09b57bc3 with scrape type 2
2026-03-29 11:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf083331-75bf-55d8-91b4-b55d09b57bc3 with scrape type 2
2026-03-29 11:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf083331-75bf-55d8-91b4-b55d09b57bc3, identifier: RK16%20MEU
2026-03-29 11:06:11 [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-29 11:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16452b81-64b8-58d1-90aa-496939f45c0d with identifier: AO05%20HYJ
2026-03-29 11:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16452b81-64b8-58d1-90aa-496939f45c0d with identifier: AO05%20HYJ
2026-03-29 11:06:11 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 16452b81-64b8-58d1-90aa-496939f45c0d with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO05%20HYJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16452b81-64b8-58d1-90aa-496939f45c0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO05 HYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO05%20HYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '206',
 'odometer': 62745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 206 1.4 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'VF32AKFWR44767958',
 'year': 2005}
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO05%2520HYJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:11 [bca.uk] INFO: Saving data for AO05%20HYJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774504974.192595, 'last_price_update_time': 1774782371.776032}
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO05%2520HYJ') HTTP/1.1" 204 0
2026-03-29 11:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU
2026-03-29 11:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU
2026-03-29 11:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU to the API
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK16%20MEU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf083331-75bf-55d8-91b4-b55d09b57bc3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK16 MEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK16%20MEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 70207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.0 T GDI 120 GT-LINE ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 GT-LINE ISG',
 'vin': 'U5YHN51ALGL237385',
 'year': 2016}
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK16%2520MEU%27 HTTP/1.1" 200 None
2026-03-29 11:06:12 [bca.uk] INFO: Saving data for RK16%20MEU: {'auction_closing_time': 1774951200.0, 'created_time': 1774695854.793134, 'last_price_update_time': 1774782372.13685}
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK16%2520MEU') HTTP/1.1" 204 0
2026-03-29 11:06:12 [bca.uk] INFO: Found listing with ID: OY17%20FYS
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FYS%27 HTTP/1.1" 200 None
2026-03-29 11:06:12 [bca.uk] INFO: Scrape type for OY17%20FYS: 0
2026-03-29 11:06:12 [bca.uk] INFO: Found listing with ID: AK17%20YDS
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520YDS%27 HTTP/1.1" 200 None
2026-03-29 11:06:12 [bca.uk] INFO: Scrape type for AK17%20YDS: 2
2026-03-29 11:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS
2026-03-29 11:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9bc13ba-824e-588e-a28e-cc2005789d16 with scrape type 2
2026-03-29 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9bc13ba-824e-588e-a28e-cc2005789d16 with scrape type 2
2026-03-29 11:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9bc13ba-824e-588e-a28e-cc2005789d16, identifier: AK17%20YDS
2026-03-29 11:06:12 [bca.uk] INFO: Found listing with ID: WL54%20NHF
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL54%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 11:06:12 [bca.uk] INFO: Scrape type for WL54%20NHF: 2
2026-03-29 11:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF
2026-03-29 11:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 221c969f-6e38-587b-9f29-a72ac1bd8380 with scrape type 2
2026-03-29 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 221c969f-6e38-587b-9f29-a72ac1bd8380 with scrape type 2
2026-03-29 11:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 221c969f-6e38-587b-9f29-a72ac1bd8380, identifier: WL54%20NHF
2026-03-29 11:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS
2026-03-29 11:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS
2026-03-29 11:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS to the API
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK17%20YDS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9bc13ba-824e-588e-a28e-cc2005789d16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK17 YDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK17%20YDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 87755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 1.5 TDCI 120 ZETEC P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 120 ZETEC P/S',
 'vin': 'WF0WXXGCEWHJ11273',
 'year': 2017}
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520YDS%27 HTTP/1.1" 200 None
2026-03-29 11:06:12 [bca.uk] INFO: Saving data for AK17%20YDS: {'auction_closing_time': 1774864800.0, 'created_time': 1774591868.417254, 'last_price_update_time': 1774782372.813301}
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK17%2520YDS') HTTP/1.1" 204 0
2026-03-29 11:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF
2026-03-29 11:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF
2026-03-29 11:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF to the API
2026-03-29 11:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL54%20NHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '221c969f-6e38-587b-9f29-a72ac1bd8380',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL54 NHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL54%20NHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350',
 'odometer': 96986,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 2.4 TDI 115 LWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 115 LWB M/R',
 'vin': 'WF0LXXTTFL4S72463',
 'year': 2005}
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL54%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 11:06:13 [bca.uk] INFO: Saving data for WL54%20NHF: {'auction_closing_time': 1774951200.0, 'created_time': 1774363313.596005, 'last_price_update_time': 1774782373.137689}
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL54%2520NHF') HTTP/1.1" 204 0
2026-03-29 11:06:13 [bca.uk] INFO: Found listing with ID: CF17%20BZG
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF17%2520BZG%27 HTTP/1.1" 200 None
2026-03-29 11:06:13 [bca.uk] INFO: Scrape type for CF17%20BZG: 0
2026-03-29 11:06:13 [bca.uk] INFO: Found listing with ID: CV65%20ZBZ
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:13 [bca.uk] INFO: Scrape type for CV65%20ZBZ: 2
2026-03-29 11:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ
2026-03-29 11:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with scrape type 2
2026-03-29 11:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with scrape type 2
2026-03-29 11:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba, identifier: CV65%20ZBZ
2026-03-29 11:06:13 [bca.uk] INFO: Found listing with ID: WR11%20HHA
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR11%2520HHA%27 HTTP/1.1" 200 None
2026-03-29 11:06:13 [bca.uk] INFO: Scrape type for WR11%20HHA: 2
2026-03-29 11:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA
2026-03-29 11:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d2c257-57a4-5980-998a-9bdddde806b1 with scrape type 2
2026-03-29 11:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8d2c257-57a4-5980-998a-9bdddde806b1 with scrape type 2
2026-03-29 11:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8d2c257-57a4-5980-998a-9bdddde806b1, identifier: WR11%20HHA
2026-03-29 11:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ
2026-03-29 11:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ
2026-03-29 11:06:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ to the API
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV65%20ZBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV65 ZBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV65%20ZBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 115519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2KE4GA554912',
 'year': 2015}
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:13 [bca.uk] INFO: Saving data for CV65%20ZBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773929472.786704, 'last_price_update_time': 1774782373.703954}
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV65%2520ZBZ') HTTP/1.1" 204 0
2026-03-29 11:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA
2026-03-29 11:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA
2026-03-29 11:06:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA to the API
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR11%20HHA-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8d2c257-57a4-5980-998a-9bdddde806b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR11 HHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR11%20HHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 97902,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 1.6 E-HDI 110 VTR+ EGS Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HDI 110 VTR+ EGS',
 'vin': 'VF7NC9HR8AY579828',
 'year': 2011}
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR11%2520HHA%27 HTTP/1.1" 200 None
2026-03-29 11:06:14 [bca.uk] INFO: Saving data for WR11%20HHA: {'auction_closing_time': 1774951200.0, 'created_time': 1774363309.817868, 'last_price_update_time': 1774782374.111328}
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR11%2520HHA') HTTP/1.1" 204 0
2026-03-29 11:06:14 [bca.uk] INFO: Total items found: 100
2026-03-29 11:06:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded
2026-03-29 11:06:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:06:14 [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-29 11:06:14 [bca.uk] INFO: Found listing with ID: FA52%20BEL
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA52%2520BEL%27 HTTP/1.1" 200 None
2026-03-29 11:06:14 [bca.uk] INFO: Scrape type for FA52%20BEL: 0
2026-03-29 11:06:14 [bca.uk] INFO: Found listing with ID: FE65%20VCD
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520VCD%27 HTTP/1.1" 200 None
2026-03-29 11:06:14 [bca.uk] INFO: Scrape type for FE65%20VCD: 2
2026-03-29 11:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD
2026-03-29 11:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88dd4ddd-412e-5778-b47c-8ea302243da3 with scrape type 2
2026-03-29 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88dd4ddd-412e-5778-b47c-8ea302243da3 with scrape type 2
2026-03-29 11:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88dd4ddd-412e-5778-b47c-8ea302243da3, identifier: FE65%20VCD
2026-03-29 11:06:14 [bca.uk] INFO: Found listing with ID: YL17%20SVO
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520SVO%27 HTTP/1.1" 200 None
2026-03-29 11:06:14 [bca.uk] INFO: Scrape type for YL17%20SVO: 2
2026-03-29 11:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO
2026-03-29 11:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6de2bce6-3d1e-5957-a636-f6b2fea49565 with scrape type 2
2026-03-29 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6de2bce6-3d1e-5957-a636-f6b2fea49565 with scrape type 2
2026-03-29 11:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6de2bce6-3d1e-5957-a636-f6b2fea49565, identifier: YL17%20SVO
2026-03-29 11:06:14 [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-29 11:06:14 [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-29 11:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD
2026-03-29 11:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD
2026-03-29 11:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD to the API
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE65%20VCD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88dd4ddd-412e-5778-b47c-8ea302243da3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE65 VCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE65%20VCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 62295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN3GH086854',
 'year': 2015}
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520VCD%27 HTTP/1.1" 200 None
2026-03-29 11:06:14 [bca.uk] INFO: Saving data for FE65%20VCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774504972.445716, 'last_price_update_time': 1774782374.666797}
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE65%2520VCD') HTTP/1.1" 204 0
2026-03-29 11:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO
2026-03-29 11:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO
2026-03-29 11:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO to the API
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 299,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL17%20SVO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6de2bce6-3d1e-5957-a636-f6b2fea49565',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL17 SVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL17%20SVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 109099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 5.0 S/C SVAUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'S/C SVAUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALGA2EE9HA345747',
 'year': 2017}
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520SVO%27 HTTP/1.1" 200 None
2026-03-29 11:06:14 [bca.uk] INFO: Saving data for YL17%20SVO: {'auction_closing_time': 1774951200.0, 'created_time': 1774448558.74288, 'last_price_update_time': 1774782374.994112}
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL17%2520SVO') HTTP/1.1" 204 0
2026-03-29 11:06:15 [bca.uk] INFO: Found listing with ID: CX71%20YVZ
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520YVZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:15 [bca.uk] INFO: Scrape type for CX71%20YVZ: 0
2026-03-29 11:06:15 [bca.uk] INFO: Found listing with ID: CV62%20SNJ
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV62%2520SNJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:15 [bca.uk] INFO: Scrape type for CV62%20SNJ: 0
2026-03-29 11:06:15 [bca.uk] INFO: Found listing with ID: CE53%20GKN
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE53%2520GKN%27 HTTP/1.1" 200 None
2026-03-29 11:06:15 [bca.uk] INFO: Scrape type for CE53%20GKN: 0
2026-03-29 11:06:15 [bca.uk] INFO: Found listing with ID: BK16%20VKS
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520VKS%27 HTTP/1.1" 200 None
2026-03-29 11:06:15 [bca.uk] INFO: Scrape type for BK16%20VKS: 2
2026-03-29 11:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS
2026-03-29 11:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11017493-601f-5259-812d-95e0984bcd4f with scrape type 2
2026-03-29 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11017493-601f-5259-812d-95e0984bcd4f with scrape type 2
2026-03-29 11:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11017493-601f-5259-812d-95e0984bcd4f, identifier: BK16%20VKS
2026-03-29 11:06:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:06:15 [bca.uk] INFO: Found listing with ID: K40%20VNB
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K40%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 11:06:15 [bca.uk] INFO: Scrape type for K40%20VNB: 2
2026-03-29 11:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB
2026-03-29 11:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with scrape type 2
2026-03-29 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with scrape type 2
2026-03-29 11:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7, identifier: K40%20VNB
2026-03-29 11:06:15 [bca.uk] INFO: Found listing with ID: HG09%20ZSN
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG09%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 11:06:15 [bca.uk] INFO: Scrape type for HG09%20ZSN: 2
2026-03-29 11:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN
2026-03-29 11:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128d4936-d884-588c-8b66-1bc951ca8bfa with scrape type 2
2026-03-29 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128d4936-d884-588c-8b66-1bc951ca8bfa with scrape type 2
2026-03-29 11:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 128d4936-d884-588c-8b66-1bc951ca8bfa, identifier: HG09%20ZSN
2026-03-29 11:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS
2026-03-29 11:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS
2026-03-29 11:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS to the API
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK16%20VKS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-04-10T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11017493-601f-5259-812d-95e0984bcd4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK16 VKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK16%20VKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NP300 NAVARA',
 'odometer': 111579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NP300 NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0006360',
 'year': 2016}
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520VKS%27 HTTP/1.1" 200 None
2026-03-29 11:06:15 [bca.uk] INFO: Saving data for BK16%20VKS: {'auction_closing_time': 1775815200.0, 'created_time': 1774598505.045586, 'last_price_update_time': 1774782375.736012}
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK16%2520VKS') HTTP/1.1" 204 0
2026-03-29 11:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB
2026-03-29 11:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB
2026-03-29 11:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB to the API
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K40%20VNB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6dd69a0-e800-56aa-a58c-df50fe7cfeb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K40 VNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K40%20VNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '420D',
 'odometer': 108584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA4P72090K719171',
 'year': 2016}
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K40%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Saving data for K40%20VNB: {'auction_closing_time': 1774864800.0, 'created_time': 1774591834.130596, 'last_price_update_time': 1774782376.081338}
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K40%2520VNB') HTTP/1.1" 204 0
2026-03-29 11:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN
2026-03-29 11:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN
2026-03-29 11:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN to the API
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG09%20ZSN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '128d4936-d884-588c-8b66-1bc951ca8bfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG09 ZSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG09%20ZSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 125262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.4 I-VTEC TYPE S Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC TYPE S',
 'vin': 'SHHFN43409U001736',
 'year': 2009}
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG09%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Saving data for HG09%20ZSN: {'auction_closing_time': 1774951200.0, 'created_time': 1774363364.151308, 'last_price_update_time': 1774782376.42023}
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG09%2520ZSN') HTTP/1.1" 204 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: AJ62%20YSE
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ62%2520YSE%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for AJ62%20YSE: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: AY57%20YXB
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY57%2520YXB%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for AY57%20YXB: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: AF69%20UFS
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for AF69%20UFS: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: WN09%20MYP
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN09%2520MYP%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for WN09%20MYP: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: PY61%20EWD
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY61%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for PY61%20EWD: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: MT61%20WPK
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520WPK%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for MT61%20WPK: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: EF66%20LFH
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF66%2520LFH%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for EF66%20LFH: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: AV18%20UVO
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520UVO%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for AV18%20UVO: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: AP13%20PNX
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP13%2520PNX%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for AP13%20PNX: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: GL20%20NXU
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520NXU%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for GL20%20NXU: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: OY12%20USJ
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520USJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for OY12%20USJ: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: LX12%20WRZ
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX12%2520WRZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for LX12%20WRZ: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: DA15%20GVJ
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520GVJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for DA15%20GVJ: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: MA18%20EAW
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520EAW%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for MA18%20EAW: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: WJ07%20XMW
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ07%2520XMW%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for WJ07%20XMW: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: TGZ%201807
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TGZ%25201807%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for TGZ%201807: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: YJ66%20AAP
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520AAP%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for YJ66%20AAP: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: BN10%20OKD
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520OKD%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for BN10%20OKD: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: HY73%20KHK
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY73%2520KHK%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for HY73%20KHK: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: WG22%20GHY
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520GHY%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for WG22%20GHY: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: EN71%20UET
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UET%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for EN71%20UET: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: GL71%20USX
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520USX%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for GL71%20USX: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: LF72%20EGY
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520EGY%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for LF72%20EGY: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: LG23%20XZX
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520XZX%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for LG23%20XZX: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: FL21%20VDZ
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for FL21%20VDZ: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: K321%20PXX
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K321%2520PXX%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for K321%20PXX: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: SB69%20LYC
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for SB69%20LYC: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: NC23%20XLD
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC23%2520XLD%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for NC23%20XLD: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: DU17%20AZG
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for DU17%20AZG: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: X5%20GTD
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X5%2520GTD%27 HTTP/1.1" 200 None
2026-03-29 11:06:16 [bca.uk] INFO: Scrape type for X5%20GTD: 0
2026-03-29 11:06:16 [bca.uk] INFO: Found listing with ID: CV64%20BKG
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520BKG%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for CV64%20BKG: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SG17%20PZK
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520PZK%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SG17%20PZK: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: YS67%20ATN
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520ATN%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for YS67%20ATN: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: VE17%20RTZ
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE17%2520RTZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for VE17%20RTZ: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SN63%20FMO
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520FMO%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SN63%20FMO: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SY63%20KOV
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY63%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SY63%20KOV: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SK70%20VVP
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SK70%20VVP: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SR70%20FBU
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR70%2520FBU%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SR70%20FBU: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: FD66%20JYF
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520JYF%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for FD66%20JYF: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: L8%20ULV
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L8%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for L8%20ULV: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: LL12%20SVJ
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520SVJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for LL12%20SVJ: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SL12%20ADV
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL12%2520ADV%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SL12%20ADV: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: GJ67%20OET
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520OET%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for GJ67%20OET: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SL66%20WTO
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL66%2520WTO%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SL66%20WTO: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: EJ02%20EGU
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ02%2520EGU%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for EJ02%20EGU: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: YC10%20PAO
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for YC10%20PAO: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: OV22%20RZK
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520RZK%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for OV22%20RZK: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: WN20%20RBX
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520RBX%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for WN20%20RBX: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: OF07%20ELF
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OF07%2520ELF%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for OF07%20ELF: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: EK16%20AKU
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK16%2520AKU%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for EK16%20AKU: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: RA65%20VLP
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA65%2520VLP%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for RA65%20VLP: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: ST14%20JVM
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST14%2520JVM%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for ST14%20JVM: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: CT59%20HCD
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT59%2520HCD%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for CT59%20HCD: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: EG11%20AZX
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG11%2520AZX%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for EG11%20AZX: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: OV17%20YPT
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520YPT%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for OV17%20YPT: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: BK07%20WOX
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK07%2520WOX%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for BK07%20WOX: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SC23%20WCG
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC23%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SC23%20WCG: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: WA21%20MYD
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520MYD%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for WA21%20MYD: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: WF22%20CPZ
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF22%2520CPZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for WF22%20CPZ: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: CE24%20ONH
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE24%2520ONH%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for CE24%20ONH: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: WA66%20WEK
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520WEK%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for WA66%20WEK: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: WO21%20BSX
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520BSX%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for WO21%20BSX: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: X576%20NUB
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X576%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for X576%20NUB: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: AE02%20ETE
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE02%2520ETE%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for AE02%20ETE: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: KM65%20UHD
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM65%2520UHD%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for KM65%20UHD: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: NY11%20YZP
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY11%2520YZP%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for NY11%20YZP: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: EA11%20ULT
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA11%2520ULT%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for EA11%20ULT: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: OU52%20XKA
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU52%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for OU52%20XKA: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: PJ09%20HHE
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ09%2520HHE%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for PJ09%20HHE: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: YF21%20WVG
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520WVG%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for YF21%20WVG: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: HK25%20XAY
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK25%2520XAY%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for HK25%20XAY: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: KK24%20AEF
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK24%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for KK24%20AEF: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: NA70%20XYD
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520XYD%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for NA70%20XYD: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: YN64%20XMG
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for YN64%20XMG: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: HPKD81239
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HPKD81239%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for HPKD81239: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: CV09%20TWA
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520TWA%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for CV09%20TWA: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: FY10%20BNJ
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for FY10%20BNJ: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: MF73%20FAO
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF73%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for MF73%20FAO: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: SP22%20OEE
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520OEE%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for SP22%20OEE: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: BW21%20DTN
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520DTN%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for BW21%20DTN: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: MD15%20XGB
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520XGB%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for MD15%20XGB: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: GV70%20RNA
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV70%2520RNA%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for GV70%20RNA: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: YS69%20EYY
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520EYY%27 HTTP/1.1" 200 None
2026-03-29 11:06:17 [bca.uk] INFO: Scrape type for YS69%20EYY: 0
2026-03-29 11:06:17 [bca.uk] INFO: Found listing with ID: DA18%20EDK
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520EDK%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for DA18%20EDK: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: KR17%20WGP
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR17%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for KR17%20WGP: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: L10%20CLU
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L10%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for L10%20CLU: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: ML12%20ODX
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML12%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for ML12%20ODX: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: PN15%20EZH
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN15%2520EZH%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for PN15%20EZH: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: RX03%20AFU
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX03%2520AFU%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for RX03%20AFU: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: X188%20XCL
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X188%2520XCL%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for X188%20XCL: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: YM21%20TYH
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for YM21%20TYH: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: CP15%20POA
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP15%2520POA%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for CP15%20POA: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: YS69%20FCC
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520FCC%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for YS69%20FCC: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: DU22%20SVN
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520SVN%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for DU22%20SVN: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: GF18%20RFX
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF18%2520RFX%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for GF18%20RFX: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: LB68%20TVJ
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520TVJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for LB68%20TVJ: 0
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: MF16%20GHO
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520GHO%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for MF16%20GHO: 2
2026-03-29 11:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO
2026-03-29 11:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4641462c-2bf7-5137-820d-94e8a09b21cc with scrape type 2
2026-03-29 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4641462c-2bf7-5137-820d-94e8a09b21cc with scrape type 2
2026-03-29 11:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4641462c-2bf7-5137-820d-94e8a09b21cc, identifier: MF16%20GHO
2026-03-29 11:06:18 [bca.uk] INFO: Found listing with ID: HV15%20LXE
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV15%2520LXE%27 HTTP/1.1" 200 None
2026-03-29 11:06:18 [bca.uk] INFO: Scrape type for HV15%20LXE: 2
2026-03-29 11:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45dab056-3701-549b-b453-3f1f39a50142 with identifier: HV15%20LXE
2026-03-29 11:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45dab056-3701-549b-b453-3f1f39a50142 with scrape type 2
2026-03-29 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45dab056-3701-549b-b453-3f1f39a50142 with scrape type 2
2026-03-29 11:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45dab056-3701-549b-b453-3f1f39a50142, identifier: HV15%20LXE
2026-03-29 11:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO
2026-03-29 11:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO
2026-03-29 11:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO to the API
2026-03-29 11:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF16%20GHO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4641462c-2bf7-5137-820d-94e8a09b21cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF16 GHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF16%20GHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 73989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2053042F340952',
 'year': 2016}
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520GHO%27 HTTP/1.1" 200 None
2026-03-29 11:06:19 [bca.uk] INFO: Saving data for MF16%20GHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774591793.054319, 'last_price_update_time': 1774782379.430519}
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF16%2520GHO') HTTP/1.1" 204 0
2026-03-29 11:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45dab056-3701-549b-b453-3f1f39a50142 with identifier: HV15%20LXE
2026-03-29 11:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45dab056-3701-549b-b453-3f1f39a50142 with identifier: HV15%20LXE
2026-03-29 11:06:19 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 45dab056-3701-549b-b453-3f1f39a50142 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV15%20LXE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '45dab056-3701-549b-b453-3f1f39a50142',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV15 LXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV15%20LXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 47810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500C 1.2 LOUNGE S/S Convertible',
 'transmission': 'automatic',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA3120000J301957',
 'year': 2015}
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV15%2520LXE%27 HTTP/1.1" 200 None
2026-03-29 11:06:19 [bca.uk] INFO: Saving data for HV15%20LXE: {'auction_closing_time': 1774778400.0, 'created_time': 1774592196.498309, 'last_price_update_time': 1774782379.574138}
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV15%2520LXE') HTTP/1.1" 204 0
2026-03-29 11:06:19 [bca.uk] INFO: Found listing with ID: HX05%20UJS
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX05%2520UJS%27 HTTP/1.1" 200 None
2026-03-29 11:06:19 [bca.uk] INFO: Scrape type for HX05%20UJS: 2
2026-03-29 11:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS
2026-03-29 11:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with scrape type 2
2026-03-29 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with scrape type 2
2026-03-29 11:06:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa, identifier: HX05%20UJS
2026-03-29 11:06:19 [bca.uk] INFO: Found listing with ID: HY57%20KMG
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY57%2520KMG%27 HTTP/1.1" 200 None
2026-03-29 11:06:19 [bca.uk] INFO: Scrape type for HY57%20KMG: 0
2026-03-29 11:06:19 [bca.uk] INFO: Found listing with ID: PN17%20YAG
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN17%2520YAG%27 HTTP/1.1" 200 None
2026-03-29 11:06:19 [bca.uk] INFO: Scrape type for PN17%20YAG: 2
2026-03-29 11:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94f53ba1-1a48-56f6-af9c-addac3acf253 with identifier: PN17%20YAG
2026-03-29 11:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94f53ba1-1a48-56f6-af9c-addac3acf253 with scrape type 2
2026-03-29 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94f53ba1-1a48-56f6-af9c-addac3acf253 with scrape type 2
2026-03-29 11:06:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94f53ba1-1a48-56f6-af9c-addac3acf253, identifier: PN17%20YAG
2026-03-29 11:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS
2026-03-29 11:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS
2026-03-29 11:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS to the API
2026-03-29 11:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX05%20UJS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX05 UJS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX05%20UJS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 71920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 GHIA Hatchback',
 'transmission': 'automatic',
 'trim': 'GHIA',
 'vin': 'WF05XXWPD55B16328',
 'year': 2005}
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX05%2520UJS%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Saving data for HX05%20UJS: {'auction_closing_time': 1774864800.0, 'created_time': 1774015821.70353, 'last_price_update_time': 1774782381.477733}
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX05%2520UJS') HTTP/1.1" 204 0
2026-03-29 11:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94f53ba1-1a48-56f6-af9c-addac3acf253 with identifier: PN17%20YAG
2026-03-29 11:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94f53ba1-1a48-56f6-af9c-addac3acf253 with identifier: PN17%20YAG
2026-03-29 11:06:21 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 94f53ba1-1a48-56f6-af9c-addac3acf253 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN17%20YAG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '94f53ba1-1a48-56f6-af9c-addac3acf253',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN17 YAG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN17%20YAG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 23486,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA HR-V 1.5 I-VTEC 130 EX Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC 130 EX',
 'vin': '3HGRU1890HM300566',
 'year': 2017}
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN17%2520YAG%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Saving data for PN17%20YAG: {'auction_closing_time': 1774778400.0, 'created_time': 1774695852.42377, 'last_price_update_time': 1774782381.520624}
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN17%2520YAG') HTTP/1.1" 204 0
2026-03-29 11:06:21 [bca.uk] INFO: Found listing with ID: KR09%20WWZ
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR09%2520WWZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Scrape type for KR09%20WWZ: 0
2026-03-29 11:06:21 [bca.uk] INFO: Found listing with ID: LG11%20BUP
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG11%2520BUP%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Scrape type for LG11%20BUP: 0
2026-03-29 11:06:21 [bca.uk] INFO: Found listing with ID: LT56%20FLZ
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT56%2520FLZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Scrape type for LT56%20FLZ: 0
2026-03-29 11:06:21 [bca.uk] INFO: Found listing with ID: SG11%20EMV
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG11%2520EMV%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Scrape type for SG11%20EMV: 0
2026-03-29 11:06:21 [bca.uk] INFO: Found listing with ID: BN07%20XHP
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN07%2520XHP%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Scrape type for BN07%20XHP: 2
2026-03-29 11:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP
2026-03-29 11:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with scrape type 2
2026-03-29 11:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with scrape type 2
2026-03-29 11:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a, identifier: BN07%20XHP
2026-03-29 11:06:21 [bca.uk] INFO: Found listing with ID: VE67%20VVT
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520VVT%27 HTTP/1.1" 200 None
2026-03-29 11:06:21 [bca.uk] INFO: Scrape type for VE67%20VVT: 2
2026-03-29 11:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1fd78c1-3bc4-503d-9329-f3576638831b with identifier: VE67%20VVT
2026-03-29 11:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1fd78c1-3bc4-503d-9329-f3576638831b with scrape type 2
2026-03-29 11:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1fd78c1-3bc4-503d-9329-f3576638831b with scrape type 2
2026-03-29 11:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1fd78c1-3bc4-503d-9329-f3576638831b, identifier: VE67%20VVT
2026-03-29 11:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP
2026-03-29 11:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP
2026-03-29 11:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP to the API
2026-03-29 11:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN07%20XHP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0ca8019-fab6-5cc9-a22c-aecb0bdef12a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN07 XHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN07%20XHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 83067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 LX Hatchback',
 'transmission': 'automatic',
 'trim': 'LX',
 'vin': 'WF05XXWPD57K19279',
 'year': 2007}
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN07%2520XHP%27 HTTP/1.1" 200 None
2026-03-29 11:06:22 [bca.uk] INFO: Saving data for BN07%20XHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774591838.328686, 'last_price_update_time': 1774782382.694094}
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN07%2520XHP') HTTP/1.1" 204 0
2026-03-29 11:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1fd78c1-3bc4-503d-9329-f3576638831b with identifier: VE67%20VVT
2026-03-29 11:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1fd78c1-3bc4-503d-9329-f3576638831b with identifier: VE67%20VVT
2026-03-29 11:06:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b1fd78c1-3bc4-503d-9329-f3576638831b with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE67%20VVT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1fd78c1-3bc4-503d-9329-f3576638831b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE67 VVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE67%20VVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 38073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.2 102 Hatchback',
 'transmission': 'manual',
 'trim': '102',
 'vin': 'WMWXN720002G40476',
 'year': 2017}
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520VVT%27 HTTP/1.1" 200 None
2026-03-29 11:06:22 [bca.uk] INFO: Saving data for VE67%20VVT: {'auction_closing_time': 1774778400.0, 'created_time': 1774592194.051292, 'last_price_update_time': 1774782382.732442}
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE67%2520VVT') HTTP/1.1" 204 0
2026-03-29 11:06:22 [bca.uk] INFO: Found listing with ID: FL60%20TTX
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520TTX%27 HTTP/1.1" 200 None
2026-03-29 11:06:22 [bca.uk] INFO: Scrape type for FL60%20TTX: 2
2026-03-29 11:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX
2026-03-29 11:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with scrape type 2
2026-03-29 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with scrape type 2
2026-03-29 11:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1, identifier: FL60%20TTX
2026-03-29 11:06:22 [bca.uk] INFO: Found listing with ID: YB65%20ELU
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520ELU%27 HTTP/1.1" 200 None
2026-03-29 11:06:22 [bca.uk] INFO: Scrape type for YB65%20ELU: 2
2026-03-29 11:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41bfed47-06be-532e-8f54-e5c676d90605 with identifier: YB65%20ELU
2026-03-29 11:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41bfed47-06be-532e-8f54-e5c676d90605 with scrape type 2
2026-03-29 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41bfed47-06be-532e-8f54-e5c676d90605 with scrape type 2
2026-03-29 11:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41bfed47-06be-532e-8f54-e5c676d90605, identifier: YB65%20ELU
2026-03-29 11:06:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX
2026-03-29 11:06:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX
2026-03-29 11:06:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX to the API
2026-03-29 11:06:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06: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-29 11:06:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL60%20TTX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '763b2a3c-f270-5d0d-85b1-3f770c2ecbd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL60 TTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL60%20TTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 95759,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TITANIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'TITANIUM',
 'vin': 'WF0JXXGAJJAJ32928',
 'year': 2010}
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520TTX%27 HTTP/1.1" 200 None
2026-03-29 11:06:24 [bca.uk] INFO: Saving data for FL60%20TTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774504909.209435, 'last_price_update_time': 1774782384.667843}
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL60%2520TTX') HTTP/1.1" 204 0
2026-03-29 11:06:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41bfed47-06be-532e-8f54-e5c676d90605 with identifier: YB65%20ELU
2026-03-29 11:06:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41bfed47-06be-532e-8f54-e5c676d90605 with identifier: YB65%20ELU
2026-03-29 11:06:24 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 41bfed47-06be-532e-8f54-e5c676d90605 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB65%20ELU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '41bfed47-06be-532e-8f54-e5c676d90605',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB65 ELU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB65%20ELU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 18665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.2 102 Hatchback',
 'transmission': 'manual',
 'trim': '102',
 'vin': 'WMWXN720302D83135',
 'year': 2015}
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520ELU%27 HTTP/1.1" 200 None
2026-03-29 11:06:24 [bca.uk] INFO: Saving data for YB65%20ELU: {'auction_closing_time': 1774778400.0, 'created_time': 1774695862.597516, 'last_price_update_time': 1774782384.803519}
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB65%2520ELU') HTTP/1.1" 204 0
2026-03-29 11:06:24 [bca.uk] INFO: Found listing with ID: KN09%20JZF
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 11:06:24 [bca.uk] INFO: Scrape type for KN09%20JZF: 2
2026-03-29 11:06:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF
2026-03-29 11:06:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with scrape type 2
2026-03-29 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with scrape type 2
2026-03-29 11:06:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab, identifier: KN09%20JZF
2026-03-29 11:06:24 [bca.uk] INFO: Found listing with ID: DN64%20GYD
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520GYD%27 HTTP/1.1" 200 None
2026-03-29 11:06:24 [bca.uk] INFO: Scrape type for DN64%20GYD: 0
2026-03-29 11:06:24 [bca.uk] INFO: Found listing with ID: GU62%20NWF
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU62%2520NWF%27 HTTP/1.1" 200 None
2026-03-29 11:06:24 [bca.uk] INFO: Scrape type for GU62%20NWF: 2
2026-03-29 11:06:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with identifier: GU62%20NWF
2026-03-29 11:06:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a with scrape type 2
2026-03-29 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a with scrape type 2
2026-03-29 11:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53a14b43-8d32-5a4d-ac93-9ace42126b1a, identifier: GU62%20NWF
2026-03-29 11:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF
2026-03-29 11:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF
2026-03-29 11:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF to the API
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06: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-29 11:06:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN09%20JZF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5c23bdf-8112-51d4-b3ee-7ca3df8730ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN09 JZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN09%20JZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 91984,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'SMART FORTWO 1.0 (84) PASSION Coupe',
 'transmission': 'automatic',
 'trim': '(84) PASSION',
 'vin': 'WME4513322K238624',
 'year': 2009}
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN09%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 11:06:25 [bca.uk] INFO: Saving data for KN09%20JZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448151.069715, 'last_price_update_time': 1774782385.86413}
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN09%2520JZF') HTTP/1.1" 204 0
2026-03-29 11:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with identifier: GU62%20NWF
2026-03-29 11:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with identifier: GU62%20NWF
2026-03-29 11:06:25 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU62%20NWF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53a14b43-8d32-5a4d-ac93-9ace42126b1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU62 NWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU62%20NWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 22366,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'JMZDEA45210468371',
 'year': 2012}
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU62%2520NWF%27 HTTP/1.1" 200 None
2026-03-29 11:06:25 [bca.uk] INFO: Saving data for GU62%20NWF: {'auction_closing_time': 1774778400.0, 'created_time': 1774695864.964923, 'last_price_update_time': 1774782385.90054}
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU62%2520NWF') HTTP/1.1" 204 0
2026-03-29 11:06:25 [bca.uk] INFO: Found listing with ID: WV59%20TZE
2026-03-29 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV59%2520TZE%27 HTTP/1.1" 200 None
2026-03-29 11:06:25 [bca.uk] INFO: Scrape type for WV59%20TZE: 2
2026-03-29 11:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE
2026-03-29 11:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da76a034-6e28-5bd7-b8f2-defa33d294f8 with scrape type 2
2026-03-29 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da76a034-6e28-5bd7-b8f2-defa33d294f8 with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da76a034-6e28-5bd7-b8f2-defa33d294f8, identifier: WV59%20TZE
2026-03-29 11:06:26 [bca.uk] INFO: Found listing with ID: HF57%20DZO
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF57%2520DZO%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Scrape type for HF57%20DZO: 2
2026-03-29 11:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with identifier: HF57%20DZO
2026-03-29 11:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f41977d4-aa4c-5c65-a9f6-75359a06d1d3, identifier: HF57%20DZO
2026-03-29 11:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE
2026-03-29 11:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE
2026-03-29 11:06:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE to the API
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV59%20TZE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da76a034-6e28-5bd7-b8f2-defa33d294f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV59 TZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV59%20TZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 96316,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 GRAPHITE Hatchback',
 'transmission': 'automatic',
 'trim': 'GRAPHITE',
 'vin': 'WMWMF32020TW26322',
 'year': 2009}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV59%2520TZE%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Saving data for WV59%20TZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774695888.840237, 'last_price_update_time': 1774782386.543828}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV59%2520TZE') HTTP/1.1" 204 0
2026-03-29 11:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with identifier: HF57%20DZO
2026-03-29 11:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with identifier: HF57%20DZO
2026-03-29 11:06:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF57%20DZO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f41977d4-aa4c-5c65-a9f6-75359a06d1d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF57 DZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF57%20DZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 46559,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'LUCGE385073213920',
 'year': 2007}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF57%2520DZO%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Saving data for HF57%20DZO: {'auction_closing_time': 1774778400.0, 'created_time': 1774695864.513811, 'last_price_update_time': 1774782386.583678}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF57%2520DZO') HTTP/1.1" 204 0
2026-03-29 11:06:26 [bca.uk] INFO: Found listing with ID: KM18%20ZYB
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM18%2520ZYB%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Scrape type for KM18%20ZYB: 2
2026-03-29 11:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3355af6-f641-5eb5-8dc1-8e17df374efc with identifier: KM18%20ZYB
2026-03-29 11:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3355af6-f641-5eb5-8dc1-8e17df374efc with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3355af6-f641-5eb5-8dc1-8e17df374efc with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3355af6-f641-5eb5-8dc1-8e17df374efc, identifier: KM18%20ZYB
2026-03-29 11:06:26 [bca.uk] INFO: Found listing with ID: GL09%20EWC
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL09%2520EWC%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Scrape type for GL09%20EWC: 2
2026-03-29 11:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with identifier: GL09%20EWC
2026-03-29 11:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf5b92b-bb35-5c57-bbff-c8eb713ecc47, identifier: GL09%20EWC
2026-03-29 11:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3355af6-f641-5eb5-8dc1-8e17df374efc with identifier: KM18%20ZYB
2026-03-29 11:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3355af6-f641-5eb5-8dc1-8e17df374efc with identifier: KM18%20ZYB
2026-03-29 11:06:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d3355af6-f641-5eb5-8dc1-8e17df374efc with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM18%20ZYB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3355af6-f641-5eb5-8dc1-8e17df374efc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM18 ZYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM18%20ZYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 47721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 D 2.1 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC2539092F431913',
 'year': 2018}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM18%2520ZYB%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Saving data for KM18%20ZYB: {'auction_closing_time': 1774778400.0, 'created_time': 1774695897.401269, 'last_price_update_time': 1774782386.910385}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM18%2520ZYB') HTTP/1.1" 204 0
2026-03-29 11:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with identifier: GL09%20EWC
2026-03-29 11:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with identifier: GL09%20EWC
2026-03-29 11:06:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL09%20EWC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acf5b92b-bb35-5c57-bbff-c8eb713ecc47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL09 EWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL09%20EWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3 PICASSO',
 'odometer': 145265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 PICASSO 1.4 VTI 95 VTR+ MPV',
 'transmission': 'manual',
 'trim': 'VTI 95 VTR+',
 'vin': 'VF7SH8FSC9T543004',
 'year': 2009}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL09%2520EWC%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Saving data for GL09%20EWC: {'auction_closing_time': 1774778400.0, 'created_time': 1774695853.747175, 'last_price_update_time': 1774782386.953151}
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL09%2520EWC') HTTP/1.1" 204 0
2026-03-29 11:06:26 [bca.uk] INFO: Found listing with ID: LA10%20WZY
2026-03-29 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA10%2520WZY%27 HTTP/1.1" 200 None
2026-03-29 11:06:26 [bca.uk] INFO: Scrape type for LA10%20WZY: 2
2026-03-29 11:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa4f76cb-5835-5acd-926c-c4926ebb239b with identifier: LA10%20WZY
2026-03-29 11:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa4f76cb-5835-5acd-926c-c4926ebb239b with scrape type 2
2026-03-29 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa4f76cb-5835-5acd-926c-c4926ebb239b with scrape type 2
2026-03-29 11:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa4f76cb-5835-5acd-926c-c4926ebb239b, identifier: LA10%20WZY
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: HW03%20GOA
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW03%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for HW03%20GOA: 2
2026-03-29 11:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with identifier: HW03%20GOA
2026-03-29 11:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with scrape type 2
2026-03-29 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with scrape type 2
2026-03-29 11:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526, identifier: HW03%20GOA
2026-03-29 11:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa4f76cb-5835-5acd-926c-c4926ebb239b with identifier: LA10%20WZY
2026-03-29 11:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa4f76cb-5835-5acd-926c-c4926ebb239b with identifier: LA10%20WZY
2026-03-29 11:06:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: aa4f76cb-5835-5acd-926c-c4926ebb239b with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 396,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA10%20WZY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '6.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa4f76cb-5835-5acd-926c-c4926ebb239b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA10 WZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA10%20WZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BENTLEY',
 'model': 'FLYING SPUR',
 'odometer': 49200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BENTLEY FLYING SPUR 6.0 W12 SPEED Saloon',
 'transmission': 'manual',
 'trim': 'W12 SPEED',
 'vin': 'SCBBJ53W7BC067069',
 'year': 2010}
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA10%2520WZY%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Saving data for LA10%20WZY: {'auction_closing_time': 1774778400.0, 'created_time': 1774048271.389999, 'last_price_update_time': 1774782387.26234}
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA10%2520WZY') HTTP/1.1" 204 0
2026-03-29 11:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with identifier: HW03%20GOA
2026-03-29 11:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with identifier: HW03%20GOA
2026-03-29 11:06:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW03%20GOA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW03 GOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW03%20GOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '206 CC',
 'odometer': 68195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 206 CC 1.6 ALLURE Convertible',
 'transmission': 'manual',
 'trim': 'ALLURE',
 'vin': 'VF32DNFUF43426811',
 'year': 2003}
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW03%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Saving data for HW03%20GOA: {'auction_closing_time': 1774778400.0, 'created_time': 1774695855.231477, 'last_price_update_time': 1774782387.329236}
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW03%2520GOA') HTTP/1.1" 204 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: WF61%20VPM
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VPM%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for WF61%20VPM: 2
2026-03-29 11:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with identifier: WF61%20VPM
2026-03-29 11:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28ab50ea-4f5a-545f-b49b-8b86322ed399 with scrape type 2
2026-03-29 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28ab50ea-4f5a-545f-b49b-8b86322ed399 with scrape type 2
2026-03-29 11:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28ab50ea-4f5a-545f-b49b-8b86322ed399, identifier: WF61%20VPM
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: Y856%20RRD
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y856%2520RRD%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for Y856%20RRD: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: BX16%20DHC
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX16%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for BX16%20DHC: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: EA14%20EOC
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for EA14%20EOC: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: EF16%20EOM
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF16%2520EOM%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for EF16%20EOM: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: RF18%20ATV
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF18%2520ATV%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for RF18%20ATV: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: RV17%20VJG
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV17%2520VJG%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for RV17%20VJG: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: DX16%20UVK
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for DX16%20UVK: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: DE67%20URY
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE67%2520URY%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for DE67%20URY: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: LM05%20FYZ
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM05%2520FYZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for LM05%20FYZ: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: VK66%20VXB
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for VK66%20VXB: 0
2026-03-29 11:06:27 [bca.uk] INFO: Found listing with ID: LY62%20DNF
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY62%2520DNF%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Scrape type for LY62%20DNF: 2
2026-03-29 11:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF
2026-03-29 11:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with scrape type 2
2026-03-29 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with scrape type 2
2026-03-29 11:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58, identifier: LY62%20DNF
2026-03-29 11:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with identifier: WF61%20VPM
2026-03-29 11:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with identifier: WF61%20VPM
2026-03-29 11:06:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF61%20VPM-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28ab50ea-4f5a-545f-b49b-8b86322ed399',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF61 VPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF61%20VPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 27371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT PANDA 1.2 (69) ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': '(69) ACTIVE',
 'vin': 'ZFA16900004004835',
 'year': 2011}
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VPM%27 HTTP/1.1" 200 None
2026-03-29 11:06:27 [bca.uk] INFO: Saving data for WF61%20VPM: {'auction_closing_time': 1774778400.0, 'created_time': 1774695891.046753, 'last_price_update_time': 1774782387.92493}
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF61%2520VPM') HTTP/1.1" 204 0
2026-03-29 11:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF
2026-03-29 11:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF
2026-03-29 11:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF to the API
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY62%20DNF-GB',
 'category': 'Car',
 'color': 'purple',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '691af02c-9bd7-5aeb-92b6-5cc0f064bb58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY62 DNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY62%20DNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 90129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 105 ELEGANCE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 105 ELEGANCE DSG',
 'vin': 'TMBGT21Z1D2043044',
 'year': 2013}
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY62%2520DNF%27 HTTP/1.1" 200 None
2026-03-29 11:06:28 [bca.uk] INFO: Saving data for LY62%20DNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774015422.168865, 'last_price_update_time': 1774782388.459679}
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY62%2520DNF') HTTP/1.1" 204 0
2026-03-29 11:06:28 [bca.uk] INFO: Found listing with ID: WJ58%20ZNU
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 11:06:28 [bca.uk] INFO: Scrape type for WJ58%20ZNU: 2
2026-03-29 11:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with identifier: WJ58%20ZNU
2026-03-29 11:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with scrape type 2
2026-03-29 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with scrape type 2
2026-03-29 11:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe, identifier: WJ58%20ZNU
2026-03-29 11:06:28 [bca.uk] INFO: Found listing with ID: YG10%20VAH
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520VAH%27 HTTP/1.1" 200 None
2026-03-29 11:06:28 [bca.uk] INFO: Scrape type for YG10%20VAH: 0
2026-03-29 11:06:28 [bca.uk] INFO: Found listing with ID: EY63%20WHH
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520WHH%27 HTTP/1.1" 200 None
2026-03-29 11:06:28 [bca.uk] INFO: Scrape type for EY63%20WHH: 0
2026-03-29 11:06:28 [bca.uk] INFO: Found listing with ID: MF61%20FVN
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF61%2520FVN%27 HTTP/1.1" 200 None
2026-03-29 11:06:28 [bca.uk] INFO: Scrape type for MF61%20FVN: 2
2026-03-29 11:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN
2026-03-29 11:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with scrape type 2
2026-03-29 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with scrape type 2
2026-03-29 11:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7, identifier: MF61%20FVN
2026-03-29 11:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with identifier: WJ58%20ZNU
2026-03-29 11:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with identifier: WJ58%20ZNU
2026-03-29 11:06:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ58%20ZNU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d3e3d6c-8d83-568a-b2d6-6e7cec776efe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ58 ZNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ58%20ZNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 59469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I PLATINUM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PLATINUM',
 'vin': 'JTDJG18C40N299774',
 'year': 2008}
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 11:06:28 [bca.uk] INFO: Saving data for WJ58%20ZNU: {'auction_closing_time': 1774778400.0, 'created_time': 1774695894.910355, 'last_price_update_time': 1774782388.777462}
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ58%2520ZNU') HTTP/1.1" 204 0
2026-03-29 11:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN
2026-03-29 11:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN
2026-03-29 11:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN to the API
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF61%20FVN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF61 FVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF61%20FVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 111078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 E-HDI 110 EXCLUSIVE EGS MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 110 EXCLUSIVE EGS',
 'vin': 'VF7UD9HR8BJ725451',
 'year': 2011}
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF61%2520FVN%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Saving data for MF61%20FVN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564106.308583, 'last_price_update_time': 1774782389.086425}
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF61%2520FVN') HTTP/1.1" 204 0
2026-03-29 11:06:29 [bca.uk] INFO: Found listing with ID: DH66%20OBL
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DH66%2520OBL%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Scrape type for DH66%20OBL: 2
2026-03-29 11:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb019db5-f305-538c-b142-6039ad8ff322 with identifier: DH66%20OBL
2026-03-29 11:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb019db5-f305-538c-b142-6039ad8ff322 with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb019db5-f305-538c-b142-6039ad8ff322 with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb019db5-f305-538c-b142-6039ad8ff322, identifier: DH66%20OBL
2026-03-29 11:06:29 [bca.uk] INFO: Found listing with ID: MT09%20FDX
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT09%2520FDX%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Scrape type for MT09%20FDX: 2
2026-03-29 11:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX
2026-03-29 11:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e29dc12-e88d-5249-8968-5f64d2ccb37e with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e29dc12-e88d-5249-8968-5f64d2ccb37e with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e29dc12-e88d-5249-8968-5f64d2ccb37e, identifier: MT09%20FDX
2026-03-29 11:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb019db5-f305-538c-b142-6039ad8ff322 with identifier: DH66%20OBL
2026-03-29 11:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb019db5-f305-538c-b142-6039ad8ff322 with identifier: DH66%20OBL
2026-03-29 11:06:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cb019db5-f305-538c-b142-6039ad8ff322 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DH66%20OBL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb019db5-f305-538c-b142-6039ad8ff322',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DH66 OBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DH66%20OBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 47259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I DESIGN',
 'vin': 'VNKKJ3D340A399301',
 'year': 2017}
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DH66%2520OBL%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Saving data for DH66%20OBL: {'auction_closing_time': 1774778400.0, 'created_time': 1774695885.000895, 'last_price_update_time': 1774782389.402684}
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DH66%2520OBL') HTTP/1.1" 204 0
2026-03-29 11:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX
2026-03-29 11:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX
2026-03-29 11:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX to the API
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06: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-29 11:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT09%20FDX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e29dc12-e88d-5249-8968-5f64d2ccb37e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT09 FDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT09%20FDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 86140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 240 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 240 LUXURY',
 'vin': 'SAJAC0524AKR54554',
 'year': 2009}
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT09%2520FDX%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Saving data for MT09%20FDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564728.647193, 'last_price_update_time': 1774782389.732937}
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT09%2520FDX') HTTP/1.1" 204 0
2026-03-29 11:06:29 [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-29 11:06:29 [bca.uk] INFO: Found listing with ID: KX64%20WYR
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX64%2520WYR%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Scrape type for KX64%20WYR: 2
2026-03-29 11:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4eccf9d-8001-5d5e-9db1-5dec162636ac with identifier: KX64%20WYR
2026-03-29 11:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4eccf9d-8001-5d5e-9db1-5dec162636ac with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4eccf9d-8001-5d5e-9db1-5dec162636ac with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4eccf9d-8001-5d5e-9db1-5dec162636ac, identifier: KX64%20WYR
2026-03-29 11:06:29 [bca.uk] INFO: Found listing with ID: PK11%20ZFG
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK11%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Scrape type for PK11%20ZFG: 2
2026-03-29 11:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG
2026-03-29 11:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b17eb679-6b1f-5a97-82b8-6252546d3f98 with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b17eb679-6b1f-5a97-82b8-6252546d3f98 with scrape type 2
2026-03-29 11:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b17eb679-6b1f-5a97-82b8-6252546d3f98, identifier: PK11%20ZFG
2026-03-29 11:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4eccf9d-8001-5d5e-9db1-5dec162636ac with identifier: KX64%20WYR
2026-03-29 11:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4eccf9d-8001-5d5e-9db1-5dec162636ac with identifier: KX64%20WYR
2026-03-29 11:06:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f4eccf9d-8001-5d5e-9db1-5dec162636ac with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX64%20WYR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4eccf9d-8001-5d5e-9db1-5dec162636ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX64 WYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX64%20WYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500',
 'odometer': 46675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 CULT Hatchback',
 'transmission': 'manual',
 'trim': 'CULT',
 'vin': 'ZFA3120000J281369',
 'year': 2014}
2026-03-29 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX64%2520WYR%27 HTTP/1.1" 200 None
2026-03-29 11:06:29 [bca.uk] INFO: Saving data for KX64%20WYR: {'auction_closing_time': 1774778400.0, 'created_time': 1774695883.611761, 'last_price_update_time': 1774782389.998002}
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX64%2520WYR') HTTP/1.1" 204 0
2026-03-29 11:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG
2026-03-29 11:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG
2026-03-29 11:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG to the API
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06: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-29 11:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK11%20ZFG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b17eb679-6b1f-5a97-82b8-6252546d3f98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK11 ZFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK11%20ZFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 72838,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 SE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 105 SE DSG',
 'vin': 'WVWZZZ1KZBM691520',
 'year': 2011}
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Saving data for PK11%20ZFG: {'auction_closing_time': 1774864800.0, 'created_time': 1774564707.28014, 'last_price_update_time': 1774782390.298083}
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK11%2520ZFG') HTTP/1.1" 204 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: RJ57%20KKY
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ57%2520KKY%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for RJ57%20KKY: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: SP08%20HWJ
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP08%2520HWJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for SP08%20HWJ: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: FR62%20KCZ
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR62%2520KCZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for FR62%20KCZ: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: KM66%20FHL
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM66%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for KM66%20FHL: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: MD07%20PTY
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD07%2520PTY%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for MD07%20PTY: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: MF10%20UFT
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF10%2520UFT%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for MF10%20UFT: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: MF17%20NRO
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06: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%2520NRO%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for MF17%20NRO: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: MK62%20DZU
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [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-29 11:06:30 [bca.uk] INFO: Scrape type for MK62%20DZU: 2
2026-03-29 11:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43127bbb-45da-5c80-a0cb-bdc250800a24 with identifier: MK62%20DZU
2026-03-29 11:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43127bbb-45da-5c80-a0cb-bdc250800a24 with scrape type 2
2026-03-29 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43127bbb-45da-5c80-a0cb-bdc250800a24 with scrape type 2
2026-03-29 11:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43127bbb-45da-5c80-a0cb-bdc250800a24, identifier: MK62%20DZU
2026-03-29 11:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43127bbb-45da-5c80-a0cb-bdc250800a24 with identifier: MK62%20DZU
2026-03-29 11:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43127bbb-45da-5c80-a0cb-bdc250800a24 with identifier: MK62%20DZU
2026-03-29 11:06:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 43127bbb-45da-5c80-a0cb-bdc250800a24 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK62%20DZU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43127bbb-45da-5c80-a0cb-bdc250800a24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK62 DZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK62%20DZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 86250,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VTR Hatchback',
 'transmission': 'manual',
 'trim': 'VTR',
 'vin': 'VF7PMCFB4CR509973',
 'year': 2012}
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [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-29 11:06:30 [bca.uk] INFO: Saving data for MK62%20DZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476402.210784, 'last_price_update_time': 1774782390.57955}
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK62%2520DZU') HTTP/1.1" 204 0
2026-03-29 11:06:30 [bca.uk] INFO: Total items found: 100
2026-03-29 11:06:30 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded
2026-03-29 11:06:30 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:06:30 [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-29 11:06:30 [bca.uk] INFO: Found listing with ID: YH09%20BCO
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH09%2520BCO%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for YH09%20BCO: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: MM69%20SVE
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520SVE%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for MM69%20SVE: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: KW19%20WVM
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520WVM%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for KW19%20WVM: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: NY19%20XSW
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY19%2520XSW%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for NY19%20XSW: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: OV20%20OKU
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV20%2520OKU%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for OV20%20OKU: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: FD21%20HBN
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [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-29 11:06:30 [bca.uk] INFO: Scrape type for FD21%20HBN: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: DP21%20OWH
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP21%2520OWH%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for DP21%20OWH: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: WO18%20YOD
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO18%2520YOD%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for WO18%20YOD: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: MA17%20CVN
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520CVN%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for MA17%20CVN: 0
2026-03-29 11:06:30 [bca.uk] INFO: Found listing with ID: MJ15%20AVR
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520AVR%27 HTTP/1.1" 200 None
2026-03-29 11:06:30 [bca.uk] INFO: Scrape type for MJ15%20AVR: 2
2026-03-29 11:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f362ec0a-158d-564f-ba25-56a3f050a098 with identifier: MJ15%20AVR
2026-03-29 11:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f362ec0a-158d-564f-ba25-56a3f050a098 with scrape type 2
2026-03-29 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f362ec0a-158d-564f-ba25-56a3f050a098 with scrape type 2
2026-03-29 11:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f362ec0a-158d-564f-ba25-56a3f050a098, identifier: MJ15%20AVR
2026-03-29 11:06:30 [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-29 11:06:30 [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-29 11:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f362ec0a-158d-564f-ba25-56a3f050a098 with identifier: MJ15%20AVR
2026-03-29 11:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f362ec0a-158d-564f-ba25-56a3f050a098 with identifier: MJ15%20AVR
2026-03-29 11:06:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f362ec0a-158d-564f-ba25-56a3f050a098 with expiration date: 2026-03-29T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ15%20AVR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f362ec0a-158d-564f-ba25-56a3f050a098',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ15 AVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ15%20AVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 40062,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.6 TDI 116 SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 116 SPORT S-T',
 'vin': 'WAUZZZ8X9FB016582',
 'year': 2015}
2026-03-29 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520AVR%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Saving data for MJ15%20AVR: {'auction_closing_time': 1774778400.0, 'created_time': 1774592214.489259, 'last_price_update_time': 1774782391.002731}
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ15%2520AVR') HTTP/1.1" 204 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: LG21%20HCM
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG21%2520HCM%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for LG21%20HCM: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: VK71%20GFX
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520GFX%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for VK71%20GFX: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: BD69%20XXF
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520XXF%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for BD69%20XXF: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: FG21%20MFN
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520MFN%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for FG21%20MFN: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: YG69%20LWF
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520LWF%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for YG69%20LWF: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: BD21%20GWA
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520GWA%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for BD21%20GWA: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: CP22%20GYW
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP22%2520GYW%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for CP22%20GYW: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: AD18%20GWP
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD18%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for AD18%20GWP: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: EU68%20NEJ
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for EU68%20NEJ: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: DA72%20RSU
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for DA72%20RSU: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: GD18%20CFO
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for GD18%20CFO: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: MJ69%20AHZ
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520AHZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for MJ69%20AHZ: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: MJ69%20KSF
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520KSF%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for MJ69%20KSF: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: PJ20%20EKU
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520EKU%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for PJ20%20EKU: 2
2026-03-29 11:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU
2026-03-29 11:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23bea3aa-167f-56e1-a877-cec2b921be25 with scrape type 2
2026-03-29 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23bea3aa-167f-56e1-a877-cec2b921be25 with scrape type 2
2026-03-29 11:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23bea3aa-167f-56e1-a877-cec2b921be25, identifier: PJ20%20EKU
2026-03-29 11:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: SN66%20TXZ
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520TXZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for SN66%20TXZ: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: BN02%20DLN
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN02%2520DLN%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for BN02%20DLN: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: EF66%20URS
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF66%2520URS%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for EF66%20URS: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: LB17%20HFF
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB17%2520HFF%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for LB17%20HFF: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: PF66%20DZV
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520DZV%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for PF66%20DZV: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: EK10%20VKV
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK10%2520VKV%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for EK10%20VKV: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: GR55%20ULB
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR55%2520ULB%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for GR55%20ULB: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: ML11%20YCS
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520YCS%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for ML11%20YCS: 0
2026-03-29 11:06:31 [bca.uk] INFO: Found listing with ID: BF65%20EKA
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520EKA%27 HTTP/1.1" 200 None
2026-03-29 11:06:31 [bca.uk] INFO: Scrape type for BF65%20EKA: 2
2026-03-29 11:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA
2026-03-29 11:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59fdd222-b180-5d68-9c14-144daa326b17 with scrape type 2
2026-03-29 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59fdd222-b180-5d68-9c14-144daa326b17 with scrape type 2
2026-03-29 11:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59fdd222-b180-5d68-9c14-144daa326b17, identifier: BF65%20EKA
2026-03-29 11:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU
2026-03-29 11:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU
2026-03-29 11:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU to the API
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:32 [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': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ20%20EKU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '23bea3aa-167f-56e1-a877-cec2b921be25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ20 EKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ20%20EKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 42227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI AWD GT-LINE ISG DCT',
 'vin': 'U5YPK816WLL899522',
 'year': 2020}
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520EKU%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Saving data for PJ20%20EKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774304472.282177, 'last_price_update_time': 1774782392.018494}
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ20%2520EKU') HTTP/1.1" 204 0
2026-03-29 11:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA
2026-03-29 11:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA
2026-03-29 11:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA to the API
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF65%20EKA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59fdd222-b180-5d68-9c14-144daa326b17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF65 EKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF65%20EKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 81569,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 2.0 COOPER D Estate',
 'transmission': 'automatic',
 'trim': 'COOPER D',
 'vin': 'WMWLR920702C06196',
 'year': 2015}
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520EKA%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Saving data for BF65%20EKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564135.148997, 'last_price_update_time': 1774782392.487396}
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF65%2520EKA') HTTP/1.1" 204 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: BP68%20KXF
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP68%2520KXF%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for BP68%20KXF: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: CE68%20OKN
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE68%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for CE68%20OKN: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: DA72%20OGE
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520OGE%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for DA72%20OGE: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: DU19%20VFP
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VFP%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for DU19%20VFP: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: FX20%20RVN
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX20%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for FX20%20RVN: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: SW69%20HAX
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for SW69%20HAX: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: EK72%20OTR
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for EK72%20OTR: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: LB24%20EUL
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520EUL%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for LB24%20EUL: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: NV21%20KXR
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520KXR%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for NV21%20KXR: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: Y27%20JJL
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y27%2520JJL%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for Y27%20JJL: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: AU19%20UPB
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU19%2520UPB%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for AU19%20UPB: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: KW70%20FUH
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520FUH%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for KW70%20FUH: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: SX19%20UXH
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX19%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for SX19%20UXH: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: YS22%20UBT
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520UBT%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for YS22%20UBT: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: KJ19%20WBM
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520WBM%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for KJ19%20WBM: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: KV71%20AEO
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520AEO%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for KV71%20AEO: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: NV19%20UBR
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520UBR%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for NV19%20UBR: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: RV68%20LBX
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV68%2520LBX%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for RV68%20LBX: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: AO70%20ZYL
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO70%2520ZYL%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for AO70%20ZYL: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: AV72%20FBL
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV72%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for AV72%20FBL: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: AVI%205715
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVI%25205715%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for AVI%205715: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: DS21%20XOB
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520XOB%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for DS21%20XOB: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: GF22%20CZO
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF22%2520CZO%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for GF22%20CZO: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: GJ23%20MRO
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520MRO%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for GJ23%20MRO: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: GV69%20PSU
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV69%2520PSU%27 HTTP/1.1" 200 None
2026-03-29 11:06:32 [bca.uk] INFO: Scrape type for GV69%20PSU: 0
2026-03-29 11:06:32 [bca.uk] INFO: Found listing with ID: GX71%20XBS
2026-03-29 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX71%2520XBS%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for GX71%20XBS: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: KJ19%20MZZ
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for KJ19%20MZZ: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: AK69%20OPY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for AK69%20OPY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: CV18%20FNN
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520FNN%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for CV18%20FNN: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: NA69%20ZFR
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520ZFR%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for NA69%20ZFR: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: NM21%20OBX
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NM21%2520OBX%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for NM21%20OBX: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: SK70%20YOM
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520YOM%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for SK70%20YOM: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: BG19%20WNV
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520WNV%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for BG19%20WNV: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: WN19%20VBY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for WN19%20VBY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: KP22%20FWN
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520FWN%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for KP22%20FWN: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: YM70%20LGV
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM70%2520LGV%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for YM70%20LGV: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: ST72%20HCC
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520HCC%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for ST72%20HCC: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: BK70%20LBZ
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520LBZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for BK70%20LBZ: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: FE72%20GRU
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520GRU%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for FE72%20GRU: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: FG19%20LHD
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520LHD%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for FG19%20LHD: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: FL70%20SXN
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SXN%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for FL70%20SXN: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: GX69%20EEM
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520EEM%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for GX69%20EEM: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: SD18%20HLO
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD18%2520HLO%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for SD18%20HLO: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: AE23%20RSO
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE23%2520RSO%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for AE23%20RSO: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: AO71%20KYW
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520KYW%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for AO71%20KYW: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: AX19%20VDY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520VDY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for AX19%20VDY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: BG22%20JMV
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG22%2520JMV%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for BG22%20JMV: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: BJ23%20DSV
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for BJ23%20DSV: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: BK22%20FCG
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520FCG%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for BK22%20FCG: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: BP73%20OOG
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520OOG%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for BP73%20OOG: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: CE19%20CEK
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520CEK%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for CE19%20CEK: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: DP22%20TKE
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKE%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for DP22%20TKE: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: DS19%20NSN
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS19%2520NSN%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for DS19%20NSN: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: DS71%20EAY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520EAY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for DS71%20EAY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: EA23%20BKN
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA23%2520BKN%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for EA23%20BKN: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: EY22%20KYZ
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520KYZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for EY22%20KYZ: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: FJ22%20YBP
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520YBP%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for FJ22%20YBP: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: GN70%20XMW
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN70%2520XMW%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for GN70%20XMW: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: HD22%20GPZ
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD22%2520GPZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for HD22%20GPZ: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: J4%20JYG
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J4%2520JYG%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for J4%20JYG: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: JR09%20HOG
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JR09%2520HOG%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for JR09%20HOG: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: KS69%20YCG
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520YCG%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for KS69%20YCG: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: LA71%20YYO
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520YYO%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for LA71%20YYO: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: LC22%20EAY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520EAY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for LC22%20EAY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: LL22%20MGO
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520MGO%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for LL22%20MGO: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: LV22%20KXJ
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520KXJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for LV22%20KXJ: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: NC22%20CZK
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC22%2520CZK%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for NC22%20CZK: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: NX72%20PHY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX72%2520PHY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for NX72%20PHY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: PX22%20ZKE
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520ZKE%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for PX22%20ZKE: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: PY67%20LKC
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520LKC%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for PY67%20LKC: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: RA15%20RYY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA15%2520RYY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for RA15%20RYY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: RJ72%20VOD
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ72%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for RJ72%20VOD: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: SA21%20KZD
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for SA21%20KZD: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: SD71%20YFN
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520YFN%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for SD71%20YFN: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: SR23%20NZS
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR23%2520NZS%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for SR23%20NZS: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: ST09%20ARY
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST09%2520ARY%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for ST09%20ARY: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: ST18%20RTO
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520RTO%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for ST18%20RTO: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: SX22%20GDU
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX22%2520GDU%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for SX22%20GDU: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: VX72%20WWK
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520WWK%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for VX72%20WWK: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: WK70%20HVS
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK70%2520HVS%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for WK70%20HVS: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: WU21%20EHW
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for WU21%20EHW: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: WU68%20BGK
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU68%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for WU68%20BGK: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: WX22%20ZVD
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520ZVD%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for WX22%20ZVD: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: WX73%20YZA
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520YZA%27 HTTP/1.1" 200 None
2026-03-29 11:06:33 [bca.uk] INFO: Scrape type for WX73%20YZA: 0
2026-03-29 11:06:33 [bca.uk] INFO: Found listing with ID: YK21%20VRC
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520VRC%27 HTTP/1.1" 200 None
2026-03-29 11:06:34 [bca.uk] INFO: Scrape type for YK21%20VRC: 0
2026-03-29 11:06:34 [bca.uk] INFO: Found listing with ID: YL70%20NVC
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL70%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 11:06:34 [bca.uk] INFO: Scrape type for YL70%20NVC: 0
2026-03-29 11:06:34 [bca.uk] INFO: Found listing with ID: DE15%20YKD
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520YKD%27 HTTP/1.1" 200 None
2026-03-29 11:06:34 [bca.uk] INFO: Scrape type for DE15%20YKD: 0
2026-03-29 11:06:34 [bca.uk] INFO: Found listing with ID: KO17%20XBK
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO17%2520XBK%27 HTTP/1.1" 200 None
2026-03-29 11:06:34 [bca.uk] INFO: Scrape type for KO17%20XBK: 0
2026-03-29 11:06:34 [bca.uk] INFO: Found listing with ID: LL14%20KEK
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL14%2520KEK%27 HTTP/1.1" 200 None
2026-03-29 11:06:34 [bca.uk] INFO: Scrape type for LL14%20KEK: 2
2026-03-29 11:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK
2026-03-29 11:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3da35472-1778-50c1-9748-b35cf0f94ddb with scrape type 2
2026-03-29 11:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3da35472-1778-50c1-9748-b35cf0f94ddb with scrape type 2
2026-03-29 11:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3da35472-1778-50c1-9748-b35cf0f94ddb, identifier: LL14%20KEK
2026-03-29 11:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK
2026-03-29 11:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK
2026-03-29 11:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK to the API
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL14%20KEK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3da35472-1778-50c1-9748-b35cf0f94ddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL14 KEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL14%20KEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 107891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 2.0 TDCI 140 TITANIUM P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 TITANIUM P/SHIFT',
 'vin': 'WF0HXXWPBHES02956',
 'year': 2014}
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL14%2520KEK%27 HTTP/1.1" 200 None
2026-03-29 11:06:34 [bca.uk] INFO: Saving data for LL14%20KEK: {'auction_closing_time': 1774864800.0, 'created_time': 1773929434.224272, 'last_price_update_time': 1774782394.674429}
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL14%2520KEK') HTTP/1.1" 204 0
2026-03-29 11:06:47 [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-29 11:06:47 [bca.uk] INFO: Total items found: 100
2026-03-29 11:06:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded
2026-03-29 11:06:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:06:47 [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-29 11:06:47 [bca.uk] INFO: Found listing with ID: YN22%20WKM
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520WKM%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for YN22%20WKM: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: YN23%20WUP
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520WUP%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for YN23%20WUP: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: YR22%20XOF
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520XOF%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for YR22%20XOF: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: YR69%20ZVN
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520ZVN%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for YR69%20ZVN: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: AV18%20LLP
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520LLP%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for AV18%20LLP: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: RO21%20VFW
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO21%2520VFW%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for RO21%20VFW: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: SW69%20SCX
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520SCX%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for SW69%20SCX: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: CP17%20DYG
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP17%2520DYG%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for CP17%20DYG: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: EJ17%20HGU
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520HGU%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for EJ17%20HGU: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: MT17%20UTS
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520UTS%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for MT17%20UTS: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: CX65%20XUD
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX65%2520XUD%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for CX65%20XUD: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: LN68%20FBD
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN68%2520FBD%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for LN68%20FBD: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: FV21%20VKU
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520VKU%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for FV21%20VKU: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: MF22%20KJU
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520KJU%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for MF22%20KJU: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: RJ18%20ZHN
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520ZHN%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for RJ18%20ZHN: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: BT66%20ZFD
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520ZFD%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for BT66%20ZFD: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: BX20%20FKV
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX20%2520FKV%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for BX20%20FKV: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: MT14%20TZF
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520TZF%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for MT14%20TZF: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: SM70%20ZWE
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM70%2520ZWE%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for SM70%20ZWE: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: FE20%20HHJ
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for FE20%20HHJ: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: DU20%20XWW
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520XWW%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for DU20%20XWW: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: GN70%20OTT
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN70%2520OTT%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for GN70%20OTT: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: YB19%20EOM
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520EOM%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for YB19%20EOM: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: YG21%20HVH
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520HVH%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for YG21%20HVH: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: BJ22%20OGX
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520OGX%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for BJ22%20OGX: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: RA19%20XWL
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for RA19%20XWL: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: SY19%20CEJ
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY19%2520CEJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for SY19%20CEJ: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: DY64%20YTD
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY64%2520YTD%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for DY64%20YTD: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: ML69%20KTJ
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520KTJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for ML69%20KTJ: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: NU21%20PFD
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520PFD%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for NU21%20PFD: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: OV69%20OAL
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520OAL%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for OV69%20OAL: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: OW17%20RHY
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW17%2520RHY%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for OW17%20RHY: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: WF68%20WGC
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF68%2520WGC%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for WF68%20WGC: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: YE67%20OPH
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE67%2520OPH%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for YE67%20OPH: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: LL18%20OTM
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520OTM%27 HTTP/1.1" 200 None
2026-03-29 11:06:47 [bca.uk] INFO: Scrape type for LL18%20OTM: 0
2026-03-29 11:06:47 [bca.uk] INFO: Found listing with ID: LX16%20CNU
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX16%2520CNU%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for LX16%20CNU: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: OW17%20PUO
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW17%2520PUO%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for OW17%20PUO: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: RK66%20MLE
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520MLE%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for RK66%20MLE: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: SC19%20RJJ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC19%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for SC19%20RJJ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: FL24%20MXK
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL24%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for FL24%20MXK: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: KP21%20EYJ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP21%2520EYJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for KP21%20EYJ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: R16%20RRX
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R16%2520RRX%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for R16%20RRX: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: YH64%20HNO
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520HNO%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for YH64%20HNO: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: YC25%20ZFZ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520ZFZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for YC25%20ZFZ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: AF73%20EOV
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for AF73%20EOV: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: AF73%20FEJ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for AF73%20FEJ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BC74%20HHL
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520HHL%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BC74%20HHL: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BG24%20XXM
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520XXM%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BG24%20XXM: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BK24%20ZKV
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BK24%20ZKV: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BL73%20ZKG
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520ZKG%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BL73%20ZKG: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BP73%20HWG
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BP73%20HWG: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BP73%20KDO
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520KDO%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BP73%20KDO: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BT23%20XZC
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BT23%20XZC: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: BW74%20DWK
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for BW74%20DWK: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: CF74%20PHA
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PHA%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for CF74%20PHA: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: CF74%20PJJ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PJJ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for CF74%20PJJ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: DL73%20LCP
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCP%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for DL73%20LCP: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: DL73%20LSZ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LSZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for DL73%20LSZ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: DN24%20UWB
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for DN24%20UWB: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: DN70%20KGO
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN70%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for DN70%20KGO: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: DV24%20BZA
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520BZA%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for DV24%20BZA: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: DX71%20AAF
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520AAF%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for DX71%20AAF: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: DY74%20BVW
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for DY74%20BVW: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: FD72%20URU
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520URU%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for FD72%20URU: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: FX19%20KVO
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX19%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for FX19%20KVO: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: GF23%20UCB
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520UCB%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for GF23%20UCB: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: GY24%20CFU
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY24%2520CFU%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for GY24%20CFU: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: HK73%20JYE
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520JYE%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for HK73%20JYE: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: KF73%20CNX
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CNX%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for KF73%20CNX: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: KJ19%20XCZ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520XCZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for KJ19%20XCZ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: KJ23%20NNB
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ23%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for KJ23%20NNB: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: KW24%20FNA
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW24%2520FNA%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for KW24%20FNA: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: KY19%20TNM
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520TNM%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for KY19%20TNM: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: LG20%20CFV
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520CFV%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for LG20%20CFV: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: LG24%20ZDK
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG24%2520ZDK%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for LG24%20ZDK: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: LL74%20DHM
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHM%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for LL74%20DHM: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: LN24%20RKU
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RKU%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for LN24%20RKU: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: LS24%20EMK
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EMK%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for LS24%20EMK: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: LS24%20VUX
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VUX%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for LS24%20VUX: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: MD74%20GXE
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GXE%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for MD74%20GXE: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: MH24%20ZDS
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH24%2520ZDS%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for MH24%20ZDS: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: ML74%20XNN
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNN%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for ML74%20XNN: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: MW23%20BYZ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for MW23%20BYZ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: MW23%20LSZ
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LSZ%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for MW23%20LSZ: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: OU72%20LYV
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU72%2520LYV%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for OU72%20LYV: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: SA69%20XVY
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520XVY%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for SA69%20XVY: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: SC69%20XMR
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for SC69%20XMR: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: SD73%20CPU
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD73%2520CPU%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for SD73%20CPU: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: SG69%20WDL
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG69%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for SG69%20WDL: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: SG71%20YGU
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520YGU%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for SG71%20YGU: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: VK24%20NBM
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for VK24%20NBM: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: WD74%20ECW
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520ECW%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for WD74%20ECW: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: WN74%20JZX
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520JZX%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for WN74%20JZX: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: WN74%20OBX
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520OBX%27 HTTP/1.1" 200 None
2026-03-29 11:06:48 [bca.uk] INFO: Scrape type for WN74%20OBX: 0
2026-03-29 11:06:48 [bca.uk] INFO: Found listing with ID: WR74%20XCX
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520XCX%27 HTTP/1.1" 200 None
2026-03-29 11:06:49 [bca.uk] INFO: Scrape type for WR74%20XCX: 0
2026-03-29 11:06:49 [bca.uk] INFO: Found listing with ID: YF23%20UOG
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UOG%27 HTTP/1.1" 200 None
2026-03-29 11:06:49 [bca.uk] INFO: Scrape type for YF23%20UOG: 0
2026-03-29 11:06:49 [bca.uk] INFO: Found listing with ID: YJ73%20WSK
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 11:06:49 [bca.uk] INFO: Scrape type for YJ73%20WSK: 0
2026-03-29 11:06:49 [bca.uk] INFO: Found listing with ID: YJ73%20WUU
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WUU%27 HTTP/1.1" 200 None
2026-03-29 11:06:49 [bca.uk] INFO: Scrape type for YJ73%20WUU: 0
2026-03-29 11:06:49 [bca.uk] INFO: Found listing with ID: YM22%20GWY
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM22%2520GWY%27 HTTP/1.1" 200 None
2026-03-29 11:06:49 [bca.uk] INFO: Scrape type for YM22%20GWY: 0
2026-03-29 11:06:49 [bca.uk] INFO: Found listing with ID: YY73%20UHG
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520UHG%27 HTTP/1.1" 200 None
2026-03-29 11:06:49 [bca.uk] INFO: Scrape type for YY73%20UHG: 0
2026-03-29 11:06:49 [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-29 11:06:49 [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-29 11:06:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:01 [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-29 11:07:01 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded
2026-03-29 11:07:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:01 [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-29 11:07:01 [bca.uk] INFO: Found listing with ID: YY73%20UHP
2026-03-29 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520UHP%27 HTTP/1.1" 200 None
2026-03-29 11:07:01 [bca.uk] INFO: Scrape type for YY73%20UHP: 0
2026-03-29 11:07:01 [bca.uk] INFO: Found listing with ID: YY73%20XEX
2026-03-29 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520XEX%27 HTTP/1.1" 200 None
2026-03-29 11:07:01 [bca.uk] INFO: Scrape type for YY73%20XEX: 0
2026-03-29 11:07:01 [bca.uk] INFO: Found listing with ID: YY73%20XFS
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for YY73%20XFS: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: YY73%20XHE
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHE%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for YY73%20XHE: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: EK73%20WBT
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for EK73%20WBT: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: CV18%20ZGK
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520ZGK%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for CV18%20ZGK: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LM63%20VTK
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520VTK%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for LM63%20VTK: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: KP69%20EZC
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520EZC%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for KP69%20EZC: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LM58%20ZKW
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for LM58%20ZKW: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: ND66%20WXW
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for ND66%20WXW: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: PE15%20XVX
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for PE15%20XVX: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: BJ68%20DAO
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for BJ68%20DAO: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: BN70%20UTW
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for BN70%20UTW: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: DF67%20WXX
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for DF67%20WXX: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: EO68%20OSM
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for EO68%20OSM: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: GM17%20BGK
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for GM17%20BGK: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: KO67%20BZU
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for KO67%20BZU: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: KS69%20AUH
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520AUH%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for KS69%20AUH: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LO66%20AAU
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07: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%2520AAU%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for LO66%20AAU: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: MF71%20ZHD
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF71%2520ZHD%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for MF71%20ZHD: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: MW70%20BVB
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for MW70%20BVB: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: OY17%20KRU
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for OY17%20KRU: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: OY17%20SPZ
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for OY17%20SPZ: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: OY66%20YSS
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for OY66%20YSS: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: RO72%20MAE
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520MAE%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for RO72%20MAE: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: DS65%20OCU
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for DS65%20OCU: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: FE67%20JCX
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for FE67%20JCX: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: HT68%20ERK
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for HT68%20ERK: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: KU65%20DZH
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for KU65%20DZH: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: SB12%20AFZ
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB12%2520AFZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for SB12%20AFZ: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: SB64%20HJV
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520HJV%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for SB64%20HJV: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: CJ19%20GAA
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520GAA%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for CJ19%20GAA: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: SB19%20OJD
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520OJD%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for SB19%20OJD: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: EK22%20EKC
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520EKC%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for EK22%20EKC: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: GD69%20YNC
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for GD69%20YNC: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: GSZ%206855
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GSZ%25206855%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for GSZ%206855: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LL69%20HKX
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for LL69%20HKX: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LR72%20YRF
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for LR72%20YRF: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: EF72%20YJG
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for EF72%20YJG: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LY16%20SWW
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for LY16%20SWW: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LT14%20MTK
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for LT14%20MTK: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: MV18%20ZXU
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for MV18%20ZXU: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: SY24%20KFV
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for SY24%20KFV: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: OE21%20WRR
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for OE21%20WRR: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: GD19%20SZV
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520SZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for GD19%20SZV: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: KV70%20XWE
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for KV70%20XWE: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: PK18%20LLR
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for PK18%20LLR: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: SA20%20CZR
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA20%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for SA20%20CZR: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: SR19%20ZZV
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520ZZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for SR19%20ZZV: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: ST69%20RVR
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for ST69%20RVR: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: HN73%20OYE
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for HN73%20OYE: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [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-29 11:07:02 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: CA20%20HMO
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for CA20%20HMO: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: D21%20CPN
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for D21%20CPN: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: KR70%20AOW
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for KR70%20AOW: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: LM19%20YBF
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for LM19%20YBF: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: MP19%20XWS
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for MP19%20XWS: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: CK22%20BGY
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07: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%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for CK22%20BGY: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: BM19%20KKC
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for BM19%20KKC: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: CU19%20HWD
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for CU19%20HWD: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: DA19%20JWL
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 11:07:02 [bca.uk] INFO: Scrape type for DA19%20JWL: 0
2026-03-29 11:07:02 [bca.uk] INFO: Found listing with ID: WT19%20AXJ
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for WT19%20AXJ: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: LM22%20HEV
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for LM22%20HEV: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: GX10%20TFN
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for GX10%20TFN: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: LR22%20POJ
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for LR22%20POJ: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: MV19%20OZD
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for MV19%20OZD: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: OY68%20HXZ
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for OY68%20HXZ: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: WK18%20TYG
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for WK18%20TYG: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: PF21%20VOH
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for PF21%20VOH: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: YG70%20JFZ
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for YG70%20JFZ: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: KX19%20ZFM
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for KX19%20ZFM: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: RX73%20ZDN
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for RX73%20ZDN: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: GY25%20ONT
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for GY25%20ONT: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: HX69%20ZKF
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for HX69%20ZKF: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: DV20%20VXP
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for DV20%20VXP: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: EF69%20NVG
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for EF69%20NVG: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: GD68%20RFO
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for GD68%20RFO: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: HF18%20LDC
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for HF18%20LDC: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: HY69%20RKF
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for HY69%20RKF: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: RV19%20HHT
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for RV19%20HHT: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: BU68%20VWW
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for BU68%20VWW: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: BV19%20GVW
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for BV19%20GVW: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: DG22%20CTE
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for DG22%20CTE: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: ML18%20XJB
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for ML18%20XJB: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: MW69%20HFC
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for MW69%20HFC: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: SA69%20LHZ
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for SA69%20LHZ: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: VX19%20FEH
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for VX19%20FEH: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: DE70%20TSU
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for DE70%20TSU: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: YF71%20WVH
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for YF71%20WVH: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: YL68%20ORJ
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for YL68%20ORJ: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: YS18%20FWH
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for YS18%20FWH: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: BP69%20OJJ
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP69%2520OJJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for BP69%20OJJ: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: CK70%20YMM
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for CK70%20YMM: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: CX20%20KFW
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for CX20%20KFW: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for KW70%20FHN: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: WJ22%20BOV
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for WJ22%20BOV: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: WN18%20XLF
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for WN18%20XLF: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: KN21%20ZVO
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for KN21%20ZVO: 0
2026-03-29 11:07:03 [bca.uk] INFO: Found listing with ID: VK69%20CTV
2026-03-29 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:03 [bca.uk] INFO: Scrape type for VK69%20CTV: 0
2026-03-29 11:07:03 [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-29 11:07:03 [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-29 11:07:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:10 [scrapy.extensions.logstats] INFO: Crawled 117 pages (at 4 pages/min), scraped 357 items (at 25 items/min)
2026-03-29 11:07:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:07:13 [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-29 11:07:13 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded
2026-03-29 11:07:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:13 [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-29 11:07:13 [bca.uk] INFO: Found listing with ID: LY16%20SWW
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for LY16%20SWW: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: LT14%20MTK
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for LT14%20MTK: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: MV18%20ZXU
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for MV18%20ZXU: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: SY24%20KFV
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for SY24%20KFV: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: OE21%20WRR
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for OE21%20WRR: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: GD19%20SZV
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520SZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for GD19%20SZV: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: KV70%20XWE
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for KV70%20XWE: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: PK18%20LLR
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for PK18%20LLR: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: SA20%20CZR
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07: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%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for SA20%20CZR: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: SR19%20ZZV
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520ZZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for SR19%20ZZV: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: ST69%20RVR
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for ST69%20RVR: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: HN73%20OYE
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for HN73%20OYE: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [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-29 11:07:13 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: CA20%20HMO
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for CA20%20HMO: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: D21%20CPN
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for D21%20CPN: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: KR70%20AOW
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for KR70%20AOW: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: LM19%20YBF
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for LM19%20YBF: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: MP19%20XWS
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for MP19%20XWS: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: CK22%20BGY
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for CK22%20BGY: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: BM19%20KKC
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for BM19%20KKC: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: CU19%20HWD
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for CU19%20HWD: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: DA19%20JWL
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for DA19%20JWL: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: WT19%20AXJ
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for WT19%20AXJ: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: LM22%20HEV
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 11:07:13 [bca.uk] INFO: Scrape type for LM22%20HEV: 0
2026-03-29 11:07:13 [bca.uk] INFO: Found listing with ID: GX10%20TFN
2026-03-29 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for GX10%20TFN: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: LR22%20POJ
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for LR22%20POJ: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: MV19%20OZD
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for MV19%20OZD: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: OY68%20HXZ
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for OY68%20HXZ: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: WK18%20TYG
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for WK18%20TYG: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: PF21%20VOH
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for PF21%20VOH: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: YG70%20JFZ
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for YG70%20JFZ: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: KX19%20ZFM
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for KX19%20ZFM: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: RX73%20ZDN
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for RX73%20ZDN: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: GY25%20ONT
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for GY25%20ONT: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: HX69%20ZKF
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for HX69%20ZKF: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: DV20%20VXP
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for DV20%20VXP: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: EF69%20NVG
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for EF69%20NVG: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: GD68%20RFO
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for GD68%20RFO: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: HF18%20LDC
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for HF18%20LDC: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: HY69%20RKF
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for HY69%20RKF: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: RV19%20HHT
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for RV19%20HHT: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: BU68%20VWW
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for BU68%20VWW: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: BV19%20GVW
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for BV19%20GVW: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: DG22%20CTE
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for DG22%20CTE: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: ML18%20XJB
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for ML18%20XJB: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: MW69%20HFC
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for MW69%20HFC: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: SA69%20LHZ
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for SA69%20LHZ: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: VX19%20FEH
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for VX19%20FEH: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: DE70%20TSU
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for DE70%20TSU: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-29 11:07:14 [bca.uk] INFO: Found listing with ID: YF71%20WVH
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-29 11:07:14 [bca.uk] INFO: Scrape type for YF71%20WVH: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: YL68%20ORJ
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for YL68%20ORJ: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: YS18%20FWH
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for YS18%20FWH: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: BP69%20OJJ
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520OJJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for BP69%20OJJ: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: CK70%20YMM
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for CK70%20YMM: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: CX20%20KFW
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for CX20%20KFW: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for KW70%20FHN: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: WJ22%20BOV
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for WJ22%20BOV: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: WN18%20XLF
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for WN18%20XLF: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: KN21%20ZVO
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for KN21%20ZVO: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: VK69%20CTV
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for VK69%20CTV: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: EJ22%20VBB
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for EJ22%20VBB: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: GP68%20URE
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP68%2520URE%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for GP68%20URE: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: KM08%20XXA
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM08%2520XXA%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for KM08%20XXA: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: YP66%20YKK
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520YKK%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for YP66%20YKK: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: MJ16%20FXK
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ16%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for MJ16%20FXK: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: DY09%20AUK
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY09%2520AUK%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for DY09%20AUK: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: SD13%20NWC
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520NWC%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for SD13%20NWC: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: YK62%20XBF
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK62%2520XBF%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for YK62%20XBF: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: LV59%20VRK
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520VRK%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for LV59%20VRK: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: VU63%20XOL
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU63%2520XOL%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for VU63%20XOL: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: YX17%20UZK
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX17%2520UZK%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for YX17%20UZK: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: ND64%20XVK
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND64%2520XVK%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for ND64%20XVK: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: LM05%20PMY
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM05%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for LM05%20PMY: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: WN08%20EJO
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520EJO%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for WN08%20EJO: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: WM18%20TOV
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM18%2520TOV%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for WM18%20TOV: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: DL65%20RZM
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for DL65%20RZM: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: AU14%20XMG
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for AU14%20XMG: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: DY11%20JYC
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for DY11%20JYC: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: NA12%20HKW
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520HKW%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for NA12%20HKW: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: AK12%20OAP
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK12%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for AK12%20OAP: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: ML21%20PXH
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for ML21%20PXH: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: BXZ%204666
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BXZ%25204666%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for BXZ%204666: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: NX63%20LFL
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520LFL%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for NX63%20LFL: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: YN64%20OSM
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OSM%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for YN64%20OSM: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: CK64%20JOH
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520JOH%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for CK64%20JOH: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: DC12%20SEE
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC12%2520SEE%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for DC12%20SEE: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: FE59%20XRV
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE59%2520XRV%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for FE59%20XRV: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: RA08%20JWP
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA08%2520JWP%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for RA08%20JWP: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: SA06%20UMJ
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA06%2520UMJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for SA06%20UMJ: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: MW63%20FXS
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520FXS%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for MW63%20FXS: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: KN14%20YFH
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520YFH%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for KN14%20YFH: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: SY13%20GYG
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520GYG%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for SY13%20GYG: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: YG59%20LXX
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG59%2520LXX%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for YG59%20LXX: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: HY63%20XBB
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY63%2520XBB%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for HY63%20XBB: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: VK15%20FJO
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK15%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for VK15%20FJO: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: WX63%20EOP
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX63%2520EOP%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for WX63%20EOP: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: MF70%20WBE
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for MF70%20WBE: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: WM63%20BYZ
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for WM63%20BYZ: 0
2026-03-29 11:07:15 [bca.uk] INFO: Found listing with ID: KY16%20LRL
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY16%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 11:07:15 [bca.uk] INFO: Scrape type for KY16%20LRL: 0
2026-03-29 11:07:15 [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-29 11:07:15 [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-29 11:07:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:17 [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-29 11:07:17 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded
2026-03-29 11:07:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:17 [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-29 11:07:17 [bca.uk] INFO: Found listing with ID: OY17%20SPZ
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:17 [bca.uk] INFO: Scrape type for OY17%20SPZ: 0
2026-03-29 11:07:17 [bca.uk] INFO: Found listing with ID: OY66%20YSS
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 11:07:17 [bca.uk] INFO: Scrape type for OY66%20YSS: 0
2026-03-29 11:07:17 [bca.uk] INFO: Found listing with ID: RO72%20MAE
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520MAE%27 HTTP/1.1" 200 None
2026-03-29 11:07:17 [bca.uk] INFO: Scrape type for RO72%20MAE: 0
2026-03-29 11:07:17 [bca.uk] INFO: Found listing with ID: DS65%20OCU
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520OCU%27 HTTP/1.1" 200 None
2026-03-29 11:07:17 [bca.uk] INFO: Scrape type for DS65%20OCU: 0
2026-03-29 11:07:17 [bca.uk] INFO: Found listing with ID: FE67%20JCX
2026-03-29 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520JCX%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for FE67%20JCX: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: HT68%20ERK
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520ERK%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for HT68%20ERK: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: KU65%20DZH
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU65%2520DZH%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for KU65%20DZH: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: SB12%20AFZ
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB12%2520AFZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for SB12%20AFZ: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: SB64%20HJV
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520HJV%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for SB64%20HJV: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: CJ19%20GAA
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520GAA%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for CJ19%20GAA: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: SB19%20OJD
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520OJD%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for SB19%20OJD: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: EK22%20EKC
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520EKC%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for EK22%20EKC: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: GD69%20YNC
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for GD69%20YNC: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: GSZ%206855
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GSZ%25206855%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for GSZ%206855: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: LL69%20HKX
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for LL69%20HKX: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: LR72%20YRF
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR72%2520YRF%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for LR72%20YRF: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: EF72%20YJG
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF72%2520YJG%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for EF72%20YJG: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: LY16%20SWW
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for LY16%20SWW: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: LT14%20MTK
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for LT14%20MTK: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: MV18%20ZXU
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for MV18%20ZXU: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: SY24%20KFV
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for SY24%20KFV: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: OE21%20WRR
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for OE21%20WRR: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: GD19%20SZV
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520SZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for GD19%20SZV: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: KV70%20XWE
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for KV70%20XWE: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: PK18%20LLR
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for PK18%20LLR: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: SA20%20CZR
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA20%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for SA20%20CZR: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: SR19%20ZZV
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520ZZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for SR19%20ZZV: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: ST69%20RVR
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for ST69%20RVR: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: HN73%20OYE
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for HN73%20OYE: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: CA20%20HMO
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for CA20%20HMO: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: D21%20CPN
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for D21%20CPN: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: KR70%20AOW
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for KR70%20AOW: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: LM19%20YBF
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for LM19%20YBF: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: MP19%20XWS
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for MP19%20XWS: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: CK22%20BGY
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for CK22%20BGY: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: BM19%20KKC
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for BM19%20KKC: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: CU19%20HWD
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for CU19%20HWD: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: DA19%20JWL
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for DA19%20JWL: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: WT19%20AXJ
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for WT19%20AXJ: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: LM22%20HEV
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for LM22%20HEV: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: GX10%20TFN
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for GX10%20TFN: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: LR22%20POJ
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for LR22%20POJ: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: MV19%20OZD
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for MV19%20OZD: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: OY68%20HXZ
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for OY68%20HXZ: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: WK18%20TYG
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for WK18%20TYG: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: PF21%20VOH
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for PF21%20VOH: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: YG70%20JFZ
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for YG70%20JFZ: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: KX19%20ZFM
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for KX19%20ZFM: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: RX73%20ZDN
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for RX73%20ZDN: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: GY25%20ONT
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for GY25%20ONT: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: HX69%20ZKF
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for HX69%20ZKF: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: DV20%20VXP
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for DV20%20VXP: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: EF69%20NVG
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for EF69%20NVG: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: GD68%20RFO
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for GD68%20RFO: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: HF18%20LDC
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for HF18%20LDC: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: HY69%20RKF
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for HY69%20RKF: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: RV19%20HHT
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for RV19%20HHT: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: BU68%20VWW
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for BU68%20VWW: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: BV19%20GVW
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for BV19%20GVW: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: DG22%20CTE
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for DG22%20CTE: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: ML18%20XJB
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-29 11:07:18 [bca.uk] INFO: Scrape type for ML18%20XJB: 0
2026-03-29 11:07:18 [bca.uk] INFO: Found listing with ID: MW69%20HFC
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for MW69%20HFC: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: SA69%20LHZ
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for SA69%20LHZ: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: VX19%20FEH
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for VX19%20FEH: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: DE70%20TSU
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for DE70%20TSU: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: YF71%20WVH
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for YF71%20WVH: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: YL68%20ORJ
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for YL68%20ORJ: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: YS18%20FWH
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for YS18%20FWH: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: BP69%20OJJ
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP69%2520OJJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for BP69%20OJJ: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: CK70%20YMM
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for CK70%20YMM: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: CX20%20KFW
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for CX20%20KFW: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for KW70%20FHN: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: WJ22%20BOV
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for WJ22%20BOV: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: WN18%20XLF
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for WN18%20XLF: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: KN21%20ZVO
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for KN21%20ZVO: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: VK69%20CTV
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for VK69%20CTV: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: EJ22%20VBB
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for EJ22%20VBB: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: GP68%20URE
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP68%2520URE%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for GP68%20URE: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: KM08%20XXA
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM08%2520XXA%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for KM08%20XXA: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: YP66%20YKK
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP66%2520YKK%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for YP66%20YKK: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: MJ16%20FXK
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ16%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for MJ16%20FXK: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: DY09%20AUK
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY09%2520AUK%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for DY09%20AUK: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: SD13%20NWC
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD13%2520NWC%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for SD13%20NWC: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: YK62%20XBF
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK62%2520XBF%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for YK62%20XBF: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: LV59%20VRK
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV59%2520VRK%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for LV59%20VRK: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: VU63%20XOL
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU63%2520XOL%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for VU63%20XOL: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: YX17%20UZK
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX17%2520UZK%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for YX17%20UZK: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: ND64%20XVK
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND64%2520XVK%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for ND64%20XVK: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: LM05%20PMY
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM05%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for LM05%20PMY: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: WN08%20EJO
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN08%2520EJO%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for WN08%20EJO: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: WM18%20TOV
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM18%2520TOV%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for WM18%20TOV: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: DL65%20RZM
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for DL65%20RZM: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: AU14%20XMG
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AU14%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for AU14%20XMG: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: DY11%20JYC
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY11%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for DY11%20JYC: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: NA12%20HKW
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA12%2520HKW%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for NA12%20HKW: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: AK12%20OAP
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK12%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for AK12%20OAP: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: ML21%20PXH
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for ML21%20PXH: 0
2026-03-29 11:07:19 [bca.uk] INFO: Found listing with ID: BXZ%204666
2026-03-29 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BXZ%25204666%27 HTTP/1.1" 200 None
2026-03-29 11:07:19 [bca.uk] INFO: Scrape type for BXZ%204666: 0
2026-03-29 11:07:19 [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-29 11:07:19 [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-29 11:07:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:24 [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-29 11:07:24 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded
2026-03-29 11:07:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:24 [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-29 11:07:24 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-29 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV22%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 11:07:24 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-29 11:07:24 [bca.uk] INFO: Found listing with ID: CA20%20HMO
2026-03-29 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 11:07:24 [bca.uk] INFO: Scrape type for CA20%20HMO: 0
2026-03-29 11:07:24 [bca.uk] INFO: Found listing with ID: D21%20CPN
2026-03-29 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for D21%20CPN: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: KR70%20AOW
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for KR70%20AOW: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: LM19%20YBF
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for LM19%20YBF: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: MP19%20XWS
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for MP19%20XWS: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: CK22%20BGY
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for CK22%20BGY: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: BM19%20KKC
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for BM19%20KKC: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: CU19%20HWD
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for CU19%20HWD: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: DA19%20JWL
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for DA19%20JWL: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: WT19%20AXJ
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for WT19%20AXJ: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: LM22%20HEV
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for LM22%20HEV: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: GX10%20TFN
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for GX10%20TFN: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: LR22%20POJ
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for LR22%20POJ: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: MV19%20OZD
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for MV19%20OZD: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: OY68%20HXZ
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for OY68%20HXZ: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: WK18%20TYG
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for WK18%20TYG: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: PF21%20VOH
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for PF21%20VOH: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: YG70%20JFZ
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for YG70%20JFZ: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: KX19%20ZFM
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for KX19%20ZFM: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: RX73%20ZDN
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for RX73%20ZDN: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: GY25%20ONT
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for GY25%20ONT: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: HX69%20ZKF
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for HX69%20ZKF: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: DV20%20VXP
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for DV20%20VXP: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: EF69%20NVG
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for EF69%20NVG: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: GD68%20RFO
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for GD68%20RFO: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: HF18%20LDC
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for HF18%20LDC: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: HY69%20RKF
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for HY69%20RKF: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: RV19%20HHT
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for RV19%20HHT: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: BU68%20VWW
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for BU68%20VWW: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: BV19%20GVW
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for BV19%20GVW: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: DG22%20CTE
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for DG22%20CTE: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: ML18%20XJB
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for ML18%20XJB: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: MW69%20HFC
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for MW69%20HFC: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: SA69%20LHZ
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for SA69%20LHZ: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: VX19%20FEH
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for VX19%20FEH: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: DE70%20TSU
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for DE70%20TSU: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: YF71%20WVH
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for YF71%20WVH: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: YL68%20ORJ
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for YL68%20ORJ: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: YS18%20FWH
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for YS18%20FWH: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: BP69%20OJJ
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP69%2520OJJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for BP69%20OJJ: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: CK70%20YMM
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for CK70%20YMM: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: CX20%20KFW
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for CX20%20KFW: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for KW70%20FHN: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: WJ22%20BOV
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for WJ22%20BOV: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: WN18%20XLF
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for WN18%20XLF: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: KN21%20ZVO
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for KN21%20ZVO: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: VK69%20CTV
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for VK69%20CTV: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: EJ22%20VBB
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for EJ22%20VBB: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: GP68%20URE
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP68%2520URE%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for GP68%20URE: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: KM08%20XXA
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM08%2520XXA%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for KM08%20XXA: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: YP66%20YKK
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP66%2520YKK%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for YP66%20YKK: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: MJ16%20FXK
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ16%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for MJ16%20FXK: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: DY09%20AUK
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY09%2520AUK%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for DY09%20AUK: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: SD13%20NWC
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD13%2520NWC%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for SD13%20NWC: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: YK62%20XBF
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK62%2520XBF%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for YK62%20XBF: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: LV59%20VRK
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV59%2520VRK%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for LV59%20VRK: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: VU63%20XOL
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU63%2520XOL%27 HTTP/1.1" 200 None
2026-03-29 11:07:25 [bca.uk] INFO: Scrape type for VU63%20XOL: 0
2026-03-29 11:07:25 [bca.uk] INFO: Found listing with ID: YX17%20UZK
2026-03-29 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX17%2520UZK%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for YX17%20UZK: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: ND64%20XVK
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND64%2520XVK%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for ND64%20XVK: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: LM05%20PMY
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM05%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for LM05%20PMY: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: WN08%20EJO
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520EJO%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for WN08%20EJO: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: WM18%20TOV
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM18%2520TOV%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for WM18%20TOV: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: DL65%20RZM
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for DL65%20RZM: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: AU14%20XMG
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for AU14%20XMG: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: DY11%20JYC
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for DY11%20JYC: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: NA12%20HKW
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520HKW%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for NA12%20HKW: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: AK12%20OAP
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK12%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for AK12%20OAP: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: ML21%20PXH
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for ML21%20PXH: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: BXZ%204666
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BXZ%25204666%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for BXZ%204666: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: NX63%20LFL
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520LFL%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for NX63%20LFL: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: YN64%20OSM
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OSM%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for YN64%20OSM: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: CK64%20JOH
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520JOH%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for CK64%20JOH: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: DC12%20SEE
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC12%2520SEE%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for DC12%20SEE: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: FE59%20XRV
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE59%2520XRV%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for FE59%20XRV: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: RA08%20JWP
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA08%2520JWP%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for RA08%20JWP: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: SA06%20UMJ
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA06%2520UMJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for SA06%20UMJ: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: MW63%20FXS
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520FXS%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for MW63%20FXS: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: KN14%20YFH
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520YFH%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for KN14%20YFH: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: SY13%20GYG
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520GYG%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for SY13%20GYG: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: YG59%20LXX
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG59%2520LXX%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for YG59%20LXX: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: WX63%20EOP
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX63%2520EOP%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for WX63%20EOP: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: MF70%20WBE
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for MF70%20WBE: 0
2026-03-29 11:07:26 [bca.uk] INFO: Found listing with ID: WM63%20BYZ
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:26 [bca.uk] INFO: Scrape type for WM63%20BYZ: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: KY16%20LRL
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY16%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for KY16%20LRL: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: EO16%20YSH
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520YSH%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for EO16%20YSH: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: FG19%20CUA
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for FG19%20CUA: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: MF12%20VBY
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for MF12%20VBY: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: GF58%20XOE
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF58%2520XOE%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for GF58%20XOE: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: WNZ%201898
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WNZ%25201898%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for WNZ%201898: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: AJ15%20UCW
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ15%2520UCW%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for AJ15%20UCW: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: GU59%20DWO
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520DWO%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for GU59%20DWO: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: BU11%20RTV
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU11%2520RTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for BU11%20RTV: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: CP64%20LLR
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP64%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for CP64%20LLR: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: SY15%20WZH
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520WZH%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for SY15%20WZH: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: EF69%20FGP
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for EF69%20FGP: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: KS71%20LRF
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for KS71%20LRF: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: MV22%20UCS
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for MV22%20UCS: 0
2026-03-29 11:07:27 [bca.uk] INFO: Found listing with ID: VK73%20CAE
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK73%2520CAE%27 HTTP/1.1" 200 None
2026-03-29 11:07:27 [bca.uk] INFO: Scrape type for VK73%20CAE: 0
2026-03-29 11:07:27 [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-29 11:07:27 [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-29 11:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:29 [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-29 11:07:29 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded
2026-03-29 11:07:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:29 [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-29 11:07:29 [bca.uk] INFO: Found listing with ID: YG59%20LXX
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG59%2520LXX%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for YG59%20LXX: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: WX63%20EOP
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX63%2520EOP%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for WX63%20EOP: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: MF70%20WBE
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for MF70%20WBE: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: WM63%20BYZ
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for WM63%20BYZ: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: KY16%20LRL
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY16%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for KY16%20LRL: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: EO16%20YSH
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520YSH%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for EO16%20YSH: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: FG19%20CUA
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for FG19%20CUA: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: MF12%20VBY
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for MF12%20VBY: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: GF58%20XOE
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF58%2520XOE%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for GF58%20XOE: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: WNZ%201898
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WNZ%25201898%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for WNZ%201898: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: AJ15%20UCW
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ15%2520UCW%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for AJ15%20UCW: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: GU59%20DWO
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520DWO%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for GU59%20DWO: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: BU11%20RTV
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU11%2520RTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for BU11%20RTV: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: CP64%20LLR
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP64%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for CP64%20LLR: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: SY15%20WZH
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520WZH%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for SY15%20WZH: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: EF69%20FGP
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for EF69%20FGP: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: KS71%20LRF
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for KS71%20LRF: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: MV22%20UCS
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for MV22%20UCS: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: VK73%20CAE
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK73%2520CAE%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for VK73%20CAE: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: NA14%20MLY
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for NA14%20MLY: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: DV12%20NKX
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV12%2520NKX%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for DV12%20NKX: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: YE13%20TGX
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE13%2520TGX%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for YE13%20TGX: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: KX63%20VRW
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX63%2520VRW%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for KX63%20VRW: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: WU56%20JVV
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU56%2520JVV%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for WU56%20JVV: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: MW14%20VSG
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW14%2520VSG%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for MW14%20VSG: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: YG63%20XMA
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520XMA%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for YG63%20XMA: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: WM64%20MZY
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for WM64%20MZY: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: PK67%20WXJ
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520WXJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for PK67%20WXJ: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: BG68%20USB
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520USB%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for BG68%20USB: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: CF22%20XZJ
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520XZJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for CF22%20XZJ: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: YF64%20HNX
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520HNX%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for YF64%20HNX: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: MK20%20NXW
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK20%2520NXW%27 HTTP/1.1" 200 None
2026-03-29 11:07:29 [bca.uk] INFO: Scrape type for MK20%20NXW: 0
2026-03-29 11:07:29 [bca.uk] INFO: Found listing with ID: ND15%20ZTH
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND15%2520ZTH%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for ND15%20ZTH: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: BF65%20MXK
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF65%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for BF65%20MXK: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: CJ21%20DMF
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ21%2520DMF%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for CJ21%20DMF: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: CX17%20HLC
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX17%2520HLC%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for CX17%20HLC: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: CU67%20WRO
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU67%2520WRO%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for CU67%20WRO: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: NU20%20BYM
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU20%2520BYM%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for NU20%20BYM: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SE23%20USB
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE23%2520USB%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SE23%20USB: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: CX19%20CMZ
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX19%2520CMZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for CX19%20CMZ: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SJ19%20TZN
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ19%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SJ19%20TZN: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: HX07%20WBO
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX07%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for HX07%20WBO: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: YT69%20XRC
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT69%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for YT69%20XRC: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SV63%20OHA
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SV63%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SV63%20OHA: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: WN11%20LZE
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN11%2520LZE%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for WN11%20LZE: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: WF08%20GUH
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF08%2520GUH%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for WF08%20GUH: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: PE15%20VEP
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PE15%2520VEP%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for PE15%20VEP: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: BF68%20XZH
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF68%2520XZH%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for BF68%20XZH: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: WH19%20KYM
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WH19%2520KYM%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for WH19%20KYM: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: KV65%20KKF
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV65%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for KV65%20KKF: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: BD61%20LZS
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD61%2520LZS%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for BD61%20LZS: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: GK70%20LKL
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK70%2520LKL%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for GK70%20LKL: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: MF15%20LOA
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF15%2520LOA%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for MF15%20LOA: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SB67%20ZDO
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB67%2520ZDO%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SB67%20ZDO: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: YB23%20NJU
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB23%2520NJU%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for YB23%20NJU: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: VA18%20JZP
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA18%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for VA18%20JZP: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: PF65%20MKM
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF65%2520MKM%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for PF65%20MKM: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SY68%20MYK
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SY68%2520MYK%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SY68%20MYK: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: YB15%20YCN
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB15%2520YCN%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for YB15%20YCN: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: YP70%20OYG
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP70%2520OYG%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for YP70%20OYG: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: P12%20TBE
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27P12%2520TBE%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for P12%20TBE: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SA72%20DPN
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA72%2520DPN%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SA72%20DPN: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: BD64%20SVN
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD64%2520SVN%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for BD64%20SVN: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SG16%20XEM
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG16%2520XEM%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SG16%20XEM: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: BX64%20YVD
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX64%2520YVD%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for BX64%20YVD: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: EO60%20XFZ
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO60%2520XFZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for EO60%20XFZ: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: DS65%20VAY
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS65%2520VAY%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for DS65%20VAY: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: YA72%20EKD
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA72%2520EKD%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for YA72%20EKD: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SG17%20XAA
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG17%2520XAA%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SG17%20XAA: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: WA16%20TJO
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA16%2520TJO%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for WA16%20TJO: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: EK13%20NDL
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK13%2520NDL%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for EK13%20NDL: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: AY66%20EOR
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AY66%2520EOR%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for AY66%20EOR: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: FL70%20WDY
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL70%2520WDY%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for FL70%20WDY: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: HK71%20UCC
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK71%2520UCC%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for HK71%20UCC: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: HN67%20XHO
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN67%2520XHO%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for HN67%20XHO: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: HK22%20RGO
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK22%2520RGO%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for HK22%20RGO: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: DS67%20KWK
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS67%2520KWK%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for DS67%20KWK: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: CX15%20ULU
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX15%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for CX15%20ULU: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: RO14%20MMV
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO14%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for RO14%20MMV: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: MA13%20FHH
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA13%2520FHH%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for MA13%20FHH: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: MK17%20JHJ
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK17%2520JHJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for MK17%20JHJ: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: SG16%20EAC
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG16%2520EAC%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for SG16%20EAC: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: YS65%20LZV
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS65%2520LZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for YS65%20LZV: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: KO18%20CWM
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO18%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for KO18%20CWM: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: KP61%20JVR
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP61%2520JVR%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for KP61%20JVR: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: WK15%20WKR
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK15%2520WKR%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for WK15%20WKR: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: WX60%20CFO
2026-03-29 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WX60%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 11:07:30 [bca.uk] INFO: Scrape type for WX60%20CFO: 0
2026-03-29 11:07:30 [bca.uk] INFO: Found listing with ID: VK66%20PZX
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520PZX%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for VK66%20PZX: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: SJ64%20WFB
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ64%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for SJ64%20WFB: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: WN62%20OGT
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN62%2520OGT%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for WN62%20OGT: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: HF66%20XPD
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF66%2520XPD%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for HF66%20XPD: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: NA68%20PNX
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520PNX%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for NA68%20PNX: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: SH66%20VEY
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520VEY%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for SH66%20VEY: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: SA67%20LLK
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA67%2520LLK%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for SA67%20LLK: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: OE62%20XHT
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE62%2520XHT%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for OE62%20XHT: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: BP74%20GVC
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520GVC%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for BP74%20GVC: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: M5%20OPK
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M5%2520OPK%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for M5%20OPK: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: YB14%20PZY
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520PZY%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for YB14%20PZY: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: YT15%20HZM
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520HZM%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for YT15%20HZM: 0
2026-03-29 11:07:31 [bca.uk] INFO: Found listing with ID: SB17%20NPK
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520NPK%27 HTTP/1.1" 200 None
2026-03-29 11:07:31 [bca.uk] INFO: Scrape type for SB17%20NPK: 0
2026-03-29 11:07:31 [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-29 11:07:31 [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-29 11: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-29 11:07:39 [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-29 11:07:39 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded
2026-03-29 11:07:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:39 [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-29 11:07:39 [bca.uk] INFO: Found listing with ID: OX73%20BFE
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX73%2520BFE%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for OX73%20BFE: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: EY13%20FZE
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY13%2520FZE%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for EY13%20FZE: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: BC73%20NTT
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC73%2520NTT%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for BC73%20NTT: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: VK21%20GPO
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520GPO%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for VK21%20GPO: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: PK65%20OBP
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520OBP%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for PK65%20OBP: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: AY66%20ZNA
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520ZNA%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for AY66%20ZNA: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: NA07%20HJZ
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA07%2520HJZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for NA07%20HJZ: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: RV18%20HSL
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520HSL%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for RV18%20HSL: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: YR70%20UMF
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520UMF%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for YR70%20UMF: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: FJ18%20XJY
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ18%2520XJY%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for FJ18%20XJY: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: RA15%20GLF
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA15%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for RA15%20GLF: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: VN62%20UNY
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520UNY%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for VN62%20UNY: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: FSZ%204071
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FSZ%25204071%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for FSZ%204071: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: DP24%20AKN
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP24%2520AKN%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for DP24%20AKN: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: MM22%20HGF
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520HGF%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for MM22%20HGF: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: OY67%20EZZ
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for OY67%20EZZ: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: AO63%20VPL
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520VPL%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for AO63%20VPL: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: SJ19%20FLS
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520FLS%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for SJ19%20FLS: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: SM73%20DNX
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520DNX%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for SM73%20DNX: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: EA23%20YLO
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA23%2520YLO%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for EA23%20YLO: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: KU63%20WEA
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520WEA%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for KU63%20WEA: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: WP69%20UHB
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP69%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for WP69%20UHB: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: YS69%20ZKF
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for YS69%20ZKF: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: YM71%20FSP
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM71%2520FSP%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for YM71%20FSP: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: YS16%20DMO
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS16%2520DMO%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for YS16%20DMO: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: DN13%20XYJ
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN13%2520XYJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for DN13%20XYJ: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: GK24%20HMF
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK24%2520HMF%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for GK24%20HMF: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: WN22%20TKD
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for WN22%20TKD: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: LO23%20GPU
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for LO23%20GPU: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: YP68%20XHL
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP68%2520XHL%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for YP68%20XHL: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: YA23%20TZR
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA23%2520TZR%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for YA23%20TZR: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: VN18%20WGJ
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WGJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for VN18%20WGJ: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: BN16%20YCC
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN16%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for BN16%20YCC: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: EF15%20ECY
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF15%2520ECY%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for EF15%20ECY: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: BV64%20HHP
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV64%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for BV64%20HHP: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: WP22%20CZC
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520CZC%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for WP22%20CZC: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: YH21%20NLM
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for YH21%20NLM: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: CE69%20XSY
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520XSY%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for CE69%20XSY: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: FL68%20XDW
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520XDW%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for FL68%20XDW: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: AO62%20OXD
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO62%2520OXD%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for AO62%20OXD: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: PX56%20GKL
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX56%2520GKL%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for PX56%20GKL: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: MD19%20WYP
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520WYP%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for MD19%20WYP: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: KE73%20AZL
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520AZL%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for KE73%20AZL: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: LM72%20ZKZ
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520ZKZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for LM72%20ZKZ: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: VO24%20OZH
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OZH%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for VO24%20OZH: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: DK14%20KWN
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520KWN%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for DK14%20KWN: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: LR23%20ZDW
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZDW%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for LR23%20ZDW: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: GV74%20XLD
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520XLD%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for GV74%20XLD: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: LM74%20XOF
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520XOF%27 HTTP/1.1" 200 None
2026-03-29 11:07:39 [bca.uk] INFO: Scrape type for LM74%20XOF: 0
2026-03-29 11:07:39 [bca.uk] INFO: Found listing with ID: LP72%20VEW
2026-03-29 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520VEW%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for LP72%20VEW: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: MD24%20WCJ
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD24%2520WCJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for MD24%20WCJ: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: BC74%20HAX
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for BC74%20HAX: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: EO23%20LML
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO23%2520LML%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for EO23%20LML: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: EU16%20VPP
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520VPP%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for EU16%20VPP: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: EO74%20OPL
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for EO74%20OPL: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: DA15%20KME
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520KME%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for DA15%20KME: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: DN17%20OTR
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN17%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for DN17%20OTR: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: LL23%20KPF
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520KPF%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for LL23%20KPF: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: Y863%20PSL
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y863%2520PSL%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for Y863%20PSL: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: FY72%20ATU
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY72%2520ATU%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for FY72%20ATU: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: SR19%20KRE
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520KRE%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for SR19%20KRE: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: AX72%20JJV
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520JJV%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for AX72%20JJV: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: AF21%20VSG
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF21%2520VSG%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for AF21%20VSG: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: DX23%20TSO
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX23%2520TSO%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for DX23%20TSO: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: KN69%20NPV
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN69%2520NPV%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for KN69%20NPV: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: YF72%20VKM
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520VKM%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for YF72%20VKM: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: DY72%20BZT
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520BZT%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for DY72%20BZT: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: P123%20PJG
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P123%2520PJG%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for P123%20PJG: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: AO22%20TKN
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO22%2520TKN%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for AO22%20TKN: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: AX72%20KAU
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KAU%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for AX72%20KAU: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: GY21%20ECT
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY21%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for GY21%20ECT: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: GC23%20CTV
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC23%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for GC23%20CTV: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: YF68%20ZTR
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for YF68%20ZTR: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: GV24%20ECT
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV24%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for GV24%20ECT: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: GY23%20TYF
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520TYF%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for GY23%20TYF: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: WU18%20RYO
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU18%2520RYO%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for WU18%20RYO: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: OV71%20KBY
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520KBY%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for OV71%20KBY: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: KV72%20VJL
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV72%2520VJL%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for KV72%20VJL: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: VO17%20JDK
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO17%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for VO17%20JDK: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: OV21%20JZF
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for OV21%20JZF: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: DU20%20NZO
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520NZO%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for DU20%20NZO: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: VK72%20WFR
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for VK72%20WFR: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: GD20%20BRZ
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD20%2520BRZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for GD20%20BRZ: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: FM19%20TZB
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for FM19%20TZB: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: HJ23%20YHS
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ23%2520YHS%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for HJ23%20YHS: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: KT68%20ENX
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520ENX%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for KT68%20ENX: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: FV18%20YDD
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV18%2520YDD%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for FV18%20YDD: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: KD16%20EZL
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for KD16%20EZL: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: YS63%20PYT
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS63%2520PYT%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for YS63%20PYT: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: YS08%20YXV
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS08%2520YXV%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for YS08%20YXV: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: YS08%20ZJO
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS08%2520ZJO%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for YS08%20ZJO: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: EK71%20HZV
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520HZV%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for EK71%20HZV: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: BT67%20OWK
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520OWK%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for BT67%20OWK: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: RX65%20HHD
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for RX65%20HHD: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: VO68%20DSX
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520DSX%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for VO68%20DSX: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: YO19%20YDJ
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO19%2520YDJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for YO19%20YDJ: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: KR18%20BKJ
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR18%2520BKJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for KR18%20BKJ: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: WU13%20UEB
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU13%2520UEB%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for WU13%20UEB: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: YN15%20UFJ
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520UFJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for YN15%20UFJ: 0
2026-03-29 11:07:40 [bca.uk] INFO: Found listing with ID: LS17%20GEO
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520GEO%27 HTTP/1.1" 200 None
2026-03-29 11:07:40 [bca.uk] INFO: Scrape type for LS17%20GEO: 0
2026-03-29 11:07:40 [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-29 11:07:40 [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-29 11: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-29 11:07:42 [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-29 11:07:42 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded
2026-03-29 11:07:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:42 [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-29 11:07:42 [bca.uk] INFO: Found listing with ID: SH14%20WXM
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for SH14%20WXM: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: FX63%20YEF
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for FX63%20YEF: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: FP65%20TEO
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for FP65%20TEO: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: AV68%20GXP
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV68%2520GXP%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for AV68%20GXP: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: SC68%20NNM
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC68%2520NNM%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for SC68%20NNM: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: MK61%20GYH
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520GYH%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for MK61%20GYH: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: FV08%20DGX
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DGX%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for FV08%20DGX: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: FG18%20GHU
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520GHU%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for FG18%20GHU: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: FG64%20LKJ
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG64%2520LKJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for FG64%20LKJ: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: WX17%20XDB
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX17%2520XDB%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for WX17%20XDB: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: YF68%20LHH
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520LHH%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for YF68%20LHH: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: YC17%20AVU
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for YC17%20AVU: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: LV62%20VKA
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV62%2520VKA%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for LV62%20VKA: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: MT14%20SOU
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for MT14%20SOU: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: NG63%20RMZ
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG63%2520RMZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for NG63%20RMZ: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: VU66%20URO
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU66%2520URO%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for VU66%20URO: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: GX14%20TLV
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520TLV%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for GX14%20TLV: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: NA64%20UVD
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA64%2520UVD%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for NA64%20UVD: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: NJ12%20XTN
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ12%2520XTN%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for NJ12%20XTN: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: VN14%20HVP
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520HVP%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for VN14%20HVP: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: NV66%20ZTE
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV66%2520ZTE%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for NV66%20ZTE: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: BF65%20FCL
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520FCL%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for BF65%20FCL: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: CE63%20PBY
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE63%2520PBY%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for CE63%20PBY: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: YY59%20CYA
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY59%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for YY59%20CYA: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: HV67%20RZT
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RZT%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for HV67%20RZT: 0
2026-03-29 11:07:42 [bca.uk] INFO: Found listing with ID: GJ60%20KJA
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520KJA%27 HTTP/1.1" 200 None
2026-03-29 11:07:42 [bca.uk] INFO: Scrape type for GJ60%20KJA: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SB60%20CNO
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520CNO%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for SB60%20CNO: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: YP06%20NXZ
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP06%2520NXZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for YP06%20NXZ: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: EJ66%20XPA
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ66%2520XPA%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for EJ66%20XPA: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: BK13%20TGJ
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK13%2520TGJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for BK13%20TGJ: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NU14%20YFL
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU14%2520YFL%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NU14%20YFL: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SK12%20HUV
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK12%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for SK12%20HUV: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NU68%20WCD
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520WCD%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NU68%20WCD: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NV11%20BAO
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV11%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NV11%20BAO: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NX63%20OSO
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520OSO%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NX63%20OSO: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NU66%20UWF
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU66%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NU66%20UWF: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: OV19%20NWU
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520NWU%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for OV19%20NWU: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: DS65%20WCC
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520WCC%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for DS65%20WCC: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: ND12%20FCP
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND12%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for ND12%20FCP: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: VO11%20WKT
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO11%2520WKT%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for VO11%20WKT: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SJ15%20VEV
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VEV%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for SJ15%20VEV: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: ND13%20HSY
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for ND13%20HSY: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: ND15%20SFU
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND15%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for ND15%20SFU: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: ND53%20EJZ
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND53%2520EJZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for ND53%20EJZ: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SL10%20HRP
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL10%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for SL10%20HRP: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: FE64%20FGV
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE64%2520FGV%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for FE64%20FGV: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: A13%20MVN
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A13%2520MVN%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for A13%20MVN: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: AK17%20GUU
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520GUU%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for AK17%20GUU: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NG15%20FSV
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520FSV%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NG15%20FSV: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NX64%20XJU
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NX64%20XJU: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: PX17%20KLK
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX17%2520KLK%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for PX17%20KLK: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: XJZ%202720
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XJZ%25202720%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for XJZ%202720: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: YB66%20XOJ
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520XOJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for YB66%20XOJ: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SB63%20LBV
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB63%2520LBV%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for SB63%20LBV: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NG09%20OHE
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG09%2520OHE%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NG09%20OHE: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NL14%20EJE
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520EJE%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NL14%20EJE: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NL64%20FPJ
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520FPJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NL64%20FPJ: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SN13%20ZFP
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520ZFP%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for SN13%20ZFP: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SD20%20GGV
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD20%2520GGV%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for SD20%20GGV: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: DT70%20EYC
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520EYC%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for DT70%20EYC: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: NG17%20OYT
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520OYT%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for NG17%20OYT: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: RV12%20YXK
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV12%2520YXK%27 HTTP/1.1" 200 None
2026-03-29 11:07:43 [bca.uk] INFO: Scrape type for RV12%20YXK: 0
2026-03-29 11:07:43 [bca.uk] INFO: Found listing with ID: SG16%20NZO
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520NZO%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for SG16%20NZO: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: SH63%20LDY
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH63%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for SH63%20LDY: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: NJ58%20LNC
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ58%2520LNC%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for NJ58%20LNC: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: AF70%20ZNZ
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for AF70%20ZNZ: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: HK66%20JFA
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520JFA%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for HK66%20JFA: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: PN64%20HCG
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN64%2520HCG%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for PN64%20HCG: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: YA17%20WGF
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA17%2520WGF%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for YA17%20WGF: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: DV65%20WKF
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520WKF%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for DV65%20WKF: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: KU66%20ZTZ
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for KU66%20ZTZ: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: YR66%20PXG
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520PXG%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for YR66%20PXG: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: AO65%20UZE
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520UZE%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for AO65%20UZE: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: FA15%20RVP
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA15%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for FA15%20RVP: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: AY18%20HNV
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY18%2520HNV%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for AY18%20HNV: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: LL66%20FWD
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520FWD%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for LL66%20FWD: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: AO10%20TKU
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO10%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for AO10%20TKU: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WG17%20UXC
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520UXC%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WG17%20UXC: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: YK59%20SRO
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK59%2520SRO%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for YK59%20SRO: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WF67%20DFL
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WF67%20DFL: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: RX72%20LTT
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520LTT%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for RX72%20LTT: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: FV10%20XXD
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV10%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for FV10%20XXD: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WK61%20ZTU
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK61%2520ZTU%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WK61%20ZTU: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: BU18%20NGO
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for BU18%20NGO: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: RO63%20YYB
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO63%2520YYB%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for RO63%20YYB: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: OW15%20CWM
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW15%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for OW15%20CWM: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WD21%20HYN
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD21%2520HYN%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WD21%20HYN: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: VN64%20GJE
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN64%2520GJE%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for VN64%20GJE: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WA22%20OGO
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520OGO%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WA22%20OGO: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WF63%20PZN
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WF63%20PZN: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: CF16%20VCC
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520VCC%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for CF16%20VCC: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: YF23%20UNU
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UNU%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for YF23%20UNU: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: CE67%20DUA
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520DUA%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for CE67%20DUA: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: VA15%20PGV
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA15%2520PGV%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for VA15%20PGV: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WF62%20FHV
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF62%2520FHV%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WF62%20FHV: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: WP64%20OMX
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP64%2520OMX%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for WP64%20OMX: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: KT17%20GKL
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520GKL%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for KT17%20GKL: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: HP08%20CJP
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HP08%2520CJP%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for HP08%20CJP: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: SG15%20DHC
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG15%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for SG15%20DHC: 0
2026-03-29 11:07:44 [bca.uk] INFO: Found listing with ID: FD17%20YNY
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520YNY%27 HTTP/1.1" 200 None
2026-03-29 11:07:44 [bca.uk] INFO: Scrape type for FD17%20YNY: 0
2026-03-29 11:07:44 [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-29 11:07:44 [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-29 11:07:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:46 [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-29 11:07:46 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded
2026-03-29 11:07:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:46 [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-29 11:07:46 [bca.uk] INFO: Found listing with ID: WR62%20NLM
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for WR62%20NLM: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: NA14%20BWZ
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520BWZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for NA14%20BWZ: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: BD03%20HWG
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD03%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for BD03%20HWG: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: BG68%20PDX
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520PDX%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for BG68%20PDX: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: OE04%20DZX
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE04%2520DZX%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for OE04%20DZX: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: VO64%20EHR
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO64%2520EHR%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for VO64%20EHR: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: ND63%20LNP
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520LNP%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for ND63%20LNP: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: SL64%20FZK
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520FZK%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for SL64%20FZK: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: AU56%20WCK
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU56%2520WCK%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for AU56%20WCK: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: FM56%20CRV
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM56%2520CRV%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for FM56%20CRV: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: ML67%20ONM
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for ML67%20ONM: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: PK17%20EOC
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for PK17%20EOC: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: YC68%20CCO
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520CCO%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for YC68%20CCO: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: YK19%20YDN
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520YDN%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for YK19%20YDN: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: VO24%20YPP
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520YPP%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for VO24%20YPP: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: SL63%20OXM
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520OXM%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for SL63%20OXM: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: YH63%20SRO
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH63%2520SRO%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for YH63%20SRO: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: OY16%20GVN
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520GVN%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for OY16%20GVN: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: YD16%20XEJ
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520XEJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for YD16%20XEJ: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: VO24%20ONM
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for VO24%20ONM: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: YB17%20SGV
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520SGV%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for YB17%20SGV: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: MW54%20PAS
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW54%2520PAS%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for MW54%20PAS: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: CK18%20CFX
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520CFX%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for CK18%20CFX: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: DF64%20XZL
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF64%2520XZL%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for DF64%20XZL: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: VN24%20OFL
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN24%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for VN24%20OFL: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: DV18%20UGL
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV18%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 11:07:46 [bca.uk] INFO: Scrape type for DV18%20UGL: 0
2026-03-29 11:07:46 [bca.uk] INFO: Found listing with ID: PF68%20UBR
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520UBR%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for PF68%20UBR: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: RV10%20KSE
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for RV10%20KSE: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: RJ74%20TCK
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520TCK%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for RJ74%20TCK: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: ML24%20FDM
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for ML24%20FDM: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MW74%20DCV
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DCV%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MW74%20DCV: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: GB07%20RWC
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GB07%2520RWC%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for GB07%20RWC: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BG16%20LZX
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG16%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BG16%20LZX: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BJ15%20TGX
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ15%2520TGX%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BJ15%20TGX: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MD74%20GVX
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GVX%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MD74%20GVX: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MW74%20DWK
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MW74%20DWK: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: VK24%20OHL
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520OHL%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for VK24%20OHL: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: WU66%20YYE
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for WU66%20YYE: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: DU14%20WPP
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU14%2520WPP%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for DU14%20WPP: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: VE16%20WMP
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WMP%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for VE16%20WMP: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: NV73%20GTZ
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520GTZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for NV73%20GTZ: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: DA66%20BXD
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520BXD%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for DA66%20BXD: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: VA19%20HFN
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520HFN%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for VA19%20HFN: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MT59%20YVK
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT59%2520YVK%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MT59%20YVK: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: PN16%20UZP
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520UZP%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for PN16%20UZP: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: VK10%20KPJ
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK10%2520KPJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for VK10%20KPJ: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: YE67%20KRX
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE67%2520KRX%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for YE67%20KRX: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BL68%20LXP
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520LXP%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BL68%20LXP: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: RX66%20YGF
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520YGF%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for RX66%20YGF: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BX65%20XZP
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX65%2520XZP%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BX65%20XZP: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: HY17%20KLO
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY17%2520KLO%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for HY17%20KLO: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: YH59%20GXB
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520GXB%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for YH59%20GXB: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: NX70%20KFF
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520KFF%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for NX70%20KFF: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BD24%20OJP
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OJP%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BD24%20OJP: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BV60%20VXT
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV60%2520VXT%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BV60%20VXT: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BX68%20WYV
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX68%2520WYV%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BX68%20WYV: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: FP13%20WNN
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP13%2520WNN%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for FP13%20WNN: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: LS24%20EXV
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for LS24%20EXV: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MK24%20ZBW
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZBW%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MK24%20ZBW: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MW74%20DWM
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWM%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MW74%20DWM: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MW74%20DWY
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWY%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MW74%20DWY: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: LS62%20KHW
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS62%2520KHW%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for LS62%20KHW: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MJ74%20PBU
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PBU%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MJ74%20PBU: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MK74%20HBP
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK74%2520HBP%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MK74%20HBP: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: VU24%20HZM
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU24%2520HZM%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for VU24%20HZM: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BN25%20RFX
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RFX%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BN25%20RFX: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MA24%20JNK
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520JNK%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MA24%20JNK: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MA74%20XZG
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520XZG%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MA74%20XZG: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: DC66%20YYE
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for DC66%20YYE: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: KW70%20UST
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520UST%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for KW70%20UST: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: KN17%20YTF
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for KN17%20YTF: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: CK63%20KKN
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520KKN%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for CK63%20KKN: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BK24%20HFU
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520HFU%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BK24%20HFU: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: KF73%20DDU
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for KF73%20DDU: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MH73%20VJA
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH73%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MH73%20VJA: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: MJ73%20PXM
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ73%2520PXM%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for MJ73%20PXM: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BD72%20HUJ
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520HUJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BD72%20HUJ: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: PK72%20OLE
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK72%2520OLE%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for PK72%20OLE: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: DV74%20ORK
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520ORK%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for DV74%20ORK: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: SB61%20FZU
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB61%2520FZU%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for SB61%20FZU: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: BP72%20UKO
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UKO%27 HTTP/1.1" 200 None
2026-03-29 11:07:47 [bca.uk] INFO: Scrape type for BP72%20UKO: 0
2026-03-29 11:07:47 [bca.uk] INFO: Found listing with ID: CV73%20TVT
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520TVT%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for CV73%20TVT: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: GY24%20FOF
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY24%2520FOF%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for GY24%20FOF: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: LO73%20OTD
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO73%2520OTD%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for LO73%20OTD: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: BK25%20JPY
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520JPY%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for BK25%20JPY: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: BN25%20YFP
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFP%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for BN25%20YFP: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: ML24%20ZWD
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520ZWD%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for ML24%20ZWD: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: MP73%20JGY
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520JGY%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for MP73%20JGY: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: FE23%20WVO
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVO%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for FE23%20WVO: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: DL74%20WCW
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WCW%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for DL74%20WCW: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: DL24%20KTE
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520KTE%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for DL24%20KTE: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: LC54%20OBX
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC54%2520OBX%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for LC54%20OBX: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: KP09%20NHV
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP09%2520NHV%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for KP09%20NHV: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: HD19%20BVL
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for HD19%20BVL: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: YR68%20LNT
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520LNT%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for YR68%20LNT: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: AO58%20XLV
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO58%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for AO58%20XLV: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: AY67%20XMG
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY67%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for AY67%20XMG: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: FP65%20XHH
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for FP65%20XHH: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: HF15%20WKE
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF15%2520WKE%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for HF15%20WKE: 0
2026-03-29 11:07:48 [bca.uk] INFO: Found listing with ID: KS14%20BAA
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS14%2520BAA%27 HTTP/1.1" 200 None
2026-03-29 11:07:48 [bca.uk] INFO: Scrape type for KS14%20BAA: 0
2026-03-29 11:07:48 [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-29 11:07:48 [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-29 11:07:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:54 [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-29 11:07:54 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded
2026-03-29 11:07:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:54 [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-29 11:07:54 [bca.uk] INFO: Found listing with ID: WK14%20MMJ
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520MMJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for WK14%20MMJ: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: WR63%20FVN
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR63%2520FVN%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for WR63%20FVN: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: WW66%20ATW
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WW66%2520ATW%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for WW66%20ATW: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: YC14%20HNO
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC14%2520HNO%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for YC14%20HNO: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: YT14%20AXC
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520AXC%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for YT14%20AXC: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: PE71%20WFO
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE71%2520WFO%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for PE71%20WFO: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: CV16%20UMD
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV16%2520UMD%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for CV16%20UMD: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: LC72%20OCH
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for LC72%20OCH: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: WG63%20CKL
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG63%2520CKL%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for WG63%20CKL: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: CJZ%205249
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJZ%25205249%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for CJZ%205249: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: BK73%20UUW
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520UUW%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for BK73%20UUW: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: HV74%20EPJ
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520EPJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:54 [bca.uk] INFO: Scrape type for HV74%20EPJ: 0
2026-03-29 11:07:54 [bca.uk] INFO: Found listing with ID: WP24%20EAF
2026-03-29 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP24%2520EAF%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for WP24%20EAF: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: WT25%20FYY
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520FYY%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for WT25%20FYY: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: WV25%20PZF
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV25%2520PZF%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for WV25%20PZF: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: FG72%20LTY
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520LTY%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for FG72%20LTY: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: HY75%20LNV
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY75%2520LNV%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for HY75%20LNV: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: MK24%20ZJJ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for MK24%20ZJJ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: WF24%20RVO
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520RVO%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for WF24%20RVO: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: LS24%20WGD
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520WGD%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for LS24%20WGD: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: VO24%20UZR
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for VO24%20UZR: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: NL12%20XCO
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520XCO%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for NL12%20XCO: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: CF74%20HXJ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520HXJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for CF74%20HXJ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: ML24%20FWG
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for ML24%20FWG: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BN74%20PFA
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BN74%20PFA: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BN74%20PFG
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFG%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BN74%20PFG: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: CK20%20HYT
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for CK20%20HYT: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: CU67%20XXH
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU67%2520XXH%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for CU67%20XXH: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: NA68%20XGU
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520XGU%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for NA68%20XGU: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: NU21%20OGO
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520OGO%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for NU21%20OGO: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: WF21%20HLG
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF21%2520HLG%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for WF21%20HLG: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: WP18%20YCL
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520YCL%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for WP18%20YCL: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BD16%20KZP
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520KZP%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BD16%20KZP: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: CF24%20PVA
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF24%2520PVA%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for CF24%20PVA: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YC18%20RMV
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC18%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YC18%20RMV: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BN12%20KXP
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN12%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BN12%20KXP: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BT61%20XNA
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT61%2520XNA%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BT61%20XNA: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: CK08%20CVS
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK08%2520CVS%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for CK08%20CVS: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: DS16%20VMX
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520VMX%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for DS16%20VMX: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: FV64%20PXZ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for FV64%20PXZ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: KV64%20UGE
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520UGE%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for KV64%20UGE: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YF57%20YKB
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520YKB%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YF57%20YKB: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YN63%20HJU
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN63%2520HJU%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YN63%20HJU: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YR61%20KFN
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR61%2520KFN%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YR61%20KFN: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: LS13%20MVJ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for LS13%20MVJ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: MD11%20XHJ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD11%2520XHJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for MD11%20XHJ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: SJ63%20URU
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520URU%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for SJ63%20URU: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: SY13%20WKR
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520WKR%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for SY13%20WKR: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: VA64%20FFD
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for VA64%20FFD: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YC10%20VCE
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520VCE%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YC10%20VCE: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YD62%20CXW
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YD62%20CXW: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YH07%20EZO
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH07%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YH07%20EZO: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YH11%20VVD
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520VVD%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YH11%20VVD: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YH63%20TXR
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH63%2520TXR%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YH63%20TXR: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BG17%20FBZ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG17%2520FBZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BG17%20FBZ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BK14%20BWW
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520BWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BK14%20BWW: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BV62%20XPX
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520XPX%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BV62%20XPX: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: CV15%20YWG
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YWG%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for CV15%20YWG: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: DU64%20MTJ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for DU64%20MTJ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: EU13%20RYM
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU13%2520RYM%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for EU13%20RYM: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: FN62%20KSE
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN62%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for FN62%20KSE: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: HY13%20KZZ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520KZZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for HY13%20KZZ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: LE14%20MAZ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE14%2520MAZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for LE14%20MAZ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: LO59%20WEW
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO59%2520WEW%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for LO59%20WEW: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: DP23%20TKJ
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TKJ%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for DP23%20TKJ: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: DP23%20TFA
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for DP23%20TFA: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: LO16%20XHU
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO16%2520XHU%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for LO16%20XHU: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: YR58%20LGK
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR58%2520LGK%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for YR58%20LGK: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BF09%20YCP
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF09%2520YCP%27 HTTP/1.1" 200 None
2026-03-29 11:07:55 [bca.uk] INFO: Scrape type for BF09%20YCP: 0
2026-03-29 11:07:55 [bca.uk] INFO: Found listing with ID: BW15%20CWC
2026-03-29 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07: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%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for BW15%20CWC: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: CK13%20HGY
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK13%2520HGY%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for CK13%20HGY: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: DU16%20DZP
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU16%2520DZP%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for DU16%20DZP: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: LC63%20KKO
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC63%2520KKO%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for LC63%20KKO: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: PK62%20FRL
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK62%2520FRL%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for PK62%20FRL: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: SJ14%20OEO
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [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-29 11:07:56 [bca.uk] INFO: Scrape type for SJ14%20OEO: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: VU63%20VOH
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU63%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for VU63%20VOH: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: DP23%20UDX
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520UDX%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for DP23%20UDX: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: VO23%20XPB
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520XPB%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for VO23%20XPB: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: DP23%20TDO
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TDO%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for DP23%20TDO: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: DP23%20TTV
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TTV%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for DP23%20TTV: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: DS13%20FUY
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS13%2520FUY%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for DS13%20FUY: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: EU63%20XYW
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU63%2520XYW%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for EU63%20XYW: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: ND63%20BDY
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520BDY%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for ND63%20BDY: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: PO63%20YJM
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for PO63%20YJM: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: DP23%20TBV
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TBV%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for DP23%20TBV: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: DP23%20TLK
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TLK%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for DP23%20TLK: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: MT55%20RZS
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT55%2520RZS%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for MT55%20RZS: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: PX63%20KGU
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX63%2520KGU%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for PX63%20KGU: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: KV11%20VXT
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV11%2520VXT%27 HTTP/1.1" 200 None
2026-03-29 11:07:56 [bca.uk] INFO: Scrape type for KV11%20VXT: 0
2026-03-29 11:07:56 [bca.uk] INFO: Found listing with ID: EK11%20EKW
2026-03-29 11:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK11%2520EKW%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for EK11%20EKW: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: LV13%20AFO
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520AFO%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for LV13%20AFO: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: MT66%20ALO
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [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-29 11:07:57 [bca.uk] INFO: Scrape type for MT66%20ALO: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: NU70%20NRJ
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [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-29 11:07:57 [bca.uk] INFO: Scrape type for NU70%20NRJ: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: EK60%20DYW
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK60%2520DYW%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for EK60%20DYW: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: HG60%20EWW
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520EWW%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for HG60%20EWW: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: SM58%20BYK
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM58%2520BYK%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for SM58%20BYK: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: BT16%20ZKM
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520ZKM%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for BT16%20ZKM: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: LXZ%202306
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25202306%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for LXZ%202306: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: SB59%20ZXF
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB59%2520ZXF%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for SB59%20ZXF: 0
2026-03-29 11:07:57 [bca.uk] INFO: Found listing with ID: SN63%20BDZ
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520BDZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:57 [bca.uk] INFO: Scrape type for SN63%20BDZ: 0
2026-03-29 11:07:57 [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-29 11:07:57 [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-29 11:07:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Total items found: 100
2026-03-29 11:07:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded
2026-03-29 11:07:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Found listing with ID: MW61%20RRY
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW61%2520RRY%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for MW61%20RRY: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: FG63%20KGP
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG63%2520KGP%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for FG63%20KGP: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: FT63%20LWA
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520LWA%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for FT63%20LWA: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: LD63%20SKU
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520SKU%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for LD63%20SKU: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: SA17%20FAF
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520FAF%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for SA17%20FAF: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: SL17%20NGU
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Scrape type for SL17%20NGU: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: AO63%20XYY
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520XYY%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for AO63%20XYY: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: SV09%20YGZ
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV09%2520YGZ%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for SV09%20YGZ: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: HX14%20DND
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520DND%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for HX14%20DND: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: BL12%20XGC
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520XGC%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for BL12%20XGC: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: YH59%20CCY
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for YH59%20CCY: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: MJ10%20PDX
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ10%2520PDX%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for MJ10%20PDX: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: BK14%20WCG
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 11:07:59 [bca.uk] INFO: Scrape type for BK14%20WCG: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: AE69%20JHY
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Scrape type for AE69%20JHY: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: BN22%20KRF
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Scrape type for BN22%20KRF: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: CU22%20ZXR
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Scrape type for CU22%20ZXR: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: FD71%20JXN
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Scrape type for FD71%20JXN: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: FH73%20MKE
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07:59 [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-29 11:07:59 [bca.uk] INFO: Scrape type for FH73%20MKE: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: KE72%20LSK
2026-03-29 11:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:07: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-29 11:07:59 [bca.uk] INFO: Scrape type for KE72%20LSK: 0
2026-03-29 11:07:59 [bca.uk] INFO: Found listing with ID: N28%20CVL
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27N28%2520CVL%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for N28%20CVL: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: NV19%20EUZ
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV19%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for NV19%20EUZ: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: OV19%20VEK
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV19%2520VEK%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for OV19%20VEK: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: OV23%20GWX
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520GWX%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for OV23%20GWX: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: OY20%20RGO
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY20%2520RGO%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for OY20%20RGO: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: RJ70%20WKD
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ70%2520WKD%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for RJ70%20WKD: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: SJ21%20YDN
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ21%2520YDN%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for SJ21%20YDN: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: AF22%20UDK
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF22%2520UDK%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for AF22%20UDK: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: AW21%20DVU
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AW21%2520DVU%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for AW21%20DVU: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: BP72%20FTD
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP72%2520FTD%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for BP72%20FTD: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: BP72%20ZZO
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP72%2520ZZO%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for BP72%20ZZO: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: CV23%20KXX
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV23%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for CV23%20KXX: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: DE23%20JPO
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE23%2520JPO%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for DE23%20JPO: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: DG24%20FYS
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG24%2520FYS%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for DG24%20FYS: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: FJ21%20VJM
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ21%2520VJM%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for FJ21%20VJM: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: FJ71%20TZW
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ71%2520TZW%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for FJ71%20TZW: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: FN22%20LFB
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN22%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for FN22%20LFB: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: GJ22%20RXN
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ22%2520RXN%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for GJ22%20RXN: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: GN73%20XFP
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN73%2520XFP%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for GN73%20XFP: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: GP21%20FTU
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP21%2520FTU%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for GP21%20FTU: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: GU23%20XLN
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU23%2520XLN%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for GU23%20XLN: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: GV71%20PYT
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV71%2520PYT%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for GV71%20PYT: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: HF21%20UKM
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF21%2520UKM%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for HF21%20UKM: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: HK72%20LDL
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK72%2520LDL%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for HK72%20LDL: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: KR71%20YZK
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR71%2520YZK%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for KR71%20YZK: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LE21%20ONP
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LE21%2520ONP%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LE21%20ONP: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LJ21%20ANZ
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ21%2520ANZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LJ21%20ANZ: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LJ22%20YNM
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ22%2520YNM%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LJ22%20YNM: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LL73%20PTZ
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL73%2520PTZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LL73%20PTZ: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LM72%20OEH
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM72%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LM72%20OEH: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LN22%20XRO
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN22%2520XRO%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LN22%20XRO: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LN23%20XRZ
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN23%2520XRZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LN23%20XRZ: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LR22%20SKZ
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520SKZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LR22%20SKZ: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LS21%20UXD
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS21%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LS21%20UXD: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LT24%20SPZ
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT24%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LT24%20SPZ: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: LY21%20FXP
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY21%2520FXP%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for LY21%20FXP: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MA23%20LUR
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA23%2520LUR%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MA23%20LUR: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MA23%20UCM
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA23%2520UCM%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MA23%20UCM: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MF22%20THU
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF22%2520THU%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MF22%20THU: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MF22%20UNL
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF22%2520UNL%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MF22%20UNL: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MJ21%20JYX
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ21%2520JYX%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MJ21%20JYX: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MJ23%20GNK
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ23%2520GNK%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MJ23%20GNK: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MJ71%20NLT
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ71%2520NLT%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MJ71%20NLT: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MV71%20KKN
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV71%2520KKN%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MV71%20KKN: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: MW71%20XLP
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW71%2520XLP%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for MW71%20XLP: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: NC21%20FCD
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NC21%2520FCD%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for NC21%20FCD: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: NG23%20VZA
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG23%2520VZA%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for NG23%20VZA: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: NL23%20SYE
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL23%2520SYE%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for NL23%20SYE: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: NL72%20VLB
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL72%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for NL72%20VLB: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: OE72%20JDU
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE72%2520JDU%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for OE72%20JDU: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: OV23%20CVP
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520CVP%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for OV23%20CVP: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: OY25%20GNO
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY25%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for OY25%20GNO: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: PE71%20XBG
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PE71%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for PE71%20XBG: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: RF70%20EGV
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF70%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for RF70%20EGV: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: RV23%20WJK
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV23%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for RV23%20WJK: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: SG22%20ORL
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG22%2520ORL%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for SG22%20ORL: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: SM22%20NNB
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM22%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for SM22%20NNB: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: VO23%20NNV
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO23%2520NNV%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for VO23%20NNV: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: WD24%20HDC
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD24%2520HDC%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for WD24%20HDC: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: WG72%20ORF
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG72%2520ORF%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for WG72%20ORF: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: WR71%20ZHH
2026-03-29 11:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 11:08:00 [bca.uk] INFO: Scrape type for WR71%20ZHH: 0
2026-03-29 11:08:00 [bca.uk] INFO: Found listing with ID: WX23%20GXK
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WX23%2520GXK%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for WX23%20GXK: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: YK22%20TBV
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK22%2520TBV%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for YK22%20TBV: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: YK22%20TEO
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK22%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for YK22%20TEO: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: YK72%20UPF
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK72%2520UPF%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for YK72%20UPF: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: YP72%20NTM
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP72%2520NTM%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for YP72%20NTM: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: YR72%20HSU
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR72%2520HSU%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for YR72%20HSU: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: YT72%20CDF
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT72%2520CDF%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for YT72%20CDF: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: HX14%20FFC
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX14%2520FFC%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for HX14%20FFC: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: BX20%20OGT
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX20%2520OGT%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for BX20%20OGT: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: FV13%20YPL
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV13%2520YPL%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for FV13%20YPL: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: KR63%20ZRG
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR63%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for KR63%20ZRG: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: SG13%20UOY
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG13%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for SG13%20UOY: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: VN12%20XCH
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN12%2520XCH%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for VN12%20XCH: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: ML63%20NKT
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML63%2520NKT%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for ML63%20NKT: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: DC65%20VLJ
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC65%2520VLJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for DC65%20VLJ: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: DX68%20HXN
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX68%2520HXN%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for DX68%20HXN: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: RX56%20XOZ
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX56%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for RX56%20XOZ: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: WR58%20YUW
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR58%2520YUW%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for WR58%20YUW: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: WA20%20YHO
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA20%2520YHO%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for WA20%20YHO: 0
2026-03-29 11:08:01 [bca.uk] INFO: Found listing with ID: Y20%20RDE
2026-03-29 11:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27Y20%2520RDE%27 HTTP/1.1" 200 None
2026-03-29 11:08:01 [bca.uk] INFO: Scrape type for Y20%20RDE: 0
2026-03-29 11:08:01 [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-29 11:08:01 [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-29 11:08:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:08:10 [scrapy.extensions.logstats] INFO: Crawled 126 pages (at 9 pages/min), scraped 357 items (at 0 items/min)
2026-03-29 11:08:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:08:18 [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-29 11:08:18 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded
2026-03-29 11:08:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:18 [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-29 11:08:18 [bca.uk] INFO: Found listing with ID: YA12%20PDK
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA12%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for YA12%20PDK: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: YJ63%20CVO
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ63%2520CVO%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for YJ63%20CVO: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: YP60%20UFT
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP60%2520UFT%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for YP60%20UFT: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: FV64%20UGS
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV64%2520UGS%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for FV64%20UGS: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: GJ62%20OWW
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ62%2520OWW%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for GJ62%20OWW: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: HD66%20AYV
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HD66%2520AYV%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for HD66%20AYV: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: HX65%20VZY
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX65%2520VZY%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for HX65%20VZY: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: KN60%20UXA
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN60%2520UXA%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for KN60%20UXA: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: LC62%20ENO
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC62%2520ENO%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for LC62%20ENO: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: LS18%20GSV
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS18%2520GSV%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for LS18%20GSV: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: MV17%20GRK
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV17%2520GRK%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for MV17%20GRK: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: BG12%20YSA
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG12%2520YSA%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for BG12%20YSA: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: BJ59%20YSS
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ59%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for BJ59%20YSS: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: BP06%20UJK
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP06%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for BP06%20UJK: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: BV17%20NCY
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV17%2520NCY%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for BV17%20NCY: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: DE18%20HKD
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE18%2520HKD%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for DE18%20HKD: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: EA65%20ZCT
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA65%2520ZCT%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for EA65%20ZCT: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: EX06%20UKK
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX06%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for EX06%20UKK: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: DG67%20VFW
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG67%2520VFW%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for DG67%20VFW: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: FT12%20FXJ
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FT12%2520FXJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for FT12%20FXJ: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: RK63%20MWY
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK63%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for RK63%20MWY: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: RV12%20MMU
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV12%2520MMU%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for RV12%20MMU: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: AE63%20YYL
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE63%2520YYL%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for AE63%20YYL: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: LC16%20NGZ
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC16%2520NGZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for LC16%20NGZ: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: LN59%20YGP
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN59%2520YGP%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for LN59%20YGP: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: NC54%20KGO
2026-03-29 11:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NC54%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 11:08:18 [bca.uk] INFO: Scrape type for NC54%20KGO: 0
2026-03-29 11:08:18 [bca.uk] INFO: Found listing with ID: WD64%20EXR
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD64%2520EXR%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for WD64%20EXR: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: BN60%20OLC
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN60%2520OLC%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for BN60%20OLC: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: DA59%20JYT
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA59%2520JYT%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for DA59%20JYT: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: DN65%20HSO
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN65%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for DN65%20HSO: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: FE60%20VKH
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE60%2520VKH%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for FE60%20VKH: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: GU14%20OGB
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU14%2520OGB%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for GU14%20OGB: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: VA16%20LRV
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA16%2520LRV%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for VA16%20LRV: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: AO12%20GNP
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO12%2520GNP%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for AO12%20GNP: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: BK64%20AOB
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK64%2520AOB%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for BK64%20AOB: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: DU67%20LVD
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU67%2520LVD%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for DU67%20LVD: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: EK56%20PGO
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK56%2520PGO%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for EK56%20PGO: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: EN59%20AMK
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN59%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for EN59%20AMK: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: EY08%20YGX
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY08%2520YGX%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for EY08%20YGX: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: LF61%20YNV
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF61%2520YNV%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for LF61%20YNV: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: LS06%20OUH
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS06%2520OUH%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for LS06%20OUH: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: NU66%20PYW
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU66%2520PYW%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for NU66%20PYW: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: PE58%20NTM
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PE58%2520NTM%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for PE58%20NTM: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: VN68%20KUJ
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN68%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for VN68%20KUJ: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: NL23%20SUU
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL23%2520SUU%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for NL23%20SUU: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: EU15%20YBM
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU15%2520YBM%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for EU15%20YBM: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: GK19%20YXX
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK19%2520YXX%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for GK19%20YXX: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: CV06%20ZKK
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV06%2520ZKK%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for CV06%20ZKK: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: GF57%20UHV
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF57%2520UHV%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for GF57%20UHV: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: BG08%20KAK
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG08%2520KAK%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for BG08%20KAK: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: YP58%20TBU
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP58%2520TBU%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for YP58%20TBU: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: HG07%20WOA
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG07%2520WOA%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for HG07%20WOA: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: KC57%20UUR
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KC57%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for KC57%20UUR: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: KG05%20BVL
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KG05%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for KG05%20BVL: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: LA56%20LHG
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA56%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for LA56%20LHG: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: LC05%20LHB
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC05%2520LHB%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for LC05%20LHB: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: LG61%20WYL
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG61%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for LG61%20WYL: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: LV13%20WFN
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV13%2520WFN%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for LV13%20WFN: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: MJ61%20XRS
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ61%2520XRS%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for MJ61%20XRS: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: NA69%20XBT
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA69%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for NA69%20XBT: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: SD13%20SXO
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD13%2520SXO%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for SD13%20SXO: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: SG09%20FNU
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG09%2520FNU%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for SG09%20FNU: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: SM61%20URB
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM61%2520URB%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for SM61%20URB: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: VF07%20KYX
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VF07%2520KYX%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for VF07%20KYX: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: WG63%20YYE
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG63%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for WG63%20YYE: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: WJ07%20XUC
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ07%2520XUC%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for WJ07%20XUC: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: DF14%20TKV
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF14%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for DF14%20TKV: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: DU16%20VYC
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU16%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for DU16%20VYC: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: EJ14%20VDR
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ14%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for EJ14%20VDR: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: GJ61%20FMC
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ61%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for GJ61%20FMC: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: GU64%20NXK
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU64%2520NXK%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for GU64%20NXK: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: HD07%20EZL
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HD07%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for HD07%20EZL: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: FP17%20UOB
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP17%2520UOB%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for FP17%20UOB: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: RY56%20RNF
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RY56%2520RNF%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for RY56%20RNF: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: VK23%20RVT
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK23%2520RVT%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for VK23%20RVT: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: FV59%20MFZ
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV59%2520MFZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for FV59%20MFZ: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: GX63%20OJP
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX63%2520OJP%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for GX63%20OJP: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: KS58%20OPT
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS58%2520OPT%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for KS58%20OPT: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: LM62%20GWZ
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM62%2520GWZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for LM62%20GWZ: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: MJ62%20EOL
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ62%2520EOL%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for MJ62%20EOL: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: NJ60%20NMX
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ60%2520NMX%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for NJ60%20NMX: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: SH18%20GZJ
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH18%2520GZJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for SH18%20GZJ: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: AC59%20DAC
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AC59%2520DAC%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for AC59%20DAC: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: FD63%20KVK
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD63%2520KVK%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for FD63%20KVK: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: FL72%20ZHH
2026-03-29 11:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL72%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 11:08:19 [bca.uk] INFO: Scrape type for FL72%20ZHH: 0
2026-03-29 11:08:19 [bca.uk] INFO: Found listing with ID: BJ66%20NYU
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520NYU%27 HTTP/1.1" 200 None
2026-03-29 11:08:20 [bca.uk] INFO: Scrape type for BJ66%20NYU: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: SW13%20EBX
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [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-29 11:08:20 [bca.uk] INFO: Scrape type for SW13%20EBX: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: VN66%20YVE
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN66%2520YVE%27 HTTP/1.1" 200 None
2026-03-29 11:08:20 [bca.uk] INFO: Scrape type for VN66%20YVE: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: SH57%20NLP
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH57%2520NLP%27 HTTP/1.1" 200 None
2026-03-29 11:08:20 [bca.uk] INFO: Scrape type for SH57%20NLP: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: FD69%20ZHX
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [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-29 11:08:20 [bca.uk] INFO: Scrape type for FD69%20ZHX: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: EK57%20YWZ
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK57%2520YWZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:20 [bca.uk] INFO: Scrape type for EK57%20YWZ: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: PF67%20ENX
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [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-29 11:08:20 [bca.uk] INFO: Scrape type for PF67%20ENX: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: WP14%20FBF
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:20 [bca.uk] INFO: Scrape type for WP14%20FBF: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: WT16%20KKB
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520KKB%27 HTTP/1.1" 200 None
2026-03-29 11:08:20 [bca.uk] INFO: Scrape type for WT16%20KKB: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: YB66%20CAV
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [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-29 11:08:20 [bca.uk] INFO: Scrape type for YB66%20CAV: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: YP61%20WOR
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:20 [bca.uk] INFO: Scrape type for YP61%20WOR: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: YX14%20ORY
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:20 [bca.uk] INFO: Scrape type for YX14%20ORY: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: SY10%20OOD
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY10%2520OOD%27 HTTP/1.1" 200 None
2026-03-29 11:08:20 [bca.uk] INFO: Scrape type for SY10%20OOD: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: FY62%20VGM
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY62%2520VGM%27 HTTP/1.1" 200 None
2026-03-29 11:08:20 [bca.uk] INFO: Scrape type for FY62%20VGM: 0
2026-03-29 11:08:20 [bca.uk] INFO: Found listing with ID: SH09%20CPE
2026-03-29 11:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:20 [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-29 11:08:20 [bca.uk] INFO: Scrape type for SH09%20CPE: 0
2026-03-29 11:08:20 [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-29 11:08:20 [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-29 11:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:08:25 [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-29 11:08:25 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded
2026-03-29 11:08:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:25 [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-29 11:08:25 [bca.uk] INFO: Found listing with ID: SV60%20MXJ
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SV60%2520MXJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for SV60%20MXJ: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: FH10%20OZN
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FH10%2520OZN%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for FH10%20OZN: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: NX67%20XBD
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX67%2520XBD%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for NX67%20XBD: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: FV17%20ZVH
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV17%2520ZVH%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for FV17%20ZVH: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: NX14%20ZHM
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX14%2520ZHM%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for NX14%20ZHM: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: PJ16%20CME
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ16%2520CME%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for PJ16%20CME: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: FY09%20CJO
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY09%2520CJO%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for FY09%20CJO: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: YS09%20GUK
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS09%2520GUK%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for YS09%20GUK: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: YM24%20JBU
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM24%2520JBU%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for YM24%20JBU: 0
2026-03-29 11:08:25 [bca.uk] INFO: Found listing with ID: YG17%20ONF
2026-03-29 11:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG17%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 11:08:25 [bca.uk] INFO: Scrape type for YG17%20ONF: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: YH61%20SGV
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH61%2520SGV%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for YH61%20SGV: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: DN58%20UWL
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN58%2520UWL%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for DN58%20UWL: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: NJ09%20OGF
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ09%2520OGF%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for NJ09%20OGF: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: PK12%20TXL
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK12%2520TXL%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for PK12%20TXL: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: PX08%20GWJ
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX08%2520GWJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for PX08%20GWJ: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: RF12%20FYR
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF12%2520FYR%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for RF12%20FYR: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: WG19%20UHJ
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG19%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for WG19%20UHJ: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: WP62%20XYU
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP62%2520XYU%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for WP62%20XYU: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: GK60%20RPO
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK60%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for GK60%20RPO: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: PL73%20JNF
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PL73%2520JNF%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for PL73%20JNF: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: SL58%20KKF
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL58%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for SL58%20KKF: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: RO22%20NRL
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO22%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for RO22%20NRL: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: FG65%20XLO
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG65%2520XLO%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for FG65%20XLO: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: FG68%20DDA
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG68%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for FG68%20DDA: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: FJ14%20YWV
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ14%2520YWV%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for FJ14%20YWV: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: KN19%20TJW
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN19%2520TJW%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for KN19%20TJW: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: SP12%20XJU
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP12%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for SP12%20XJU: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: SW15%20NYA
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW15%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for SW15%20NYA: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: Y676%20PLE
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27Y676%2520PLE%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for Y676%20PLE: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: DG13%20DVZ
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG13%2520DVZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for DG13%20DVZ: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: DL67%20NKJ
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL67%2520NKJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for DL67%20NKJ: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: NL12%20MVO
2026-03-29 11:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL12%2520MVO%27 HTTP/1.1" 200 None
2026-03-29 11:08:26 [bca.uk] INFO: Scrape type for NL12%20MVO: 0
2026-03-29 11:08:26 [bca.uk] INFO: Found listing with ID: GV68%20ULZ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV68%2520ULZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for GV68%20ULZ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: RJ22%20EBZ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ22%2520EBZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for RJ22%20EBZ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: DX16%20RWJ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX16%2520RWJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for DX16%20RWJ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: EY64%20EXD
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY64%2520EXD%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for EY64%20EXD: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: KS64%20PHK
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS64%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for KS64%20PHK: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: BF08%20UUE
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF08%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for BF08%20UUE: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: EK59%20ZHH
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK59%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for EK59%20ZHH: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: EN62%20ZKT
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN62%2520ZKT%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for EN62%20ZKT: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: LS14%20SFJ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS14%2520SFJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for LS14%20SFJ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: LS54%20SVP
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS54%2520SVP%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for LS54%20SVP: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: LT11%20NGE
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT11%2520NGE%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for LT11%20NGE: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: LX12%20APO
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX12%2520APO%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for LX12%20APO: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: M60%20MSU
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for M60%20MSU: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: MJ10%20HPE
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ10%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for MJ10%20HPE: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: MK14%20VLE
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK14%2520VLE%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for MK14%20VLE: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: NL61%20FOD
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL61%2520FOD%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for NL61%20FOD: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: RJ17%20SVK
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ17%2520SVK%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for RJ17%20SVK: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: SP13%20VCL
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP13%2520VCL%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for SP13%20VCL: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: VE16%20FUD
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE16%2520FUD%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for VE16%20FUD: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: BD16%20ZNJ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD16%2520ZNJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for BD16%20ZNJ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: BN63%20JDF
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN63%2520JDF%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for BN63%20JDF: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: DU12%20AXD
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU12%2520AXD%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for DU12%20AXD: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: EA19%20FCD
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA19%2520FCD%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for EA19%20FCD: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: GU62%20WMM
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU62%2520WMM%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for GU62%20WMM: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: GY14%20KTD
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY14%2520KTD%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for GY14%20KTD: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: KF05%20WVN
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF05%2520WVN%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for KF05%20WVN: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: LN11%20SXC
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN11%2520SXC%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for LN11%20SXC: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: SK13%20SOC
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK13%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for SK13%20SOC: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: WK14%20WOD
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK14%2520WOD%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for WK14%20WOD: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: DL64%20MPX
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL64%2520MPX%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for DL64%20MPX: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: SF16%20SMW
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF16%2520SMW%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for SF16%20SMW: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: AF66%20XYX
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF66%2520XYX%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for AF66%20XYX: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: CK15%20YEG
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK15%2520YEG%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for CK15%20YEG: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: EX14%20FSZ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX14%2520FSZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for EX14%20FSZ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: FE65%20UJU
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE65%2520UJU%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for FE65%20UJU: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: HK15%20VKT
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK15%2520VKT%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for HK15%20VKT: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: KV57%20GEK
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV57%2520GEK%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for KV57%20GEK: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: KY65%20TBU
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY65%2520TBU%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for KY65%20TBU: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: N13%20GWM
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27N13%2520GWM%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for N13%20GWM: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: PL14%20HJK
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PL14%2520HJK%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for PL14%20HJK: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: VE65%20YLT
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE65%2520YLT%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for VE65%20YLT: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: WG62%20WDW
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG62%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for WG62%20WDW: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: WU05%20WWZ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU05%2520WWZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for WU05%20WWZ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: AV17%20OEJ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV17%2520OEJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for AV17%20OEJ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: CA62%20PRV
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA62%2520PRV%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for CA62%20PRV: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: CK18%20EYV
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK18%2520EYV%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for CK18%20EYV: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: CU65%20MXK
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU65%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for CU65%20MXK: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: CV58%20YNE
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV58%2520YNE%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for CV58%20YNE: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: CV64%20HRP
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV64%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for CV64%20HRP: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: DG64%20SWO
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG64%2520SWO%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for DG64%20SWO: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: DN14%20GKA
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN14%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for DN14%20GKA: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: DN62%20GZL
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN62%2520GZL%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for DN62%20GZL: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: DN67%20DUH
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN67%2520DUH%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for DN67%20DUH: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: BC18%20CLU
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BC18%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for BC18%20CLU: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: HF16%20FLG
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF16%2520FLG%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for HF16%20FLG: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: AD56%20DJY
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AD56%2520DJY%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for AD56%20DJY: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: CE05%20VFX
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE05%2520VFX%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for CE05%20VFX: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: FR12%20PKZ
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FR12%2520PKZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for FR12%20PKZ: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: LR04%20NYG
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR04%2520NYG%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for LR04%20NYG: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: EN15%20YTY
2026-03-29 11:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN15%2520YTY%27 HTTP/1.1" 200 None
2026-03-29 11:08:27 [bca.uk] INFO: Scrape type for EN15%20YTY: 0
2026-03-29 11:08:27 [bca.uk] INFO: Found listing with ID: SJ07%20LJK
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ07%2520LJK%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for SJ07%20LJK: 0
2026-03-29 11:08:28 [bca.uk] INFO: Found listing with ID: WG11%20KFJ
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG11%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for WG11%20KFJ: 0
2026-03-29 11:08:28 [bca.uk] INFO: Found listing with ID: WK59%20VGD
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK59%2520VGD%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for WK59%20VGD: 0
2026-03-29 11:08:28 [bca.uk] INFO: Found listing with ID: WK61%20THG
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK61%2520THG%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for WK61%20THG: 0
2026-03-29 11:08:28 [bca.uk] INFO: Found listing with ID: WV64%20PJX
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV64%2520PJX%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for WV64%20PJX: 0
2026-03-29 11:08:28 [bca.uk] INFO: Found listing with ID: YE10%20LCX
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE10%2520LCX%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for YE10%20LCX: 0
2026-03-29 11:08:28 [bca.uk] INFO: Found listing with ID: BR53%20NNR
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BR53%2520NNR%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for BR53%20NNR: 0
2026-03-29 11:08:28 [bca.uk] INFO: Found listing with ID: DK10%20USC
2026-03-29 11:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK10%2520USC%27 HTTP/1.1" 200 None
2026-03-29 11:08:28 [bca.uk] INFO: Scrape type for DK10%20USC: 0
2026-03-29 11:08:28 [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-29 11:08:28 [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-29 11:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:08:30 [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-29 11:08:30 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:30 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded
2026-03-29 11:08:30 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:30 [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-29 11:08:30 [bca.uk] INFO: Found listing with ID: GY60%20KSU
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY60%2520KSU%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for GY60%20KSU: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: LR61%20CGG
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR61%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for LR61%20CGG: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: MA17%20EEJ
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA17%2520EEJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for MA17%20EEJ: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: NA10%20FLB
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA10%2520FLB%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for NA10%20FLB: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: RJ13%20ABV
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ13%2520ABV%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for RJ13%20ABV: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KN71%20FCZ
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN71%2520FCZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KN71%20FCZ: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KN71%20FFC
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN71%2520FFC%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KN71%20FFC: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KN71%20FHS
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN71%2520FHS%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KN71%20FHS: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: FE64%20FHS
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE64%2520FHS%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for FE64%20FHS: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: PY64%20DMO
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PY64%2520DMO%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for PY64%20DMO: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: DV13%20YRE
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV13%2520YRE%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for DV13%20YRE: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: GF59%20YWE
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF59%2520YWE%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for GF59%20YWE: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: ND15%20CVZ
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND15%2520CVZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for ND15%20CVZ: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: YP17%20FUJ
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP17%2520FUJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for YP17%20FUJ: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: YS17%20LHG
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS17%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for YS17%20LHG: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: FV67%20NKF
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV67%2520NKF%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for FV67%20NKF: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KN67%20KNP
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN67%2520KNP%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KN67%20KNP: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: LD66%20AWC
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD66%2520AWC%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for LD66%20AWC: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: OU64%20WSZ
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU64%2520WSZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for OU64%20WSZ: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: DA03%20RYT
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA03%2520RYT%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for DA03%20RYT: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: HK60%20FNC
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK60%2520FNC%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for HK60%20FNC: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: LG03%20ZTW
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG03%2520ZTW%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for LG03%20ZTW: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: SM57%20UMV
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM57%2520UMV%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for SM57%20UMV: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: VA12%20NWM
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA12%2520NWM%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for VA12%20NWM: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: VE61%20YSX
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE61%2520YSX%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for VE61%20YSX: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: WF11%20YRA
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF11%2520YRA%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for WF11%20YRA: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: WP12%20KFK
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP12%2520KFK%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for WP12%20KFK: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: WU58%20MYB
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU58%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for WU58%20MYB: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KP61%20YTC
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP61%2520YTC%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KP61%20YTC: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KR58%20KAE
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR58%2520KAE%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KR58%20KAE: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KV57%20OHT
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV57%2520OHT%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KV57%20OHT: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: KY12%20OTH
2026-03-29 11:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY12%2520OTH%27 HTTP/1.1" 200 None
2026-03-29 11:08:30 [bca.uk] INFO: Scrape type for KY12%20OTH: 0
2026-03-29 11:08:30 [bca.uk] INFO: Found listing with ID: LC08%20BYV
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for LC08%20BYV: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: LC69%20YNW
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520YNW%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for LC69%20YNW: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: LD62%20FVN
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for LD62%20FVN: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: MC65%20YPK
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for MC65%20YPK: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: MV59%20ZYR
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for MV59%20ZYR: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: RJ61%20VZV
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for RJ61%20VZV: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: RO09%20DFE
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:31 [bca.uk] INFO: Scrape type for RO09%20DFE: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: DV67%20ZNZ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for DV67%20ZNZ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: EA09%20NJX
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for EA09%20NJX: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: EY13%20EWC
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for EY13%20EWC: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: GF13%20ZSN
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for GF13%20ZSN: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: GK62%20SWZ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for GK62%20SWZ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: GV68%20SRZ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for GV68%20SRZ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: HG58%20ENY
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for HG58%20ENY: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: KN65%20XDZ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520XDZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for KN65%20XDZ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: KO18%20FFN
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for KO18%20FFN: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: KP11%20KHM
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for KP11%20KHM: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: FY11%20XAM
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520XAM%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for FY11%20XAM: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: PN13%20LJJ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN13%2520LJJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for PN13%20LJJ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: DC17%20JYO
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC17%2520JYO%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for DC17%20JYO: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: DEZ%20175
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DEZ%2520175%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for DEZ%20175: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: KS66%20ZSY
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS66%2520ZSY%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for KS66%20ZSY: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: MW12%20RYG
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW12%2520RYG%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for MW12%20RYG: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SM11%20WBL
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM11%2520WBL%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SM11%20WBL: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: YP62%20EVF
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for YP62%20EVF: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: YR66%20CZW
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for YR66%20CZW: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: DU11%20KVT
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520KVT%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for DU11%20KVT: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: KY64%20PXG
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for KY64%20PXG: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: LN66%20SHZ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for LN66%20SHZ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: MA13%20NFL
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for MA13%20NFL: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: NJ60%20SXP
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520SXP%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for NJ60%20SXP: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SH10%20BVC
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for SH10%20BVC: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SJ14%20NOF
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for SJ14%20NOF: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SJ65%20XUT
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for SJ65%20XUT: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: KJ18%20SXG
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520SXG%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for KJ18%20SXG: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: LJ64%20UMR
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ64%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for LJ64%20UMR: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: LV13%20EXZ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for LV13%20EXZ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: NA15%20UTV
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520UTV%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for NA15%20UTV: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: OU64%20WOH
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for OU64%20WOH: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: EK13%20RKJ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for EK13%20RKJ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: EO60%20LVJ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for EO60%20LVJ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: ET15%20LNC
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for ET15%20LNC: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: PN09%20VVK
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN09%2520VVK%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for PN09%20VVK: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: YJ69%20DTA
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for YJ69%20DTA: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: AJ73%20DVM
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520DVM%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for AJ73%20DVM: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SF68%20RVN
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF68%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SF68%20RVN: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SG22%20VOH
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SG22%20VOH: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SG22%20VPC
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520VPC%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SG22%20VPC: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: FE18%20XLP
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for FE18%20XLP: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SA21%20LUT
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for SA21%20LUT: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SB15%20HFS
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520HFS%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SB15%20HFS: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SB64%20ARZ
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520ARZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SB64%20ARZ: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SB71%20XEU
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for SB71%20XEU: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SC23%20RKV
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for SC23%20RKV: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SG17%20YRD
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520YRD%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SG17%20YRD: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SH16%20TWD
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520TWD%27 HTTP/1.1" 200 None
2026-03-29 11:08:31 [bca.uk] INFO: Scrape type for SH16%20TWD: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SJ72%20JEO
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:31 [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-29 11:08:31 [bca.uk] INFO: Scrape type for SJ72%20JEO: 0
2026-03-29 11:08:31 [bca.uk] INFO: Found listing with ID: SN22%20OPG
2026-03-29 11:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN22%2520OPG%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for SN22%20OPG: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: SP72%20PWY
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP72%2520PWY%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for SP72%20PWY: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: VK21%20WLP
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK21%2520WLP%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for VK21%20WLP: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: YF19%20FJL
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF19%2520FJL%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for YF19%20FJL: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: YL17%20EWF
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL17%2520EWF%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for YL17%20EWF: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: AJ13%20LKF
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ13%2520LKF%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for AJ13%20LKF: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: LB14%20KBJ
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB14%2520KBJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for LB14%20KBJ: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: AF23%20ELH
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF23%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for AF23%20ELH: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: AJ72%20GVR
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ72%2520GVR%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for AJ72%20GVR: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: AV73%20UYJ
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV73%2520UYJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for AV73%20UYJ: 0
2026-03-29 11:08:32 [bca.uk] INFO: Found listing with ID: BG72%20DUH
2026-03-29 11:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG72%2520DUH%27 HTTP/1.1" 200 None
2026-03-29 11:08:32 [bca.uk] INFO: Scrape type for BG72%20DUH: 0
2026-03-29 11:08:32 [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-29 11:08:32 [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-29 11:08:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:08:37 [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-29 11:08:37 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded
2026-03-29 11:08:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:37 [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-29 11:08:37 [bca.uk] INFO: Found listing with ID: CJ71%20KAA
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ71%2520KAA%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for CJ71%20KAA: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: FV24%20VKM
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV24%2520VKM%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for FV24%20VKM: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: FV71%20XER
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV71%2520XER%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for FV71%20XER: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: GN23%20XUZ
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN23%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for GN23%20XUZ: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: KN23%20ZSZ
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN23%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for KN23%20ZSZ: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: KP72%20XUH
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP72%2520XUH%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for KP72%20XUH: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: LL72%20GLZ
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL72%2520GLZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for LL72%20GLZ: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: LO23%20MLK
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO23%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for LO23%20MLK: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: LR22%20HKP
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520HKP%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for LR22%20HKP: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: MA23%20LXR
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA23%2520LXR%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for MA23%20LXR: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: MA23%20OOJ
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA23%2520OOJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for MA23%20OOJ: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: MW72%20XOK
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW72%2520XOK%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for MW72%20XOK: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: NG72%20DVV
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG72%2520DVV%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for NG72%20DVV: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: OY22%20XCS
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY22%2520XCS%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for OY22%20XCS: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: RY24%20YBA
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RY24%2520YBA%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for RY24%20YBA: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: SJ23%20YZX
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ23%2520YZX%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for SJ23%20YZX: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: WU23%20ESO
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU23%2520ESO%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for WU23%20ESO: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: WX67%20WPZ
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WX67%2520WPZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for WX67%20WPZ: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: AP71%20GFY
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AP71%2520GFY%27 HTTP/1.1" 200 None
2026-03-29 11:08:37 [bca.uk] INFO: Scrape type for AP71%20GFY: 0
2026-03-29 11:08:37 [bca.uk] INFO: Found listing with ID: RJ68%20ECE
2026-03-29 11:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ68%2520ECE%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for RJ68%20ECE: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: WR21%20YPP
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR21%2520YPP%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for WR21%20YPP: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: SN68%20GKV
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN68%2520GKV%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for SN68%20GKV: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: BG70%20NZK
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG70%2520NZK%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for BG70%20NZK: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: FG70%20HJC
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG70%2520HJC%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for FG70%20HJC: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: LY74%20OPG
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY74%2520OPG%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for LY74%20OPG: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: VO70%20KWG
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO70%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for VO70%20KWG: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: WG71%20LHX
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG71%2520LHX%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for WG71%20LHX: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: YD73%20JXJ
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD73%2520JXJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for YD73%20JXJ: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: CP23%20PXJ
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CP23%2520PXJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for CP23%20PXJ: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: DP72%20HJG
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP72%2520HJG%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for DP72%20HJG: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: LV72%20OEZ
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV72%2520OEZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for LV72%20OEZ: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: RJ22%20XKS
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ22%2520XKS%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for RJ22%20XKS: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: RN19%20HSK
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RN19%2520HSK%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for RN19%20HSK: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: VE25%20AFN
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE25%2520AFN%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for VE25%20AFN: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: VN25%20RXF
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN25%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for VN25%20RXF: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: VN25%20ZZD
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN25%2520ZZD%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for VN25%20ZZD: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: VN25%20ZZV
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN25%2520ZZV%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for VN25%20ZZV: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: YC25%20WVA
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC25%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for YC25%20WVA: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: AX72%20KBF
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AX72%2520KBF%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for AX72%20KBF: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: BT72%20GFG
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT72%2520GFG%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for BT72%20GFG: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: DL73%20KXW
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL73%2520KXW%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for DL73%20KXW: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: DV24%20BYX
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV24%2520BYX%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for DV24%20BYX: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: DV24%20CFM
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV24%2520CFM%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for DV24%20CFM: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: DV24%20JSU
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV24%2520JSU%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for DV24%20JSU: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: GM23%20LHE
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GM23%2520LHE%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for GM23%20LHE: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: GM23%20LHG
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GM23%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for GM23%20LHG: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: GV74%20XKX
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV74%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for GV74%20XKX: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: GY24%20TWL
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY24%2520TWL%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for GY24%20TWL: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: KE23%20CUC
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE23%2520CUC%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for KE23%20CUC: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: KE73%20YZH
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE73%2520YZH%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for KE73%20YZH: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: KF73%20AUY
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF73%2520AUY%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for KF73%20AUY: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: KF73%20CXE
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF73%2520CXE%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for KF73%20CXE: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: KJ23%20NMA
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJ23%2520NMA%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for KJ23%20NMA: 0
2026-03-29 11:08:38 [bca.uk] INFO: Found listing with ID: KK23%20BVW
2026-03-29 11:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KK23%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 11:08:38 [bca.uk] INFO: Scrape type for KK23%20BVW: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LL74%20DYY
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL74%2520DYY%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LL74%20DYY: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LN24%20PYB
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN24%2520PYB%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LN24%20PYB: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LN24%20RHA
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN24%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LN24%20RHA: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LN24%20RNF
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN24%2520RNF%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LN24%20RNF: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LN24%20RVF
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN24%2520RVF%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LN24%20RVF: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LO74%20XZE
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO74%2520XZE%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LO74%20XZE: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LP73%20DKN
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP73%2520DKN%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LP73%20DKN: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LT22%20VLG
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LT22%20VLG: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: MA24%20FLV
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA24%2520FLV%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for MA24%20FLV: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: MA24%20FSV
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA24%2520FSV%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for MA24%20FSV: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: ME73%20NHC
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ME73%2520NHC%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for ME73%20NHC: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: MJ74%20HDD
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ74%2520HDD%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for MJ74%20HDD: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: MW74%20DFF
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW74%2520DFF%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for MW74%20DFF: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: MW74%20DLO
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW74%2520DLO%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for MW74%20DLO: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: MW74%20NRL
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW74%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for MW74%20NRL: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: RX73%20KSU
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX73%2520KSU%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for RX73%20KSU: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: WM72%20RXO
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM72%2520RXO%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for WM72%20RXO: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: WP74%20CWK
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP74%2520CWK%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for WP74%20CWK: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: WV74%20OCH
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV74%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for WV74%20OCH: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: YF23%20UOA
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF23%2520UOA%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for YF23%20UOA: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: YY73%20XEC
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520XEC%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for YY73%20XEC: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: YY73%20XHZ
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for YY73%20XHZ: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: YY73%20XJD
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for YY73%20XJD: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: CP18%20SYV
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CP18%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for CP18%20SYV: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: KX68%20NDF
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX68%2520NDF%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for KX68%20NDF: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: ML18%20ZLN
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML18%2520ZLN%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for ML18%20ZLN: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: OY18%20CXR
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY18%2520CXR%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for OY18%20CXR: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: PX67%20WMY
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX67%2520WMY%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for PX67%20WMY: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: SV14%20XST
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SV14%2520XST%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for SV14%20XST: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: SW69%20PGF
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW69%2520PGF%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for SW69%20PGF: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: EO17%20NNT
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO17%2520NNT%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for EO17%20NNT: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: GB67%20HRV
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GB67%2520HRV%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for GB67%20HRV: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: KV68%20XLU
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV68%2520XLU%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for KV68%20XLU: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LC22%20KRD
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC22%2520KRD%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LC22%20KRD: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LC72%20DHL
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC72%2520DHL%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LC72%20DHL: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LL70%20FHT
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL70%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LL70%20FHT: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: LV24%20JUC
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV24%2520JUC%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for LV24%20JUC: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: OE68%20UGJ
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE68%2520UGJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for OE68%20UGJ: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: SE70%20BUP
2026-03-29 11:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE70%2520BUP%27 HTTP/1.1" 200 None
2026-03-29 11:08:39 [bca.uk] INFO: Scrape type for SE70%20BUP: 0
2026-03-29 11:08:39 [bca.uk] INFO: Found listing with ID: YC17%20ZWS
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:40 [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-29 11:08:40 [bca.uk] INFO: Scrape type for YC17%20ZWS: 0
2026-03-29 11:08:40 [bca.uk] INFO: Found listing with ID: BD71%20ZCE
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520ZCE%27 HTTP/1.1" 200 None
2026-03-29 11:08:40 [bca.uk] INFO: Scrape type for BD71%20ZCE: 0
2026-03-29 11:08:40 [bca.uk] INFO: Found listing with ID: GD15%20SPU
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520SPU%27 HTTP/1.1" 200 None
2026-03-29 11:08:40 [bca.uk] INFO: Scrape type for GD15%20SPU: 0
2026-03-29 11:08:40 [bca.uk] INFO: Found listing with ID: KN69%20EOF
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN69%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 11:08:40 [bca.uk] INFO: Scrape type for KN69%20EOF: 0
2026-03-29 11:08:40 [bca.uk] INFO: Found listing with ID: BV68%20BNK
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:40 [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-29 11:08:40 [bca.uk] INFO: Scrape type for BV68%20BNK: 0
2026-03-29 11:08:40 [bca.uk] INFO: Found listing with ID: DU25%20CDO
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:40 [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-29 11:08:40 [bca.uk] INFO: Scrape type for DU25%20CDO: 0
2026-03-29 11:08:40 [bca.uk] INFO: Found listing with ID: CA14%20HKM
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA14%2520HKM%27 HTTP/1.1" 200 None
2026-03-29 11:08:40 [bca.uk] INFO: Scrape type for CA14%20HKM: 0
2026-03-29 11:08:40 [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-29 11:08:40 [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-29 11:08:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:08:42 [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-29 11:08:42 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded
2026-03-29 11:08:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:42 [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-29 11:08:42 [bca.uk] INFO: Found listing with ID: EA71%20ATN
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA71%2520ATN%27 HTTP/1.1" 200 None
2026-03-29 11:08:42 [bca.uk] INFO: Scrape type for EA71%20ATN: 0
2026-03-29 11:08:42 [bca.uk] INFO: Found listing with ID: EA73%20HHR
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA73%2520HHR%27 HTTP/1.1" 200 None
2026-03-29 11:08:42 [bca.uk] INFO: Scrape type for EA73%20HHR: 0
2026-03-29 11:08:42 [bca.uk] INFO: Found listing with ID: EN68%20RVC
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN68%2520RVC%27 HTTP/1.1" 200 None
2026-03-29 11:08:42 [bca.uk] INFO: Scrape type for EN68%20RVC: 0
2026-03-29 11:08:42 [bca.uk] INFO: Found listing with ID: EX23%20AYH
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX23%2520AYH%27 HTTP/1.1" 200 None
2026-03-29 11:08:42 [bca.uk] INFO: Scrape type for EX23%20AYH: 0
2026-03-29 11:08:42 [bca.uk] INFO: Found listing with ID: EY72%20LOD
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY72%2520LOD%27 HTTP/1.1" 200 None
2026-03-29 11:08:42 [bca.uk] INFO: Scrape type for EY72%20LOD: 0
2026-03-29 11:08:42 [bca.uk] INFO: Found listing with ID: HG69%20EAF
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG69%2520EAF%27 HTTP/1.1" 200 None
2026-03-29 11:08:42 [bca.uk] INFO: Scrape type for HG69%20EAF: 0
2026-03-29 11:08:42 [bca.uk] INFO: Found listing with ID: KF24%20OBP
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF24%2520OBP%27 HTTP/1.1" 200 None
2026-03-29 11:08:42 [bca.uk] INFO: Scrape type for KF24%20OBP: 0
2026-03-29 11:08:42 [bca.uk] INFO: Found listing with ID: LS22%20FOV
2026-03-29 11:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS22%2520FOV%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for LS22%20FOV: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: LX22%20NPA
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX22%2520NPA%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for LX22%20NPA: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WP72%20LTT
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP72%2520LTT%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WP72%20LTT: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: BG74%20HTT
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG74%2520HTT%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for BG74%20HTT: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: AF22%20VPJ
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF22%2520VPJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for AF22%20VPJ: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: LD21%20WJN
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD21%2520WJN%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for LD21%20WJN: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: BL72%20XBS
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL72%2520XBS%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for BL72%20XBS: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: BV22%20KKH
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV22%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for BV22%20KKH: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: CN22%20XKK
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CN22%2520XKK%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for CN22%20XKK: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: DY22%20HSD
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY22%2520HSD%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for DY22%20HSD: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: JL22%20JRL
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27JL22%2520JRL%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for JL22%20JRL: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: NV19%20ZTT
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV19%2520ZTT%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for NV19%20ZTT: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: OE23%20NVT
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE23%2520NVT%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for OE23%20NVT: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: OW72%20ESG
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW72%2520ESG%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for OW72%20ESG: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: PY23%20MYL
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PY23%2520MYL%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for PY23%20MYL: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: SL72%20LLG
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL72%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for SL72%20LLG: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WN69%20OMC
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN69%2520OMC%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WN69%20OMC: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WP71%20XJM
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP71%2520XJM%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WP71%20XJM: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WR72%20NFL
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR72%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WR72%20NFL: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WV23%20VRE
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WV23%20VRE: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WV71%20SYU
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV71%2520SYU%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WV71%20SYU: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YR22%20XOS
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR22%2520XOS%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YR22%20XOS: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: CE73%20GNO
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE73%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for CE73%20GNO: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: HJ72%20LSK
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ72%2520LSK%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for HJ72%20LSK: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: HJ73%20NVZ
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ73%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for HJ73%20NVZ: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: KN22%20FCJ
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN22%2520FCJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for KN22%20FCJ: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: SL69%20ZSR
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL69%2520ZSR%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for SL69%20ZSR: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: VE69%20TZS
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE69%2520TZS%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for VE69%20TZS: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WR72%20NFF
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR72%2520NFF%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WR72%20NFF: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YJ23%20GJR
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ23%2520GJR%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YJ23%20GJR: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YL22%20LFZ
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL22%2520LFZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YL22%20LFZ: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: LV75%20ODE
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV75%2520ODE%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for LV75%20ODE: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: SN71%20LRF
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN71%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for SN71%20LRF: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: SO21%20GWZ
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SO21%2520GWZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for SO21%20GWZ: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YA71%20PSU
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA71%2520PSU%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YA71%20PSU: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: BP72%20FJN
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP72%2520FJN%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for BP72%20FJN: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: BT72%20MWN
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT72%2520MWN%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for BT72%20MWN: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: WA19%20NEN
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA19%2520NEN%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for WA19%20NEN: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YH14%20LRL
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH14%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YH14%20LRL: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: BU22%20TFA
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU22%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for BU22%20TFA: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: GV72%20KDZ
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV72%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for GV72%20KDZ: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: HV22%20ZSJ
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV22%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for HV22%20ZSJ: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: HV72%20WUX
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV72%2520WUX%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for HV72%20WUX: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: LR21%20YCX
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR21%2520YCX%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for LR21%20YCX: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: OV23%20CWD
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520CWD%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for OV23%20CWD: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: RA73%20DWD
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RA73%2520DWD%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for RA73%20DWD: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YG22%20UMR
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG22%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YG22%20UMR: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YM74%20WVO
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM74%2520WVO%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YM74%20WVO: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: ME21%20CKL
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ME21%2520CKL%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for ME21%20CKL: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: RE22%20NXV
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE22%2520NXV%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for RE22%20NXV: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: KR71%20ZNS
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR71%2520ZNS%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for KR71%20ZNS: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: YF66%20KXE
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF66%2520KXE%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for YF66%20KXE: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: BN20%20EGF
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN20%2520EGF%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for BN20%20EGF: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: PK15%20OTH
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK15%2520OTH%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for PK15%20OTH: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: PJ10%20BZK
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ10%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for PJ10%20BZK: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: RF18%20AEK
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF18%2520AEK%27 HTTP/1.1" 200 None
2026-03-29 11:08:43 [bca.uk] INFO: Scrape type for RF18%20AEK: 0
2026-03-29 11:08:43 [bca.uk] INFO: Found listing with ID: SN61%20GDO
2026-03-29 11:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN61%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for SN61%20GDO: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: WP72%20FXD
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520FXD%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for WP72%20FXD: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: WA11%20CDO
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA11%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for WA11%20CDO: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: ET21%20SCO
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET21%2520SCO%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for ET21%20SCO: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: LO21%20XVZ
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520XVZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for LO21%20XVZ: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: BJ68%20NTY
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520NTY%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for BJ68%20NTY: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: BV23%20GXM
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for BV23%20GXM: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: FX22%20TVJ
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520TVJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for FX22%20TVJ: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: LC68%20DRX
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520DRX%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for LC68%20DRX: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: RK70%20GYB
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520GYB%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for RK70%20GYB: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: RV22%20XFF
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XFF%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for RV22%20XFF: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: MK68%20BWN
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for MK68%20BWN: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: OY18%20OXG
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY18%2520OXG%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for OY18%20OXG: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: PK22%20WPW
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK22%2520WPW%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for PK22%20WPW: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: YT22%20AHN
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for YT22%20AHN: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: KT18%20NNJ
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520NNJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for KT18%20NNJ: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: SW16%20LHX
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [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-29 11:08:44 [bca.uk] INFO: Scrape type for SW16%20LHX: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: BC22%20HLN
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for BC22%20HLN: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: C12%20OLL
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12%2520OLL%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for C12%20OLL: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: DY68%20VKP
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for DY68%20VKP: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: NA22%20COJ
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520COJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for NA22%20COJ: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: NX69%20MFO
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520MFO%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for NX69%20MFO: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: SG71%20XJD
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for SG71%20XJD: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: SW22%20JBO
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW22%2520JBO%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for SW22%20JBO: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: KS20%20GNF
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS20%2520GNF%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for KS20%20GNF: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: KV68%20FFL
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520FFL%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for KV68%20FFL: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: MA22%20UZX
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for MA22%20UZX: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: OV69%20ZYX
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520ZYX%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for OV69%20ZYX: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: YF72%20SCZ
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520SCZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for YF72%20SCZ: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: LM22%20ZTO
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520ZTO%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for LM22%20ZTO: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: KS21%20FGU
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520FGU%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for KS21%20FGU: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: LF68%20HUV
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for LF68%20HUV: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: KW18%20DWX
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520DWX%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for KW18%20DWX: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: LR19%20NCU
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR19%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for LR19%20NCU: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: WF70%20FSN
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520FSN%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for WF70%20FSN: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: DK20%20WOA
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK20%2520WOA%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for DK20%20WOA: 0
2026-03-29 11:08:44 [bca.uk] INFO: Found listing with ID: ET19%20WKG
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET19%2520WKG%27 HTTP/1.1" 200 None
2026-03-29 11:08:44 [bca.uk] INFO: Scrape type for ET19%20WKG: 0
2026-03-29 11:08:44 [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-29 11:08:44 [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-29 11:08:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:08:46 [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-29 11:08:46 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded
2026-03-29 11:08:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:46 [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-29 11:08:46 [bca.uk] INFO: Found listing with ID: TFZ%20699
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27TFZ%2520699%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for TFZ%20699: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: FP67%20UMG
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP67%2520UMG%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for FP67%20UMG: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: FE66%20AWZ
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE66%2520AWZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for FE66%20AWZ: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: DY66%20WHN
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY66%2520WHN%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for DY66%20WHN: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: AJ14%20YHZ
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ14%2520YHZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for AJ14%20YHZ: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: AX15%20DXW
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AX15%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for AX15%20DXW: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: FY69%20XBU
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY69%2520XBU%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for FY69%20XBU: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: PK15%20OCD
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK15%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for PK15%20OCD: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: DN71%20VHK
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN71%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for DN71%20VHK: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: SB12%20OSV
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB12%2520OSV%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for SB12%20OSV: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: GD14%20WOR
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD14%2520WOR%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for GD14%20WOR: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: HJ67%20FFE
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ67%2520FFE%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for HJ67%20FFE: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: HK19%20RSV
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK19%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for HK19%20RSV: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: EX12%20HXL
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX12%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for EX12%20HXL: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: GK19%20NSO
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK19%2520NSO%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for GK19%20NSO: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: WD70%20HZX
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD70%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for WD70%20HZX: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: FL68%20LDZ
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL68%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for FL68%20LDZ: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: EK71%20XHH
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK71%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for EK71%20XHH: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: LK71%20MTX
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK71%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for LK71%20MTX: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: EF16%20YTX
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF16%2520YTX%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for EF16%20YTX: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: BF71%20NFL
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF71%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for BF71%20NFL: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: CJ19%20WVD
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ19%2520WVD%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for CJ19%20WVD: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: KM25%20GXC
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM25%2520GXC%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for KM25%20GXC: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: YC18%20JNL
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC18%2520JNL%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for YC18%20JNL: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: DO19%20LPJ
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DO19%2520LPJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for DO19%20LPJ: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: BN16%20KWU
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN16%2520KWU%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for BN16%20KWU: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: EY19%20WCL
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY19%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for EY19%20WCL: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: NL64%20UCU
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL64%2520UCU%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for NL64%20UCU: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: FB19%20XFJ
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FB19%2520XFJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:46 [bca.uk] INFO: Scrape type for FB19%20XFJ: 0
2026-03-29 11:08:46 [bca.uk] INFO: Found listing with ID: DK24%20YOC
2026-03-29 11:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK24%2520YOC%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for DK24%20YOC: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: EJ63%20XXE
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ63%2520XXE%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for EJ63%20XXE: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: KF19%20XKV
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF19%2520XKV%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for KF19%20XKV: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: YW18%20ETK
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YW18%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for YW18%20ETK: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: BP63%20NVY
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP63%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for BP63%20NVY: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: FG19%20YWD
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG19%2520YWD%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for FG19%20YWD: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LF19%20FON
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF19%2520FON%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LF19%20FON: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LL70%20FOU
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL70%2520FOU%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LL70%20FOU: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: YD69%20XES
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD69%2520XES%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for YD69%20XES: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: D10%20LKE
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27D10%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for D10%20LKE: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: DGZ%206301
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DGZ%25206301%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for DGZ%206301: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: GX69%20UTS
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX69%2520UTS%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for GX69%20UTS: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: KY67%20GGX
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY67%2520GGX%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for KY67%20GGX: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LT68%20DYO
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT68%2520DYO%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LT68%20DYO: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: PK16%20SFV
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK16%2520SFV%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for PK16%20SFV: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: YL70%20FHK
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL70%2520FHK%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for YL70%20FHK: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: GJ64%20VAM
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ64%2520VAM%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for GJ64%20VAM: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: GY20%20BYH
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for GY20%20BYH: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: OY67%20YSO
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY67%2520YSO%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for OY67%20YSO: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: RE70%20NBM
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE70%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for RE70%20NBM: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: NX18%20FWO
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX18%2520FWO%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for NX18%20FWO: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: NU17%20KLJ
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU17%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for NU17%20KLJ: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: DK11%20TWU
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK11%2520TWU%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for DK11%20TWU: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: YC12%20XPH
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC12%2520XPH%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for YC12%20XPH: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: DA71%20OZO
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA71%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for DA71%20OZO: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LM21%20ATZ
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM21%2520ATZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LM21%20ATZ: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LV09%20KGA
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV09%2520KGA%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LV09%20KGA: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: MP19%20BYW
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MP19%2520BYW%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for MP19%20BYW: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: MC65%20RYZ
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MC65%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for MC65%20RYZ: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: MK12%20UZT
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK12%2520UZT%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for MK12%20UZT: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: NC21%20XCP
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NC21%2520XCP%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for NC21%20XCP: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: NG71%20LSV
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG71%2520LSV%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for NG71%20LSV: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: NL67%20WRR
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL67%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for NL67%20WRR: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: SV18%20YJF
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SV18%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for SV18%20YJF: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: WN08%20CUA
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN08%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for WN08%20CUA: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: YS65%20LXE
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS65%2520LXE%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for YS65%20LXE: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: AF71%20XKX
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF71%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for AF71%20XKX: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: GJ17%20EKE
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ17%2520EKE%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for GJ17%20EKE: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: GJ67%20KLX
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ67%2520KLX%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for GJ67%20KLX: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LA18%20AET
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA18%2520AET%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LA18%20AET: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LV59%20FNP
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV59%2520FNP%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LV59%20FNP: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: WG16%20MYO
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG16%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for WG16%20MYO: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: HJ53%20UMZ
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ53%2520UMZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for HJ53%20UMZ: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: KW12%20BNK
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW12%2520BNK%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for KW12%20BNK: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: DL13%20RHV
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL13%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for DL13%20RHV: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: DN68%20GZS
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN68%2520GZS%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for DN68%20GZS: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: DP68%20HHK
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP68%2520HHK%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for DP68%20HHK: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: GF14%20ONR
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF14%2520ONR%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for GF14%20ONR: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LP14%20USW
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP14%2520USW%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LP14%20USW: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: LR18%20BTV
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR18%2520BTV%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for LR18%20BTV: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: MK61%20URX
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK61%2520URX%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for MK61%20URX: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: VN69%20NTA
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN69%2520NTA%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for VN69%20NTA: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: WN69%20UXG
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN69%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for WN69%20UXG: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: X367%20CLB
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27X367%2520CLB%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for X367%20CLB: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: YS18%20UXW
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS18%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for YS18%20UXW: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: YT13%20XDJ
2026-03-29 11:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT13%2520XDJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:47 [bca.uk] INFO: Scrape type for YT13%20XDJ: 0
2026-03-29 11:08:47 [bca.uk] INFO: Found listing with ID: CX59%20PFA
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX59%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for CX59%20PFA: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: LO17%20TMV
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO17%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for LO17%20TMV: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: KU12%20YOR
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU12%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for KU12%20YOR: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: WA68%20CZR
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA68%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for WA68%20CZR: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: SK13%20EOT
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK13%2520EOT%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for SK13%20EOT: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: LA18%20YHN
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA18%2520YHN%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for LA18%20YHN: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: YY61%20AUF
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY61%2520AUF%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for YY61%20AUF: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: NK11%20HXL
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NK11%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for NK11%20HXL: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: NA53%20FUP
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA53%2520FUP%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for NA53%20FUP: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: WF18%20OXJ
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF18%2520OXJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for WF18%20OXJ: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: WJ22%20JVP
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ22%2520JVP%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for WJ22%20JVP: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: WK12%20UZF
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK12%2520UZF%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for WK12%20UZF: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: WK72%20LWL
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK72%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for WK72%20LWL: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: Y886%20UBK
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27Y886%2520UBK%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for Y886%20UBK: 0
2026-03-29 11:08:48 [bca.uk] INFO: Found listing with ID: HY19%20NVK
2026-03-29 11:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY19%2520NVK%27 HTTP/1.1" 200 None
2026-03-29 11:08:48 [bca.uk] INFO: Scrape type for HY19%20NVK: 0
2026-03-29 11:08:48 [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-29 11:08:48 [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-29 11: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-29 11:08:51 [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-29 11:08:51 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded
2026-03-29 11:08:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:51 [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-29 11:08:51 [bca.uk] INFO: Found listing with ID: KN71%20ZFC
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520ZFC%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for KN71%20ZFC: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: KR20%20WEC
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520WEC%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for KR20%20WEC: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: MK69%20KRX
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520KRX%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for MK69%20KRX: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: RO10%20RBV
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO10%2520RBV%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for RO10%20RBV: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: RX66%20ZCZ
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520ZCZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for RX66%20ZCZ: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: SA68%20YKR
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA68%2520YKR%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for SA68%20YKR: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: SK67%20KUB
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520KUB%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for SK67%20KUB: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: SN66%20PGE
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:51 [bca.uk] INFO: Scrape type for SN66%20PGE: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: VO20%20ZZM
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO20%2520ZZM%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for VO20%20ZZM: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: WD17%20LOJ
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520LOJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for WD17%20LOJ: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: AY70%20UXZ
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY70%2520UXZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for AY70%20UXZ: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: CA22%20ORW
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA22%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for CA22%20ORW: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: CP22%20DPV
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP22%2520DPV%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for CP22%20DPV: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: CV69%20KLS
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV69%2520KLS%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for CV69%20KLS: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: DL64%20PUA
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520PUA%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for DL64%20PUA: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: EO10%20ZHY
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 11:08:51 [bca.uk] INFO: Scrape type for EO10%20ZHY: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: HX17%20TCV
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [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-29 11:08:51 [bca.uk] INFO: Scrape type for HX17%20TCV: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: GF09%20WVJ
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:51 [bca.uk] INFO: Scrape type for GF09%20WVJ: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: MV12%20NVP
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:51 [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-29 11:08:51 [bca.uk] INFO: Scrape type for MV12%20NVP: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: Y467%20UKE
2026-03-29 11:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:51 [bca.uk] INFO: Scrape type for Y467%20UKE: 0
2026-03-29 11:08:51 [bca.uk] INFO: Found listing with ID: RIL%206309
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RIL%25206309%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for RIL%206309: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KM23%20LCL
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LCL%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for KM23%20LCL: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KS73%20SSO
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520SSO%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for KS73%20SSO: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: MW24%20YOG
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW24%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for MW24%20YOG: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: NC71%20AYS
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for NC71%20AYS: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: FT13%20HXR
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT13%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for FT13%20HXR: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KS23%20HYZ
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for KS23%20HYZ: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KW23%20CMZ
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for KW23%20CMZ: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KW73%20YLM
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for KW73%20YLM: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KW73%20YVM
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for KW73%20YVM: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: OY17%20VGJ
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520VGJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for OY17%20VGJ: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: FG21%20ZHO
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZHO%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for FG21%20ZHO: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: YN68%20HMH
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for YN68%20HMH: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GD73%20KHH
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520KHH%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for GD73%20KHH: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GL73%20XFX
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520XFX%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for GL73%20XFX: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: CX13%20HLM
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for CX13%20HLM: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KW73%20TVV
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520TVV%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for KW73%20TVV: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KW73%20YUH
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YUH%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for KW73%20YUH: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: MW73%20GFU
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW73%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for MW73%20GFU: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: BP65%20KMU
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for BP65%20KMU: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KW23%20CUO
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520CUO%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for KW23%20CUO: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GJ73%20VUE
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ73%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for GJ73%20VUE: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GF15%20WDN
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for GF15%20WDN: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: MV63%20YNE
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for MV63%20YNE: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: YH73%20KXU
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for YH73%20KXU: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: HV18%20VJN
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520VJN%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for HV18%20VJN: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: YE22%20DYJ
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520DYJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for YE22%20DYJ: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GU10%20OWY
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for GU10%20OWY: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: VX14%20FDO
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for VX14%20FDO: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: YY56%20EDK
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY56%2520EDK%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for YY56%20EDK: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: WR66%20CUK
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for WR66%20CUK: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: YL57%20BXX
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL57%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for YL57%20BXX: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: SP12%20ZFL
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for SP12%20ZFL: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GJ73%20VLX
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ73%2520VLX%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for GJ73%20VLX: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KW73%20YUN
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YUN%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for KW73%20YUN: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: L44%20KDN
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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-29 11:08:52 [bca.uk] INFO: Scrape type for L44%20KDN: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: FP61%20YTJ
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP61%2520YTJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for FP61%20YTJ: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: MC19%20FDG
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520FDG%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for MC19%20FDG: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: RL05%20YPN
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL05%2520YPN%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for RL05%20YPN: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: FP67%20ORG
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for FP67%20ORG: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: OE08%20ZZO
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for OE08%20ZZO: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: YG65%20YRR
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520YRR%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for YG65%20YRR: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: EK67%20XXS
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520XXS%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for EK67%20XXS: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GJ68%20AFV
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520AFV%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for GJ68%20AFV: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GM69%20BGK
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for GM69%20BGK: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: HY13%20XUR
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for HY13%20XUR: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: MJ17%20DZY
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520DZY%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for MJ17%20DZY: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: OE66%20NBM
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08: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%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for OE66%20NBM: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: OE71%20BYH
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for OE71%20BYH: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: RO22%20GYW
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GYW%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for RO22%20GYW: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: WJ62%20LRX
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ62%2520LRX%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for WJ62%20LRX: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: WJ70%20VKB
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ70%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for WJ70%20VKB: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: WN66%20UHK
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for WN66%20UHK: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: DL70%20HFP
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520HFP%27 HTTP/1.1" 200 None
2026-03-29 11:08:52 [bca.uk] INFO: Scrape type for DL70%20HFP: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: GJ64%20YHL
2026-03-29 11:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:08:52 [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-29 11:08:52 [bca.uk] INFO: Scrape type for GJ64%20YHL: 0
2026-03-29 11:08:52 [bca.uk] INFO: Found listing with ID: KP65%20LLC
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP65%2520LLC%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for KP65%20LLC: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: DV21%20LWE
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV21%2520LWE%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for DV21%20LWE: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: EY08%20CFJ
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY08%2520CFJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for EY08%20CFJ: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: FN17%20YVC
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN17%2520YVC%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for FN17%20YVC: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: HJ64%20UZB
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ64%2520UZB%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for HJ64%20UZB: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: MH16%20BXV
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH16%2520BXV%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for MH16%20BXV: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: MJ17%20VKW
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ17%2520VKW%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for MJ17%20VKW: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: SC16%20NGN
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SC16%2520NGN%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for SC16%20NGN: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: WN13%20MHL
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN13%2520MHL%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for WN13%20MHL: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: SC61%20BYP
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SC61%2520BYP%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for SC61%20BYP: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: RO09%20UJK
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO09%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for RO09%20UJK: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: KV66%20XDL
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV66%2520XDL%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for KV66%20XDL: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: HV58%20LRN
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV58%2520LRN%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for HV58%20LRN: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: GN63%20FFY
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN63%2520FFY%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for GN63%20FFY: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: SD68%20NLT
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD68%2520NLT%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for SD68%20NLT: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: RX65%20VOJ
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX65%2520VOJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for RX65%20VOJ: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: AF66%20BUH
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF66%2520BUH%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for AF66%20BUH: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: BL64%20YTM
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL64%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for BL64%20YTM: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: EN16%20KRD
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN16%2520KRD%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for EN16%20KRD: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: OU73%20MMX
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU73%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for OU73%20MMX: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: GF12%20OAY
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF12%2520OAY%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for GF12%20OAY: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: DV15%20HHN
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV15%2520HHN%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for DV15%20HHN: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: VE13%20GBF
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE13%2520GBF%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for VE13%20GBF: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: RF56%20WZG
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF56%2520WZG%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for RF56%20WZG: 0
2026-03-29 11:08:53 [bca.uk] INFO: Found listing with ID: HV65%20GSU
2026-03-29 11:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV65%2520GSU%27 HTTP/1.1" 200 None
2026-03-29 11:08:53 [bca.uk] INFO: Scrape type for HV65%20GSU: 0
2026-03-29 11:08:53 [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-29 11:08:53 [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-29 11:08:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:08:56 [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-29 11:08:56 [bca.uk] INFO: Total items found: 100
2026-03-29 11:08:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded
2026-03-29 11:08:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:08:56 [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-29 11:08:56 [bca.uk] INFO: Found listing with ID: LD66%20BVN
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD66%2520BVN%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for LD66%20BVN: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: BJ62%20USG
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ62%2520USG%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for BJ62%20USG: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: AU69%20VFL
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AU69%2520VFL%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for AU69%20VFL: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: PY10%20FWJ
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PY10%2520FWJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for PY10%20FWJ: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: SB66%20OSX
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB66%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for SB66%20OSX: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: WF17%20ZXA
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF17%2520ZXA%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for WF17%20ZXA: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: SE15%20SOU
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE15%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for SE15%20SOU: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: KM09%20ZGS
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM09%2520ZGS%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for KM09%20ZGS: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: DL10%20PKC
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL10%2520PKC%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for DL10%20PKC: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: WU07%20KYA
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU07%2520KYA%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for WU07%20KYA: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: RE66%20UYD
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE66%2520UYD%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for RE66%20UYD: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: MF15%20WSJ
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF15%2520WSJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for MF15%20WSJ: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: WP71%20XJC
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP71%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for WP71%20XJC: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: YO17%20AOM
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO17%2520AOM%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for YO17%20AOM: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: AX65%20GGY
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AX65%2520GGY%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for AX65%20GGY: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: BG12%20YSV
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG12%2520YSV%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for BG12%20YSV: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: FL65%20VKN
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL65%2520VKN%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for FL65%20VKN: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: MT14%20RXF
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT14%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for MT14%20RXF: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: MV15%20GGY
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV15%2520GGY%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for MV15%20GGY: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: WV71%20SZP
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV71%2520SZP%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for WV71%20SZP: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: PF65%20OGN
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF65%2520OGN%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for PF65%20OGN: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: LX61%20OBW
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX61%2520OBW%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for LX61%20OBW: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: CX57%20FHL
2026-03-29 11:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX57%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 11:08:56 [bca.uk] INFO: Scrape type for CX57%20FHL: 0
2026-03-29 11:08:56 [bca.uk] INFO: Found listing with ID: EO60%20JNU
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO60%2520JNU%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for EO60%20JNU: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WJ63%20JYP
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ63%2520JYP%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WJ63%20JYP: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: DL13%20KTG
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL13%2520KTG%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for DL13%20KTG: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: PY04%20FFZ
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PY04%2520FFZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for PY04%20FFZ: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: YA16%20VGZ
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA16%2520VGZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for YA16%20VGZ: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: PO21%20EVJ
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO21%2520EVJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for PO21%20EVJ: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP23%20OHB
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP23%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP23%20OHB: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP23%20OGE
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP23%2520OGE%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP23%20OGE: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP23%20OFH
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP23%2520OFH%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP23%20OFH: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP23%20OFE
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP23%2520OFE%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP23%20OFE: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: SD65%20KWV
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD65%2520KWV%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for SD65%20KWV: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP23%20OEB
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP23%2520OEB%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP23%20OEB: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP23%20OEA
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP23%2520OEA%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP23%20OEA: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: YN16%20XZS
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YN16%2520XZS%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for YN16%20XZS: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WN73%20JGY
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN73%2520JGY%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WN73%20JGY: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: SW15%20UNG
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW15%2520UNG%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for SW15%20UNG: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: SA17%20ALD
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA17%2520ALD%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for SA17%20ALD: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WN73%20JGV
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN73%2520JGV%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WN73%20JGV: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: BF18%20VZP
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF18%2520VZP%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for BF18%20VZP: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WN15%20SDY
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN15%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WN15%20SDY: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: CP02%20NDN
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CP02%2520NDN%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for CP02%20NDN: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: LT53%20UOU
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT53%2520UOU%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for LT53%20UOU: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: LV17%20VHN
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV17%2520VHN%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for LV17%20VHN: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: NX13%20UZY
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX13%2520UZY%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for NX13%20UZY: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WJ68%20YFZ
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ68%2520YFZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WJ68%20YFZ: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: CU17%20XFM
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU17%2520XFM%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for CU17%20XFM: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: FJ14%20GBU
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ14%2520GBU%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for FJ14%20GBU: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: BJ17%20KPF
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ17%2520KPF%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for BJ17%20KPF: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: FG10%20AAE
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG10%2520AAE%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for FG10%20AAE: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: GC15%20FYN
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GC15%2520FYN%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for GC15%20FYN: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: RF11%20RNY
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF11%2520RNY%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for RF11%20RNY: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: NH08%20HXB
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NH08%2520HXB%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for NH08%20HXB: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: AV14%20PVL
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV14%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for AV14%20PVL: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP71%20UOH
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP71%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP71%20UOH: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: BJ09%20TYV
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ09%2520TYV%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for BJ09%20TYV: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WV71%20TBZ
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV71%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WV71%20TBZ: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: GL11%20FXG
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL11%2520FXG%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for GL11%20FXG: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: FN13%20OCM
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN13%2520OCM%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for FN13%20OCM: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: KE14%20HYY
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE14%2520HYY%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for KE14%20HYY: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: LN14%20HPO
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN14%2520HPO%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for LN14%20HPO: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: MM15%20WPO
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM15%2520WPO%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for MM15%20WPO: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WT19%20FWZ
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT19%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WT19%20FWZ: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: YD68%20VJZ
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD68%2520VJZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for YD68%20VJZ: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: EF16%20MOV
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF16%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for EF16%20MOV: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WV71%20SYG
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV71%2520SYG%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WV71%20SYG: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: HX14%20FAO
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX14%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for HX14%20FAO: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: MV23%20PVK
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV23%2520PVK%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for MV23%20PVK: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: WP71%20XHY
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP71%2520XHY%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for WP71%20XHY: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: OV61%20FUE
2026-03-29 11:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV61%2520FUE%27 HTTP/1.1" 200 None
2026-03-29 11:08:57 [bca.uk] INFO: Scrape type for OV61%20FUE: 0
2026-03-29 11:08:57 [bca.uk] INFO: Found listing with ID: PN63%20AZP
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN63%2520AZP%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for PN63%20AZP: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: PY15%20DWJ
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PY15%2520DWJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for PY15%20DWJ: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: SD15%20LTJ
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD15%2520LTJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for SD15%20LTJ: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: YD16%20AMW
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD16%2520AMW%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for YD16%20AMW: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: GK12%20YMX
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK12%2520YMX%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for GK12%20YMX: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: GL11%20CBF
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL11%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for GL11%20CBF: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: GN13%20OFC
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN13%2520OFC%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for GN13%20OFC: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: GR07%20MXK
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GR07%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for GR07%20MXK: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: GV61%20HND
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV61%2520HND%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for GV61%20HND: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: HV61%20CZB
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV61%2520CZB%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for HV61%20CZB: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: KB57%20YOG
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KB57%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for KB57%20YOG: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: KE12%20GOH
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE12%2520GOH%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for KE12%20GOH: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: KN60%20ZPY
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN60%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for KN60%20ZPY: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: LB59%20ORK
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB59%2520ORK%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for LB59%20ORK: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: LL09%20JMU
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL09%2520JMU%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for LL09%20JMU: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: LO12%20MHN
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO12%2520MHN%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for LO12%20MHN: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: NV14%20GKL
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV14%2520GKL%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for NV14%20GKL: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: AF13%20CZZ
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF13%2520CZZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for AF13%20CZZ: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: BJ10%20KWZ
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ10%2520KWZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for BJ10%20KWZ: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: BN63%20XSE
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN63%2520XSE%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for BN63%20XSE: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: DF10%20EKT
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF10%2520EKT%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for DF10%20EKT: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: EK14%20OWJ
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK14%2520OWJ%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for EK14%20OWJ: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: EN11%20FCZ
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN11%2520FCZ%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for EN11%20FCZ: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: FG63%20RCX
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG63%2520RCX%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for FG63%20RCX: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: FX12%20YZO
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX12%2520YZO%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for FX12%20YZO: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: GJ62%20NLN
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ62%2520NLN%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for GJ62%20NLN: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: MD72%20EUB
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD72%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for MD72%20EUB: 0
2026-03-29 11:08:58 [bca.uk] INFO: Found listing with ID: WU24%20DYD
2026-03-29 11:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU24%2520DYD%27 HTTP/1.1" 200 None
2026-03-29 11:08:58 [bca.uk] INFO: Scrape type for WU24%20DYD: 0
2026-03-29 11:08:58 [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-29 11:08:58 [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-29 11:08:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09:00 [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-29 11:09:00 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded
2026-03-29 11:09:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:00 [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-29 11:09:00 [bca.uk] INFO: Found listing with ID: LA72%20VNB
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA72%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for LA72%20VNB: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: AY62%20YSS
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AY62%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for AY62%20YSS: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: EA60%20VGG
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA60%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for EA60%20VGG: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: GX16%20XKY
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX16%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for GX16%20XKY: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: LM57%20EYK
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM57%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for LM57%20EYK: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: LV63%20DFY
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV63%2520DFY%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for LV63%20DFY: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: RO11%20LFV
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO11%2520LFV%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for RO11%20LFV: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: SF10%20VGU
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF10%2520VGU%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for SF10%20VGU: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: DS20%20OCF
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS20%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for DS20%20OCF: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: HG17%20FSO
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG17%2520FSO%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for HG17%20FSO: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: LG23%20VVJ
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG23%2520VVJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for LG23%20VVJ: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: GJ23%20JSY
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ23%2520JSY%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for GJ23%20JSY: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: KX10%20FFW
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX10%2520FFW%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for KX10%20FFW: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: GJ22%20GXX
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ22%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for GJ22%20GXX: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: OY07%20OJV
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY07%2520OJV%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for OY07%20OJV: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: SD13%20ZKS
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD13%2520ZKS%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for SD13%20ZKS: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: BL72%20KOD
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL72%2520KOD%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for BL72%20KOD: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: YP16%20YRN
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP16%2520YRN%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for YP16%20YRN: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: SJ09%20OPL
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ09%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for SJ09%20OPL: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: KM08%20HZJ
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM08%2520HZJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for KM08%20HZJ: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: OV10%20HBL
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV10%2520HBL%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for OV10%20HBL: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: R12%20OKJ
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27R12%2520OKJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:00 [bca.uk] INFO: Scrape type for R12%20OKJ: 0
2026-03-29 11:09:00 [bca.uk] INFO: Found listing with ID: KN62%20FGD
2026-03-29 11:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN62%2520FGD%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for KN62%20FGD: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: PK20%20WMF
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK20%2520WMF%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for PK20%20WMF: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: PK20%20UYN
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK20%2520UYN%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for PK20%20UYN: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: MC19%20ZWJ
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MC19%2520ZWJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for MC19%20ZWJ: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: MA20%20XAR
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA20%2520XAR%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for MA20%20XAR: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: HV70%20WHA
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV70%2520WHA%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for HV70%20WHA: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: FH12%20UHL
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FH12%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for FH12%20UHL: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: HY59%20WKU
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY59%2520WKU%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for HY59%20WKU: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: KE13%20UGJ
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE13%2520UGJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for KE13%20UGJ: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: VA66%20MGX
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA66%2520MGX%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for VA66%20MGX: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: WUI%209939
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WUI%25209939%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for WUI%209939: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: YH08%20ZBP
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH08%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for YH08%20ZBP: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: YJ60%20OUE
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ60%2520OUE%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for YJ60%20OUE: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: YK09%20KYA
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK09%2520KYA%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for YK09%20KYA: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: YP59%20CKC
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP59%2520CKC%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for YP59%20CKC: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: YR61%20TZK
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR61%2520TZK%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for YR61%20TZK: 0
2026-03-29 11:09:01 [bca.uk] INFO: Found listing with ID: RV62%20EHC
2026-03-29 11:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV62%2520EHC%27 HTTP/1.1" 200 None
2026-03-29 11:09:01 [bca.uk] INFO: Scrape type for RV62%20EHC: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: S400%20SSK
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S400%2520SSK%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for S400%20SSK: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SC15%20BRF
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC15%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SC15%20BRF: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SC63%20LRF
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SC63%20LRF: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SD17%20WCW
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD17%2520WCW%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SD17%20WCW: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SW65%20FTK
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW65%2520FTK%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SW65%20FTK: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: VK14%20JXE
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520JXE%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for VK14%20JXE: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: VK63%20DTZ
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520DTZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for VK63%20DTZ: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: WF60%20ULP
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF60%2520ULP%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for WF60%20ULP: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: WP62%20RZJ
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP62%2520RZJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for WP62%20RZJ: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: ML15%20HRC
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for ML15%20HRC: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: ML15%20NYT
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520NYT%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for ML15%20NYT: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: MX13%20XNM
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520XNM%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for MX13%20XNM: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: NA61%20LWL
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA61%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for NA61%20LWL: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: NJ11%20YGO
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ11%2520YGO%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for NJ11%20YGO: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: NL16%20NBF
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520NBF%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for NL16%20NBF: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: OE12%20RWL
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE12%2520RWL%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for OE12%20RWL: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: RJ58%20WUW
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ58%2520WUW%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for RJ58%20WUW: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: RO64%20RXC
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520RXC%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for RO64%20RXC: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: EJ62%20NXZ
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ62%2520NXZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for EJ62%20NXZ: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: EN16%20TPV
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520TPV%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for EN16%20TPV: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: FH13%20ELV
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH13%2520ELV%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for FH13%20ELV: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: FL60%20ZFJ
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for FL60%20ZFJ: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: FP10%20JNX
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520JNX%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for FP10%20JNX: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: GF12%20XKT
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for GF12%20XKT: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: KU68%20OJO
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520OJO%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for KU68%20OJO: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: KY65%20SXP
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520SXP%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for KY65%20SXP: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: LP63%20WTL
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP63%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for LP63%20WTL: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: MF13%20KTU
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF13%2520KTU%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for MF13%20KTU: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: BJ56%20JLO
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ56%2520JLO%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for BJ56%20JLO: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: BK62%20OTZ
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520OTZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for BK62%20OTZ: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: BT12%20TZY
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT12%2520TZY%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for BT12%20TZY: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: CU63%20EXM
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520EXM%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for CU63%20EXM: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: DB14%20MCW
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DB14%2520MCW%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for DB14%20MCW: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: DK09%20ZBD
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK09%2520ZBD%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for DK09%20ZBD: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: DN61%20FWA
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN61%2520FWA%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for DN61%20FWA: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: DV14%20UMS
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520UMS%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for DV14%20UMS: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: EJ61%20HFK
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ61%2520HFK%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for EJ61%20HFK: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: GC17%20NDE
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520NDE%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for GC17%20NDE: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: HX14%20DJO
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520DJO%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for HX14%20DJO: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: LB69%20YVW
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520YVW%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for LB69%20YVW: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: EX18%20BYP
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX18%2520BYP%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for EX18%20BYP: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: EX17%20VXH
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX17%2520VXH%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for EX17%20VXH: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SY68%20GYA
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520GYA%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SY68%20GYA: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SN24%20KPW
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN24%2520KPW%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SN24%20KPW: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: YT63%20KUS
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT63%2520KUS%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for YT63%20KUS: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: DF68%20CNK
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF68%2520CNK%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for DF68%20CNK: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: MK61%20AVT
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520AVT%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for MK61%20AVT: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: MW14%20LAE
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW14%2520LAE%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for MW14%20LAE: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: MW60%20WDA
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW60%2520WDA%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for MW60%20WDA: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: N29%20TWJ
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N29%2520TWJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for N29%20TWJ: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: PL57%20OVV
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL57%2520OVV%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for PL57%20OVV: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: PNZ%205710
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PNZ%25205710%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for PNZ%205710: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SA67%20UJY
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA67%2520UJY%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SA67%20UJY: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: BJ71%20HLM
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520HLM%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for BJ71%20HLM: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: SB20%20AMO
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB20%2520AMO%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for SB20%20AMO: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: FX11%20JKN
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX11%2520JKN%27 HTTP/1.1" 200 None
2026-03-29 11:09:02 [bca.uk] INFO: Scrape type for FX11%20JKN: 0
2026-03-29 11:09:02 [bca.uk] INFO: Found listing with ID: KW21%20AOB
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520AOB%27 HTTP/1.1" 200 None
2026-03-29 11:09:03 [bca.uk] INFO: Scrape type for KW21%20AOB: 0
2026-03-29 11:09:03 [bca.uk] INFO: Found listing with ID: YX71%20DDY
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX71%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 11:09:03 [bca.uk] INFO: Scrape type for YX71%20DDY: 0
2026-03-29 11:09:03 [bca.uk] INFO: Found listing with ID: NA72%20YVV
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520YVV%27 HTTP/1.1" 200 None
2026-03-29 11:09:03 [bca.uk] INFO: Scrape type for NA72%20YVV: 0
2026-03-29 11:09:03 [bca.uk] INFO: Found listing with ID: GV72%20DWG
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 11:09:03 [bca.uk] INFO: Scrape type for GV72%20DWG: 0
2026-03-29 11:09:03 [bca.uk] INFO: Found listing with ID: YR72%20WEP
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520WEP%27 HTTP/1.1" 200 None
2026-03-29 11:09:03 [bca.uk] INFO: Scrape type for YR72%20WEP: 0
2026-03-29 11:09:03 [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-29 11:09:03 [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-29 11:09:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09:05 [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-29 11:09:05 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:05 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded
2026-03-29 11:09:05 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:05 [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-29 11:09:05 [bca.uk] INFO: Found listing with ID: DS72%20VYJ
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS72%2520VYJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for DS72%20VYJ: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: YE73%20OLO
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE73%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for YE73%20OLO: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: HX18%20DMU
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX18%2520DMU%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for HX18%20DMU: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: AJ72%20HYM
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ72%2520HYM%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for AJ72%20HYM: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: VE70%20JDZ
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE70%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for VE70%20JDZ: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: YJ63%20FDY
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ63%2520FDY%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for YJ63%20FDY: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: LF69%20YUJ
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for LF69%20YUJ: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: LY23%20BKE
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY23%2520BKE%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for LY23%20BKE: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: KK19%20ZFA
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KK19%2520ZFA%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for KK19%20ZFA: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: WD19%20YCX
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD19%2520YCX%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for WD19%20YCX: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: ML70%20KCG
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML70%2520KCG%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for ML70%20KCG: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: RX15%20OZO
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX15%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for RX15%20OZO: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: AYZ%208960
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AYZ%25208960%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for AYZ%208960: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: LD20%20LRK
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD20%2520LRK%27 HTTP/1.1" 200 None
2026-03-29 11:09:05 [bca.uk] INFO: Scrape type for LD20%20LRK: 0
2026-03-29 11:09:05 [bca.uk] INFO: Found listing with ID: FY66%20EDL
2026-03-29 11:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY66%2520EDL%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for FY66%20EDL: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: YY20%20JXA
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY20%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for YY20%20JXA: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: ND73%20CZS
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND73%2520CZS%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for ND73%20CZS: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: AK16%20OJR
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK16%2520OJR%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for AK16%20OJR: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: YA22%20JGU
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA22%2520JGU%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for YA22%20JGU: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: NA20%20GWP
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA20%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for NA20%20GWP: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: FT24%20UAS
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FT24%2520UAS%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for FT24%20UAS: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: SD23%20DJF
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD23%2520DJF%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for SD23%20DJF: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: WA20%20UVV
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA20%2520UVV%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for WA20%20UVV: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: FL13%20MYV
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL13%2520MYV%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for FL13%20MYV: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: NA70%20XJL
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA70%2520XJL%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for NA70%20XJL: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: LC63%20NGO
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC63%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for LC63%20NGO: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: EY69%20ZUC
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY69%2520ZUC%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for EY69%20ZUC: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: DG64%20PYX
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG64%2520PYX%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for DG64%20PYX: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: YR22%20SJV
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR22%2520SJV%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for YR22%20SJV: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: LD69%20LCN
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD69%2520LCN%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for LD69%20LCN: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: LB69%20VNE
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB69%2520VNE%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for LB69%20VNE: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: WN22%20TOU
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN22%2520TOU%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for WN22%20TOU: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: LG23%20XKN
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG23%2520XKN%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for LG23%20XKN: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: MD72%20VNH
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD72%2520VNH%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for MD72%20VNH: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: MW72%20BPV
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW72%2520BPV%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for MW72%20BPV: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: VX72%20KPY
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX72%2520KPY%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for VX72%20KPY: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: BT68%20UJL
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT68%2520UJL%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for BT68%20UJL: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: MK17%20KXH
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK17%2520KXH%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for MK17%20KXH: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: RV20%20VFR
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV20%2520VFR%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for RV20%20VFR: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: YD63%20CXX
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD63%2520CXX%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for YD63%20CXX: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: AF23%20UMX
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF23%2520UMX%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for AF23%20UMX: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: MW23%20SZN
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW23%2520SZN%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for MW23%20SZN: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: BM18%20LLA
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BM18%2520LLA%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for BM18%20LLA: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: BT68%20WMD
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT68%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for BT68%20WMD: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: MW15%20YYO
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW15%2520YYO%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for MW15%20YYO: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: RJ71%20ZXS
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ71%2520ZXS%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for RJ71%20ZXS: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: WN22%20TNJ
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN22%2520TNJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for WN22%20TNJ: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: YT67%20ZKA
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for YT67%20ZKA: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: EK75%20AKZ
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK75%2520AKZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for EK75%20AKZ: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: FX23%20RSU
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX23%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for FX23%20RSU: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: LG23%20KGF
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG23%2520KGF%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for LG23%20KGF: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: LL71%20XOC
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL71%2520XOC%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for LL71%20XOC: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: RO22%20FWA
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO22%2520FWA%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for RO22%20FWA: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: AV75%20CWG
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV75%2520CWG%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for AV75%20CWG: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: CA72%20WDT
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA72%2520WDT%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for CA72%20WDT: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: DE22%20WFB
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE22%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for DE22%20WFB: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: DG69%20YDO
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG69%2520YDO%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for DG69%20YDO: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: RO22%20JUJ
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO22%2520JUJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for RO22%20JUJ: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: WU23%20EOV
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU23%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for WU23%20EOV: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: CA72%20UMR
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA72%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for CA72%20UMR: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: FV73%20KHC
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV73%2520KHC%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for FV73%20KHC: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: OE71%20WWU
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE71%2520WWU%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for OE71%20WWU: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: RF72%20OYM
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF72%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for RF72%20OYM: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: CX68%20MYP
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX68%2520MYP%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for CX68%20MYP: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: EY20%20BYH
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for EY20%20BYH: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: VO70%20NUJ
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO70%2520NUJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for VO70%20NUJ: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: DY24%20HVL
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY24%2520HVL%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for DY24%20HVL: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: YX19%20YEU
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX19%2520YEU%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for YX19%20YEU: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: OE21%20GFO
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE21%2520GFO%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for OE21%20GFO: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: AO20%20OTU
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO20%2520OTU%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for AO20%20OTU: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: YX19%20LTO
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX19%2520LTO%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for YX19%20LTO: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: LC70%20NRU
2026-03-29 11:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC70%2520NRU%27 HTTP/1.1" 200 None
2026-03-29 11:09:06 [bca.uk] INFO: Scrape type for LC70%20NRU: 0
2026-03-29 11:09:06 [bca.uk] INFO: Found listing with ID: BJ64%20SLU
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ64%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for BJ64%20SLU: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: WK13%20PZN
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK13%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for WK13%20PZN: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: NU69%20XZC
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU69%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for NU69%20XZC: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: YB65%20DWE
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB65%2520DWE%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for YB65%20DWE: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: V800%20ERC
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27V800%2520ERC%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for V800%20ERC: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: KO18%20OYF
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO18%2520OYF%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for KO18%20OYF: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: SL16%20UER
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL16%2520UER%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for SL16%20UER: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: AU07%20RSU
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AU07%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for AU07%20RSU: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: BL24%20LTY
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL24%2520LTY%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for BL24%20LTY: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: BT03%20TWA
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT03%2520TWA%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for BT03%20TWA: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: KW68%20ZLO
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW68%2520ZLO%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for KW68%20ZLO: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: LP18%20MZY
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP18%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for LP18%20MZY: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: NU17%20YHK
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU17%2520YHK%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for NU17%20YHK: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: MJ73%20VUN
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ73%2520VUN%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for MJ73%20VUN: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: LR22%20YMO
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520YMO%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for LR22%20YMO: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: ML73%20DJJ
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML73%2520DJJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for ML73%20DJJ: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: KJ69%20KWP
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJ69%2520KWP%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for KJ69%20KWP: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: EK68%20PYU
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK68%2520PYU%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for EK68%20PYU: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: NX16%20FFG
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX16%2520FFG%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for NX16%20FFG: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: EX18%20ZBL
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX18%2520ZBL%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for EX18%20ZBL: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: LM62%20XBE
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM62%2520XBE%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for LM62%20XBE: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: EU73%20UJR
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU73%2520UJR%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for EU73%20UJR: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: BD68%20CDO
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD68%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for BD68%20CDO: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: CN68%20UAD
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CN68%2520UAD%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for CN68%20UAD: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: LD22%20UVE
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD22%2520UVE%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for LD22%20UVE: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: LD68%20VBM
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD68%2520VBM%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for LD68%20VBM: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: OE71%20KNX
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE71%2520KNX%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for OE71%20KNX: 0
2026-03-29 11:09:07 [bca.uk] INFO: Found listing with ID: FH22%20ZCO
2026-03-29 11:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FH22%2520ZCO%27 HTTP/1.1" 200 None
2026-03-29 11:09:07 [bca.uk] INFO: Scrape type for FH22%20ZCO: 0
2026-03-29 11:09:07 [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-29 11:09:07 [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-29 11:09:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09:09 [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-29 11:09:09 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded
2026-03-29 11:09:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:09 [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-29 11:09:09 [bca.uk] INFO: Found listing with ID: FX23%20RZA
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX23%2520RZA%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for FX23%20RZA: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: YH22%20XOY
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH22%2520XOY%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for YH22%20XOY: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: YN22%20WFX
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YN22%2520WFX%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for YN22%20WFX: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: DP22%20TKK
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP22%2520TKK%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for DP22%20TKK: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: DX22%20RJJ
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX22%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for DX22%20RJJ: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: LA21%20FVD
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA21%2520FVD%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for LA21%20FVD: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: YB19%20VDE
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB19%2520VDE%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for YB19%20VDE: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: MV19%20VMW
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV19%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for MV19%20VMW: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: SB72%20EXV
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB72%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for SB72%20EXV: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: SN22%20VMA
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN22%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for SN22%20VMA: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: SO72%20UWU
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SO72%2520UWU%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for SO72%20UWU: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: SR22%20HBL
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SR22%2520HBL%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for SR22%20HBL: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: YL68%20PNO
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL68%2520PNO%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for YL68%20PNO: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: KR73%20LWW
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR73%2520LWW%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for KR73%20LWW: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: URZ%205028
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27URZ%25205028%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for URZ%205028: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: YG22%20KDJ
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG22%2520KDJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for YG22%20KDJ: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: PJ22%20EAX
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ22%2520EAX%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for PJ22%20EAX: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: PL22%20ZXS
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PL22%2520ZXS%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for PL22%20ZXS: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: EY22%20OLV
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY22%2520OLV%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for EY22%20OLV: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: GC21%20BWV
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GC21%2520BWV%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for GC21%20BWV: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: KS70%20HZE
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS70%2520HZE%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for KS70%20HZE: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: KS71%20XJX
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS71%2520XJX%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for KS71%20XJX: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: LO72%20NXR
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO72%2520NXR%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for LO72%20NXR: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: LT22%20AOR
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT22%2520AOR%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for LT22%20AOR: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: YK20%20OEJ
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK20%2520OEJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for YK20%20OEJ: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: LR71%20MKG
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR71%2520MKG%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for LR71%20MKG: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: OV22%20CWZ
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV22%2520CWZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for OV22%20CWZ: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: VK22%20BUJ
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK22%2520BUJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for VK22%20BUJ: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: VO22%20ESN
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO22%2520ESN%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for VO22%20ESN: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: WN22%20DWX
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN22%2520DWX%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for WN22%20DWX: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: SM19%20ZKN
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM19%2520ZKN%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for SM19%20ZKN: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: SF62%20EFA
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF62%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for SF62%20EFA: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: BV61%20UFD
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV61%2520UFD%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for BV61%20UFD: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: JRV%20508X
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27JRV%2520508X%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for JRV%20508X: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: CE56%20GZH
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE56%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for CE56%20GZH: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: FV12%20YSP
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV12%2520YSP%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for FV12%20YSP: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: YK65%20TWX
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK65%2520TWX%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for YK65%20TWX: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: DE60%20UAZ
2026-03-29 11:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE60%2520UAZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:09 [bca.uk] INFO: Scrape type for DE60%20UAZ: 0
2026-03-29 11:09:09 [bca.uk] INFO: Found listing with ID: VN70%20DWM
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN70%2520DWM%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for VN70%20DWM: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: LB60%20DWY
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB60%2520DWY%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for LB60%20DWY: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: YB63%20WBG
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB63%2520WBG%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for YB63%20WBG: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: FX60%20GKA
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX60%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for FX60%20GKA: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: YV19%20VOO
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YV19%2520VOO%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for YV19%20VOO: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: NX12%20JBU
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX12%2520JBU%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for NX12%20JBU: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: YS13%20XFM
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS13%2520XFM%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for YS13%20XFM: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: GJ69%20KUH
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ69%2520KUH%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for GJ69%20KUH: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: BU22%20HBA
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU22%2520HBA%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for BU22%20HBA: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: PJ11%20AKP
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ11%2520AKP%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for PJ11%20AKP: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: SC13%20AVX
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SC13%2520AVX%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for SC13%20AVX: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: ND59%20WMA
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND59%2520WMA%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for ND59%20WMA: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: HY72%20UGH
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY72%2520UGH%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for HY72%20UGH: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: PF59%20HHJ
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF59%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for PF59%20HHJ: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: LB71%20VMR
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB71%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for LB71%20VMR: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: OV14%20WTT
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV14%2520WTT%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for OV14%20WTT: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: GL15%20WPN
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL15%2520WPN%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for GL15%20WPN: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: SE58%20SJE
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE58%2520SJE%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for SE58%20SJE: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: YA10%20PKZ
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA10%2520PKZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for YA10%20PKZ: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: BK12%20WRC
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK12%2520WRC%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for BK12%20WRC: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: MM71%20TYA
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM71%2520TYA%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for MM71%20TYA: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: HG19%20XES
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG19%2520XES%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for HG19%20XES: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: BP72%20CGY
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP72%2520CGY%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for BP72%20CGY: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: KN18%20UBZ
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN18%2520UBZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for KN18%20UBZ: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: SJ21%20XTH
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ21%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for SJ21%20XTH: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: YS75%20TCO
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS75%2520TCO%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for YS75%20TCO: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: AD68%20EFA
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AD68%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for AD68%20EFA: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: YO73%20JVR
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO73%2520JVR%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for YO73%20JVR: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: HK75%20CPY
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK75%2520CPY%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for HK75%20CPY: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: BN20%20ZMU
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN20%2520ZMU%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for BN20%20ZMU: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: VU22%20OPO
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU22%2520OPO%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for VU22%20OPO: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: BP72%20RHA
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP72%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for BP72%20RHA: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: BK21%20LFV
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK21%2520LFV%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for BK21%20LFV: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: SB62%20FUU
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB62%2520FUU%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for SB62%20FUU: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: SP11%20SXZ
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP11%2520SXZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for SP11%20SXZ: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: WM63%20VKD
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM63%2520VKD%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for WM63%20VKD: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: VN72%20EUZ
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN72%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for VN72%20EUZ: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: EK08%20LTZ
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK08%2520LTZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for EK08%20LTZ: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: LN69%20YHM
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN69%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for LN69%20YHM: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: LJ72%20YEF
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ72%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for LJ72%20YEF: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: LG69%20WXZ
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG69%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for LG69%20WXZ: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: MW20%20BWD
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW20%2520BWD%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for MW20%20BWD: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: MK20%20EFP
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK20%2520EFP%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for MK20%20EFP: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: PIJ%202496
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PIJ%25202496%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for PIJ%202496: 0
2026-03-29 11:09:10 [bca.uk] INFO: Found listing with ID: LM22%20WZA
2026-03-29 11:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM22%2520WZA%27 HTTP/1.1" 200 None
2026-03-29 11:09:10 [bca.uk] INFO: Scrape type for LM22%20WZA: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: YR20%20YRJ
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR20%2520YRJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for YR20%20YRJ: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: HG22%20NFU
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG22%2520NFU%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for HG22%20NFU: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: PN22%20USV
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN22%2520USV%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for PN22%20USV: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: YB69%20VLK
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB69%2520VLK%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for YB69%20VLK: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: YK19%20RGE
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK19%2520RGE%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for YK19%20RGE: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: AK65%20SXZ
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK65%2520SXZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for AK65%20SXZ: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: LC72%20RVE
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC72%2520RVE%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for LC72%20RVE: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: LT21%20WOA
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT21%2520WOA%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for LT21%20WOA: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: YP69%20KHW
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP69%2520KHW%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for YP69%20KHW: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: LT21%20WSW
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT21%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for LT21%20WSW: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: YA72%20FHB
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA72%2520FHB%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for YA72%20FHB: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: YK21%20ZXN
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK21%2520ZXN%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for YK21%20ZXN: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: DL70%20XFN
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL70%2520XFN%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for DL70%20XFN: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: DL71%20YBH
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL71%2520YBH%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for DL71%20YBH: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: LC72%20MKP
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC72%2520MKP%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for LC72%20MKP: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: BG73%20WGW
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG73%2520WGW%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for BG73%20WGW: 0
2026-03-29 11:09:11 [bca.uk] INFO: Found listing with ID: DN20%20SXZ
2026-03-29 11:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN20%2520SXZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:11 [bca.uk] INFO: Scrape type for DN20%20SXZ: 0
2026-03-29 11:09:11 [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-29 11:09:11 [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-29 11:09:11 [scrapy.extensions.logstats] INFO: Crawled 137 pages (at 11 pages/min), scraped 357 items (at 0 items/min)
2026-03-29 11:09:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11: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-29 11:09:17 [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-29 11:09:17 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded
2026-03-29 11:09:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:17 [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-29 11:09:17 [bca.uk] INFO: Found listing with ID: DW24%20HFP
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW24%2520HFP%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for DW24%20HFP: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: BC70%20VUN
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC70%2520VUN%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for BC70%20VUN: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: HJ73%20OWX
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OWX%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for HJ73%20OWX: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: EK18%20GYV
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520GYV%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for EK18%20GYV: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: KM68%20OAY
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM68%2520OAY%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for KM68%20OAY: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: LV20%20GXY
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV20%2520GXY%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for LV20%20GXY: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: LL17%20AXH
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520AXH%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for LL17%20AXH: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: T11%20PBG
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T11%2520PBG%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for T11%20PBG: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: GN20%20WLF
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WLF%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for GN20%20WLF: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: KP70%20LKM
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520LKM%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for KP70%20LKM: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: KW73%20LYF
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520LYF%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for KW73%20LYF: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: BV20%20EFS
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520EFS%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for BV20%20EFS: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: GL71%20EOG
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for GL71%20EOG: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: KR71%20YJH
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520YJH%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for KR71%20YJH: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: RK71%20MPU
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520MPU%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for RK71%20MPU: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: YS19%20JMO
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520JMO%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for YS19%20JMO: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: BK71%20VZJ
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520VZJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for BK71%20VZJ: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: LT23%20OLX
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520OLX%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for LT23%20OLX: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: SY72%20JRO
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for SY72%20JRO: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: SL68%20YWR
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL68%2520YWR%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for SL68%20YWR: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: YG69%20EFA
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for YG69%20EFA: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: AF70%20OVM
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520OVM%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for AF70%20OVM: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: GD69%20XPA
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520XPA%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for GD69%20XPA: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: GL71%20PFZ
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520PFZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for GL71%20PFZ: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: LN18%20EZT
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520EZT%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for LN18%20EZT: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: MJ69%20HJC
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520HJC%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for MJ69%20HJC: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: MJ70%20LHA
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520LHA%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for MJ70%20LHA: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: HV22%20OTN
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OTN%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for HV22%20OTN: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: DL21%20GXB
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520GXB%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for DL21%20GXB: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: OE16%20VDP
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520VDP%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for OE16%20VDP: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: KO23%20ULA
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO23%2520ULA%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for KO23%20ULA: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: AR19%20OTG
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AR19%2520OTG%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for AR19%20OTG: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: EO69%20MVA
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520MVA%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for EO69%20MVA: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: SM72%20HUO
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520HUO%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for SM72%20HUO: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: KT18%20FFE
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520FFE%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for KT18%20FFE: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: FH70%20TTZ
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520TTZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for FH70%20TTZ: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: FP69%20KWM
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520KWM%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for FP69%20KWM: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: KE65%20YRY
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE65%2520YRY%27 HTTP/1.1" 200 None
2026-03-29 11:09:17 [bca.uk] INFO: Scrape type for KE65%20YRY: 0
2026-03-29 11:09:17 [bca.uk] INFO: Found listing with ID: NU20%20LZS
2026-03-29 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520LZS%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for NU20%20LZS: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: BB05%20OJB
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BB05%2520OJB%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for BB05%20OJB: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: FP69%20OJT
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520OJT%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for FP69%20OJT: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: GX70%20VAE
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520VAE%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for GX70%20VAE: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SW69%20EFM
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520EFM%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SW69%20EFM: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: VO69%20JNJ
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520JNJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for VO69%20JNJ: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: AJ19%20JYG
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520JYG%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for AJ19%20JYG: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: BP67%20TPF
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for BP67%20TPF: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: HG19%20RSU
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for HG19%20RSU: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: KX20%20HXR
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX20%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for KX20%20HXR: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: NG21%20WPZ
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520WPZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for NG21%20WPZ: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SE19%20GMF
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520GMF%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SE19%20GMF: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: DT19%20CYZ
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT19%2520CYZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for DT19%20CYZ: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: WR70%20CUU
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CUU%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for WR70%20CUU: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: JK03%20RWK
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JK03%2520RWK%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for JK03%20RWK: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SW25%20DKD
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW25%2520DKD%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SW25%20DKD: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SY21%20TTU
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520TTU%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SY21%20TTU: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: PK70%20LYY
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK70%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for PK70%20LYY: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SF19%20LPH
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520LPH%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SF19%20LPH: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SK22%20ZRT
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520ZRT%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SK22%20ZRT: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SY18%20ONF
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY18%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SY18%20ONF: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: RK66%20BWN
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for RK66%20BWN: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: AE69%20PCU
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520PCU%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for AE69%20PCU: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: DA72%20FKE
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520FKE%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for DA72%20FKE: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: DF18%20LXT
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520LXT%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for DF18%20LXT: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: EG68%20NZZ
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520NZZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for EG68%20NZZ: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: MA20%20EVV
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520EVV%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for MA20%20EVV: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: PL69%20EVM
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL69%2520EVM%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for PL69%20EVM: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: YH68%20MJZ
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH68%2520MJZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for YH68%20MJZ: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: FP67%20CCY
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for FP67%20CCY: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: DN21%20WVE
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520WVE%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for DN21%20WVE: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: FL69%20SVT
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520SVT%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for FL69%20SVT: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: KN70%20XSP
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for KN70%20XSP: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: PA19%20HPZ
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PA19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for PA19%20HPZ: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SB70%20MYH
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB70%2520MYH%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SB70%20MYH: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: YY68%20LXG
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY68%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for YY68%20LXG: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: NX71%20OYL
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX71%2520OYL%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for NX71%20OYL: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SA68%20WTE
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA68%2520WTE%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SA68%20WTE: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SE68%20NBZ
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE68%2520NBZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SE68%20NBZ: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SH70%20EHW
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SH70%20EHW: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SR21%20XPP
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR21%2520XPP%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SR21%20XPP: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: YF74%20LVB
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF74%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for YF74%20LVB: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: BU69%20USL
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520USL%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for BU69%20USL: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: WN18%20CZG
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520CZG%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for WN18%20CZG: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: YC19%20PKO
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520PKO%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for YC19%20PKO: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SJ71%20RXG
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ71%2520RXG%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SJ71%20RXG: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SD71%20NFK
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520NFK%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SD71%20NFK: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: DV68%20ZSK
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520ZSK%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for DV68%20ZSK: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: CK67%20NNA
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520NNA%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for CK67%20NNA: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: SN70%20ZTY
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN70%2520ZTY%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for SN70%20ZTY: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: DE69%20ZGU
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520ZGU%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for DE69%20ZGU: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: GU18%20EUV
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520EUV%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for GU18%20EUV: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: LS73%20EAO
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520EAO%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for LS73%20EAO: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: AE71%20SMU
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE71%2520SMU%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for AE71%20SMU: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: EO70%20HZL
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520HZL%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for EO70%20HZL: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: WD66%20XTT
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520XTT%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for WD66%20XTT: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: LK71%20VUA
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK71%2520VUA%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for LK71%20VUA: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: LN19%20NLG
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN19%2520NLG%27 HTTP/1.1" 200 None
2026-03-29 11:09:18 [bca.uk] INFO: Scrape type for LN19%20NLG: 0
2026-03-29 11:09:18 [bca.uk] INFO: Found listing with ID: HJ20%20XKC
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520XKC%27 HTTP/1.1" 200 None
2026-03-29 11:09:19 [bca.uk] INFO: Scrape type for HJ20%20XKC: 0
2026-03-29 11:09:19 [bca.uk] INFO: Found listing with ID: F8%20MMG
2026-03-29 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F8%2520MMG%27 HTTP/1.1" 200 None
2026-03-29 11:09:19 [bca.uk] INFO: Scrape type for F8%20MMG: 0
2026-03-29 11:09:19 [bca.uk] INFO: Found listing with ID: HT69%20PXU
2026-03-29 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT69%2520PXU%27 HTTP/1.1" 200 None
2026-03-29 11:09:19 [bca.uk] INFO: Scrape type for HT69%20PXU: 0
2026-03-29 11:09:19 [bca.uk] INFO: Found listing with ID: SY68%20WZB
2026-03-29 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520WZB%27 HTTP/1.1" 200 None
2026-03-29 11:09:19 [bca.uk] INFO: Scrape type for SY68%20WZB: 0
2026-03-29 11:09:19 [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-29 11:09:19 [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-29 11:09:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09:26 [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-29 11:09:26 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:26 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded
2026-03-29 11:09:26 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:26 [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-29 11:09:26 [bca.uk] INFO: Found listing with ID: YY16%20WBW
2026-03-29 11:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY16%2520WBW%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for YY16%20WBW: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: EK20%20ODX
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for EK20%20ODX: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: SK70%20KHD
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520KHD%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for SK70%20KHD: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: YE21%20SDX
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE21%2520SDX%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for YE21%20SDX: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: RO73%20GVE
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for RO73%20GVE: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: RK17%20KGX
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520KGX%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for RK17%20KGX: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LO72%20AOJ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AOJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LO72%20AOJ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LO69%20GRK
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520GRK%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LO69%20GRK: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LO72%20AOH
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AOH%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LO72%20AOH: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: PL19%20XVZ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL19%2520XVZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for PL19%20XVZ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WV70%20PYX
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520PYX%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WV70%20PYX: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: CF71%20BGX
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520BGX%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for CF71%20BGX: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: DL21%20HYJ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520HYJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for DL21%20HYJ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: KV20%20YPO
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520YPO%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for KV20%20YPO: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LO72%20AHD
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LO72%20AHD: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: KW13%20UPM
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW13%2520UPM%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for KW13%20UPM: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: FL69%20EJK
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for FL69%20EJK: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LO72%20AFV
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AFV%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LO72%20AFV: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WT18%20HDJ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520HDJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WT18%20HDJ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WT19%20OWA
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WT19%20OWA: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: CE21%20AXA
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AXA%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for CE21%20AXA: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: CF71%20OKH
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520OKH%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for CF71%20OKH: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: DA70%20WNW
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520WNW%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for DA70%20WNW: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: FJ70%20TXB
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ70%2520TXB%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for FJ70%20TXB: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: L28%20PYN
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L28%2520PYN%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for L28%20PYN: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LC24%20EZZ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LC24%20EZZ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: MT70%20CTO
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520CTO%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for MT70%20CTO: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: VN72%20OZG
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520OZG%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for VN72%20OZG: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WD73%20ZTB
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520ZTB%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WD73%20ZTB: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LO72%20ABZ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LO72%20ABZ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: DX16%20LCA
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for DX16%20LCA: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LO72%20ABV
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABV%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LO72%20ABV: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WP15%20HMO
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WP15%20HMO: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: BK68%20XBV
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XBV%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for BK68%20XBV: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LM22%20FWV
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LM22%20FWV: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: SA71%20VVL
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520VVL%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for SA71%20VVL: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: FA19%20NPP
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for FA19%20NPP: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: FL74%20KHT
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL74%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for FL74%20KHT: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: CV20%20TUW
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520TUW%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for CV20%20TUW: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: FA18%20CHZ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA18%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for FA18%20CHZ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: DF69%20XCS
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520XCS%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for DF69%20XCS: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WV69%20TXP
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520TXP%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WV69%20TXP: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: VT19%20YHF
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YHF%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for VT19%20YHF: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: YW71%20JFE
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW71%2520JFE%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for YW71%20JFE: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: DL21%20RBO
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520RBO%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for DL21%20RBO: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: FV67%20RXH
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520RXH%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for FV67%20RXH: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LE19%20TZN
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for LE19%20TZN: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: SE19%20UWZ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for SE19%20UWZ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WV70%20FFN
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520FFN%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WV70%20FFN: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: DM19%20WMW
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DM19%2520WMW%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for DM19%20WMW: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: FG19%20NUY
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520NUY%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for FG19%20NUY: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: KM19%20OHB
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for KM19%20OHB: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: WJ19%20MTY
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ19%2520MTY%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for WJ19%20MTY: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: YA18%20HFU
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520HFU%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for YA18%20HFU: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: YGZ%205087
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25205087%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for YGZ%205087: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: YH23%20ZRN
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520ZRN%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for YH23%20ZRN: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: SK13%20HPC
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520HPC%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for SK13%20HPC: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: EG16%20EMF
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520EMF%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for EG16%20EMF: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: YC21%20FHH
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FHH%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for YC21%20FHH: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: HG69%20VOK
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520VOK%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for HG69%20VOK: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: HK69%20NWJ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520NWJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for HK69%20NWJ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: HV20%20UWZ
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:27 [bca.uk] INFO: Scrape type for HV20%20UWZ: 0
2026-03-29 11:09:27 [bca.uk] INFO: Found listing with ID: LB18%20KWG
2026-03-29 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for LB18%20KWG: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: LP71%20OMJ
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520OMJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for LP71%20OMJ: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: MT24%20TZY
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT24%2520TZY%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for MT24%20TZY: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: ND21%20BVM
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520BVM%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for ND21%20BVM: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: SK71%20ODG
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK71%2520ODG%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for SK71%20ODG: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: WV69%20NBG
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520NBG%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for WV69%20NBG: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: AU68%20KFP
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520KFP%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for AU68%20KFP: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: LD72%20SFU
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for LD72%20SFU: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: LF21%20WNO
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520WNO%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for LF21%20WNO: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: LG20%20OVA
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520OVA%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for LG20%20OVA: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: NV69%20MYB
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV69%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for NV69%20MYB: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: PG19%20LXN
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG19%2520LXN%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for PG19%20LXN: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: RK69%20AJU
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520AJU%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for RK69%20AJU: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: RK70%20OPA
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520OPA%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for RK70%20OPA: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: RO70%20GLK
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO70%2520GLK%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for RO70%20GLK: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: AP19%20NRL
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP19%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for AP19%20NRL: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: BF21%20VMW
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF21%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for BF21%20VMW: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: DN20%20OCL
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OCL%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for DN20%20OCL: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: HY21%20CVT
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520CVT%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for HY21%20CVT: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: KF68%20KPJ
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF68%2520KPJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for KF68%20KPJ: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: LB69%20WFT
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520WFT%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for LB69%20WFT: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: GU67%20HJK
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520HJK%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for GU67%20HJK: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: GU18%20OPC
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520OPC%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for GU18%20OPC: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: KE71%20MGV
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE71%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for KE71%20MGV: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: L200%20PBX
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L200%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for L200%20PBX: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: SB18%20DFO
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520DFO%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for SB18%20DFO: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: TRZ%202701
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TRZ%25202701%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for TRZ%202701: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: WF70%20WRR
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for WF70%20WRR: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: WG19%20ZGY
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for WG19%20ZGY: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: YX72%20SBU
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX72%2520SBU%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for YX72%20SBU: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: CE70%20EUU
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE70%2520EUU%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for CE70%20EUU: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: DY68%20HPK
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520HPK%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for DY68%20HPK: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: GP21%20APV
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520APV%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for GP21%20APV: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: KD19%20JYE
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD19%2520JYE%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for KD19%20JYE: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: CK23%20RHZ
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520RHZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for CK23%20RHZ: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: LS21%20MTX
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for LS21%20MTX: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: MM18%20ZFN
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM18%2520ZFN%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for MM18%20ZFN: 0
2026-03-29 11:09:28 [bca.uk] INFO: Found listing with ID: YL69%20YXG
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520YXG%27 HTTP/1.1" 200 None
2026-03-29 11:09:28 [bca.uk] INFO: Scrape type for YL69%20YXG: 0
2026-03-29 11:09:28 [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-29 11:09:28 [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-29 11:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09:34 [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-29 11:09:34 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded
2026-03-29 11:09:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:34 [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-29 11:09:34 [bca.uk] INFO: Found listing with ID: EK69%20VSO
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK69%2520VSO%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for EK69%20VSO: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: EY21%20MWV
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY21%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for EY21%20MWV: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: FY70%20KXT
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY70%2520KXT%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for FY70%20KXT: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: HJ70%20UXS
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ70%2520UXS%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for HJ70%20UXS: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: KM19%20FZW
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM19%2520FZW%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for KM19%20FZW: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: MK12%20BDV
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK12%2520BDV%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for MK12%20BDV: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: PF55%20KKH
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF55%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for PF55%20KKH: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: DC21%20GDZ
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC21%2520GDZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for DC21%20GDZ: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: CF15%20OAU
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF15%2520OAU%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for CF15%20OAU: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: BV18%20ZPW
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV18%2520ZPW%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for BV18%20ZPW: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: GX18%20DXW
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX18%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for GX18%20DXW: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: HY70%20VYZ
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY70%2520VYZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for HY70%20VYZ: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: LC22%20KXH
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC22%2520KXH%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for LC22%20KXH: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: LP23%20ZKR
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP23%2520ZKR%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for LP23%20ZKR: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: LX71%20SHV
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX71%2520SHV%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for LX71%20SHV: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: NJ21%20LZE
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ21%2520LZE%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for NJ21%20LZE: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: VO68%20KWS
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO68%2520KWS%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for VO68%20KWS: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: KR24%20WTF
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR24%2520WTF%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for KR24%20WTF: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: RN21%20LXG
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RN21%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for RN21%20LXG: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: VE72%20XGF
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE72%2520XGF%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for VE72%20XGF: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: AV70%20OMP
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV70%2520OMP%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for AV70%20OMP: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: CT19%20ZJK
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CT19%2520ZJK%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for CT19%20ZJK: 0
2026-03-29 11:09:34 [bca.uk] INFO: Found listing with ID: GJ75%20FCP
2026-03-29 11:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ75%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 11:09:34 [bca.uk] INFO: Scrape type for GJ75%20FCP: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: KJ19%20KZC
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJ19%2520KZC%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for KJ19%20KZC: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LG68%20TJY
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG68%2520TJY%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LG68%20TJY: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LM25%20VBV
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM25%2520VBV%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LM25%20VBV: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LT24%20OUA
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT24%2520OUA%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LT24%20OUA: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: MH72%20DLK
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH72%2520DLK%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for MH72%20DLK: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: W666%20JDP
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27W666%2520JDP%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for W666%20JDP: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LL70%20XZD
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL70%2520XZD%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LL70%20XZD: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: DU21%20OZR
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU21%2520OZR%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for DU21%20OZR: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LD72%20OUG
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD72%2520OUG%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LD72%20OUG: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: VK70%20ZLN
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK70%2520ZLN%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for VK70%20ZLN: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: CF22%20MDN
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF22%2520MDN%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for CF22%20MDN: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: KM23%20ANU
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM23%2520ANU%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for KM23%20ANU: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: BD68%20LOH
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD68%2520LOH%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for BD68%20LOH: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: YE73%20TVP
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE73%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for YE73%20TVP: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: BK21%20LDU
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK21%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for BK21%20LDU: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: EX22%20SWK
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX22%2520SWK%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for EX22%20SWK: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LM21%20CPZ
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM21%2520CPZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LM21%20CPZ: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: VGZ%209261
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VGZ%25209261%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for VGZ%209261: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: HT22%20JYF
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HT22%2520JYF%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for HT22%20JYF: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: ND72%20KBO
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND72%2520KBO%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for ND72%20KBO: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: VU23%20MWA
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU23%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for VU23%20MWA: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: BK69%20LNC
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK69%2520LNC%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for BK69%20LNC: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: BN71%20RNU
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN71%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for BN71%20RNU: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LG72%20RHE
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG72%2520RHE%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LG72%20RHE: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: MT70%20KMU
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT70%2520KMU%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for MT70%20KMU: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: NA69%20VOU
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA69%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for NA69%20VOU: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: CA23%20JKN
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA23%2520JKN%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for CA23%20JKN: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: FN23%20ZNC
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN23%2520ZNC%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for FN23%20ZNC: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: GL67%20URB
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL67%2520URB%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for GL67%20URB: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: YS69%20PCO
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS69%2520PCO%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for YS69%20PCO: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: SW19%20JVU
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW19%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for SW19%20JVU: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: WD21%20BYK
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD21%2520BYK%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for WD21%20BYK: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: WF71%20UAG
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF71%2520UAG%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for WF71%20UAG: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: YS73%20KTA
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS73%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for YS73%20KTA: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: VO24%20TYZ
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO24%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for VO24%20TYZ: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: WA68%20ZNW
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA68%2520ZNW%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for WA68%20ZNW: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: U12C45069
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27U12C45069%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for U12C45069: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: LM71%20YXE
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM71%2520YXE%27 HTTP/1.1" 200 None
2026-03-29 11:09:35 [bca.uk] INFO: Scrape type for LM71%20YXE: 0
2026-03-29 11:09:35 [bca.uk] INFO: Found listing with ID: OU66%20UBE
2026-03-29 11:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU66%2520UBE%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for OU66%20UBE: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: DF19%20HWC
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF19%2520HWC%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for DF19%20HWC: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: AX66%20NKD
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AX66%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for AX66%20NKD: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: FX71%20XAR
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for FX71%20XAR: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: LX71%20OYA
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX71%2520OYA%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for LX71%20OYA: 2
2026-03-29 11:09:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b846c9b0-f0d9-518c-9ca3-efd79b06a720 with identifier: LX71%20OYA
2026-03-29 11:09:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b846c9b0-f0d9-518c-9ca3-efd79b06a720 with scrape type 2
2026-03-29 11:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b846c9b0-f0d9-518c-9ca3-efd79b06a720 with scrape type 2
2026-03-29 11:09:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b846c9b0-f0d9-518c-9ca3-efd79b06a720, identifier: LX71%20OYA
2026-03-29 11:09:36 [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-29 11:09:36 [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-29 11:09:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b846c9b0-f0d9-518c-9ca3-efd79b06a720 with identifier: LX71%20OYA
2026-03-29 11:09:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b846c9b0-f0d9-518c-9ca3-efd79b06a720 with identifier: LX71%20OYA
2026-03-29 11:09:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b846c9b0-f0d9-518c-9ca3-efd79b06a720 with identifier: LX71%20OYA to the API
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11:09:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX71%20OYA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b846c9b0-f0d9-518c-9ca3-efd79b06a720',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX71 OYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX71%20OYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PORSCHE',
 'model': 'TAYCAN',
 'odometer': 33961,
 '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': 'PORSCHE TAYCAN 420KW 93KWH 4S Saloon',
 'transmission': 'automatic',
 'trim': '420KW 93KWH 4S',
 'vin': 'WP0ZZZY1ZNSA35680',
 'year': 2021}
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX71%2520OYA%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Saving data for LX71%20OYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774390104.012777, 'last_price_update_time': 1774782576.483361}
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX71%2520OYA') HTTP/1.1" 204 0
2026-03-29 11:09:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: AF15%20VVP
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF15%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for AF15%20VVP: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: BD13%20BXW
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD13%2520BXW%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for BD13%20BXW: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: CK11%20KOX
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK11%2520KOX%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for CK11%20KOX: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: DU70%20DPE
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU70%2520DPE%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for DU70%20DPE: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: LB21%20KYK
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB21%2520KYK%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for LB21%20KYK: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: SK21%20YOR
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK21%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for SK21%20YOR: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: DU22%20NTD
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU22%2520NTD%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for DU22%20NTD: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: DF16%20NZT
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF16%2520NZT%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for DF16%20NZT: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: NK65%20LLG
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NK65%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for NK65%20LLG: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: PJ66%20DXR
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ66%2520DXR%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for PJ66%20DXR: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: WK14%20WSD
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK14%2520WSD%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for WK14%20WSD: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: YT72%20TZV
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT72%2520TZV%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for YT72%20TZV: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: HV20%20UJE
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV20%2520UJE%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for HV20%20UJE: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: KO69%20MKP
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO69%2520MKP%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for KO69%20MKP: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: SC56%20MPC
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SC56%2520MPC%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for SC56%20MPC: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: HK23%20LLG
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK23%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for HK23%20LLG: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: PF24%20JLO
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF24%2520JLO%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for PF24%20JLO: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: VK66%20UFV
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK66%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for VK66%20UFV: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: FD09%20XUX
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD09%2520XUX%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for FD09%20XUX: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: KV61%20YJM
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV61%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for KV61%20YJM: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: LT58%20OSP
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT58%2520OSP%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for LT58%20OSP: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: MJ65%20FLD
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ65%2520FLD%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for MJ65%20FLD: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: AJ24%20TVP
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ24%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for AJ24%20TVP: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: NJ14%20BRF
2026-03-29 11:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ14%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 11:09:36 [bca.uk] INFO: Scrape type for NJ14%20BRF: 0
2026-03-29 11:09:36 [bca.uk] INFO: Found listing with ID: NJ66%20DNO
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ66%2520DNO%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for NJ66%20DNO: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: PF14%20WGO
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF14%2520WGO%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for PF14%20WGO: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: SG16%20XHH
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG16%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for SG16%20XHH: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: AO65%20OEU
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO65%2520OEU%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for AO65%20OEU: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: OV23%20EXE
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for OV23%20EXE: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: YH73%20SOC
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH73%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for YH73%20SOC: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: PY59%20AXP
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PY59%2520AXP%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for PY59%20AXP: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: YC68%20CEV
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC68%2520CEV%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for YC68%20CEV: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: LG62%20HHR
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG62%2520HHR%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for LG62%20HHR: 0
2026-03-29 11:09:37 [bca.uk] INFO: Found listing with ID: AO18%20WCW
2026-03-29 11:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO18%2520WCW%27 HTTP/1.1" 200 None
2026-03-29 11:09:37 [bca.uk] INFO: Scrape type for AO18%20WCW: 0
2026-03-29 11:09:39 [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-29 11:09:39 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded
2026-03-29 11:09:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:39 [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-29 11:09:39 [bca.uk] INFO: Found listing with ID: NX17%20UJT
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX17%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for NX17%20UJT: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: PE65%20OTF
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PE65%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for PE65%20OTF: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: PX63%20UUS
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX63%2520UUS%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for PX63%20UUS: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: SG65%20NDJ
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG65%2520NDJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for SG65%20NDJ: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: LD72%20BGK
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for LD72%20BGK: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: LP72%20SXS
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for LP72%20SXS: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: DN65%20MPU
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN65%2520MPU%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for DN65%20MPU: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: EX67%20PXF
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX67%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for EX67%20PXF: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: SD14%20RKF
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD14%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for SD14%20RKF: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: FL22%20LFA
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL22%2520LFA%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for FL22%20LFA: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: SA23%20DYO
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA23%2520DYO%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for SA23%20DYO: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: RE14%20UPD
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE14%2520UPD%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for RE14%20UPD: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: KE72%20VYC
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE72%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for KE72%20VYC: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: BG62%20YDC
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG62%2520YDC%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for BG62%20YDC: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: LV71%20GKO
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV71%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for LV71%20GKO: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: VO74%20TZV
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO74%2520TZV%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for VO74%20TZV: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: VK21%20NVJ
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK21%2520NVJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for VK21%20NVJ: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: OE23%20EDP
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE23%2520EDP%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for OE23%20EDP: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: LB22%20KLJ
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB22%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for LB22%20KLJ: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: DF21%20YTE
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF21%2520YTE%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for DF21%20YTE: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: YR18%20YAO
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR18%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for YR18%20YAO: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: BF69%20YLP
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF69%2520YLP%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for BF69%20YLP: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: OV05%20WSL
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV05%2520WSL%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for OV05%20WSL: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: EJ59%20OFN
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ59%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for EJ59%20OFN: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: EX61%20UPR
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX61%2520UPR%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for EX61%20UPR: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: YS69%20ETJ
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS69%2520ETJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for YS69%20ETJ: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: YE73%20TKV
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE73%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for YE73%20TKV: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: MK69%20ZVG
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK69%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for MK69%20ZVG: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: HW20%20WMO
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HW20%2520WMO%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for HW20%20WMO: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: CU70%20GVE
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU70%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for CU70%20GVE: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: PF73%20UGK
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF73%2520UGK%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for PF73%20UGK: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: VE21%20BCO
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE21%2520BCO%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for VE21%20BCO: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: LR22%20JWY
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520JWY%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for LR22%20JWY: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: AX72%20NGU
2026-03-29 11:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AX72%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 11:09:39 [bca.uk] INFO: Scrape type for AX72%20NGU: 0
2026-03-29 11:09:39 [bca.uk] INFO: Found listing with ID: KP12%20EHW
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP12%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for KP12%20EHW: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: HN21%20KPP
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN21%2520KPP%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for HN21%20KPP: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: YH14%20VYL
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH14%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for YH14%20VYL: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: YR18%20JVF
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR18%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for YR18%20JVF: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: KY18%20PZM
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY18%2520PZM%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for KY18%20PZM: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: KS69%20MFA
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS69%2520MFA%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for KS69%20MFA: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FE63%20ZPY
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE63%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FE63%20ZPY: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: CA19%20DFF
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA19%2520DFF%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for CA19%20DFF: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: RE11%20OMV
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE11%2520OMV%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for RE11%20OMV: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: PE69%20MDF
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PE69%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for PE69%20MDF: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: YD16%20DDP
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD16%2520DDP%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for YD16%20DDP: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: MW63%20MZE
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW63%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for MW63%20MZE: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: LT72%20SNN
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT72%2520SNN%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for LT72%20SNN: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: YT67%20RVL
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT67%2520RVL%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for YT67%20RVL: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: YH71%20ENM
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH71%2520ENM%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for YH71%20ENM: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: VE72%20ZVG
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE72%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for VE72%20ZVG: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: MX68%20WWF
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MX68%2520WWF%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for MX68%20WWF: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: MX67%20NUV
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MX67%2520NUV%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for MX67%20NUV: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: GJ68%20CXU
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ68%2520CXU%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for GJ68%20CXU: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FE69%20EVJ
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE69%2520EVJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FE69%20EVJ: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: GM66%20AEG
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GM66%2520AEG%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for GM66%20AEG: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FE69%20EUP
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE69%2520EUP%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FE69%20EUP: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FA19%20NXH
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FA19%2520NXH%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FA19%20NXH: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: BV16%20OFL
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV16%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for BV16%20OFL: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: BX70%20LBV
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX70%2520LBV%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for BX70%20LBV: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: ND18%20HSE
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND18%2520HSE%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for ND18%20HSE: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FN17%20TKU
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN17%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FN17%20TKU: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: BV13%20YGP
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV13%2520YGP%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for BV13%20YGP: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: LB71%20BRF
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB71%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for LB71%20BRF: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: WF69%20WPD
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF69%2520WPD%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for WF69%20WPD: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: HS24%20LHH
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HS24%2520LHH%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for HS24%20LHH: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: WG13%20JVU
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG13%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for WG13%20JVU: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: CN62%20RDX
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CN62%2520RDX%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for CN62%20RDX: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: YL67%20FPO
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL67%2520FPO%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for YL67%20FPO: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FE69%20ETA
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE69%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FE69%20ETA: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: DX64%20EUF
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX64%2520EUF%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for DX64%20EUF: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: HG21%20UXV
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG21%2520UXV%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for HG21%20UXV: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: DN71%20BTZ
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN71%2520BTZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for DN71%20BTZ: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: BJ65%20HZL
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ65%2520HZL%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for BJ65%20HZL: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: CX16%20ULO
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX16%2520ULO%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for CX16%20ULO: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: LG17%20XYD
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG17%2520XYD%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for LG17%20XYD: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: CU16%20NHH
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU16%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for CU16%20NHH: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: KV11%20MZZ
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV11%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for KV11%20MZZ: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: KT14%20BXM
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KT14%2520BXM%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for KT14%20BXM: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: KP12%20CLJ
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP12%2520CLJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for KP12%20CLJ: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FG74%20HFR
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG74%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FG74%20HFR: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: PK17%20FZY
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK17%2520FZY%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for PK17%20FZY: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: NU18%20AUO
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU18%2520AUO%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for NU18%20AUO: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FG74%20HFN
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG74%2520HFN%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FG74%20HFN: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FG74%20HFE
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG74%2520HFE%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FG74%20HFE: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FG74%20HFM
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG74%2520HFM%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FG74%20HFM: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: MF62%20PCV
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF62%2520PCV%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for MF62%20PCV: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FG74%20HDY
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG74%2520HDY%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FG74%20HDY: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: MD67%20WJL
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD67%2520WJL%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for MD67%20WJL: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: EO18%20NVY
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO18%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for EO18%20NVY: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FG74%20HDO
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG74%2520HDO%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for FG74%20HDO: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: YG17%20LLH
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG17%2520LLH%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for YG17%20LLH: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: WJ15%20WPT
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ15%2520WPT%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for WJ15%20WPT: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: WF61%20BKJ
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF61%2520BKJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for WF61%20BKJ: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: WV71%20VZT
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV71%2520VZT%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for WV71%20VZT: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: BD22%20PWJ
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for BD22%20PWJ: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: DT24%20XGC
2026-03-29 11:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DT24%2520XGC%27 HTTP/1.1" 200 None
2026-03-29 11:09:40 [bca.uk] INFO: Scrape type for DT24%20XGC: 0
2026-03-29 11:09:40 [bca.uk] INFO: Found listing with ID: FM21%20GZT
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520GZT%27 HTTP/1.1" 200 None
2026-03-29 11:09:41 [bca.uk] INFO: Scrape type for FM21%20GZT: 0
2026-03-29 11:09:41 [bca.uk] INFO: Found listing with ID: KS21%20VMV
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520VMV%27 HTTP/1.1" 200 None
2026-03-29 11:09:41 [bca.uk] INFO: Scrape type for KS21%20VMV: 0
2026-03-29 11:09:41 [bca.uk] INFO: Found listing with ID: WN23%20YZY
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520YZY%27 HTTP/1.1" 200 None
2026-03-29 11:09:41 [bca.uk] INFO: Scrape type for WN23%20YZY: 0
2026-03-29 11:09:41 [bca.uk] INFO: Found listing with ID: WN23%20ZBD
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZBD%27 HTTP/1.1" 200 None
2026-03-29 11:09:41 [bca.uk] INFO: Scrape type for WN23%20ZBD: 0
2026-03-29 11:09:41 [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-29 11:09:41 [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-29 11:09:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09:49 [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-29 11:09:50 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded
2026-03-29 11:09:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09:50 [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-29 11:09:50 [bca.uk] INFO: Found listing with ID: WN23%20ZCV
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN23%2520ZCV%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for WN23%20ZCV: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: WN23%20ZDA
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN23%2520ZDA%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for WN23%20ZDA: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: WN72%20UVL
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN72%2520UVL%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for WN72%20UVL: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: WN72%20UYX
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN72%2520UYX%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for WN72%20UYX: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: VO68%20KOW
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO68%2520KOW%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for VO68%20KOW: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: YT23%20PHN
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT23%2520PHN%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for YT23%20PHN: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: LR67%20OCB
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR67%2520OCB%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for LR67%20OCB: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: LL15%20CCY
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL15%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for LL15%20CCY: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: KR20%20YWN
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR20%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for KR20%20YWN: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: SB18%20DDU
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB18%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for SB18%20DDU: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: BD22%20EMJ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD22%2520EMJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for BD22%20EMJ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: DS24%20NKU
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS24%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for DS24%20NKU: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: FG20%20FKJ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG20%2520FKJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for FG20%20FKJ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: OY69%20YUJ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for OY69%20YUJ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: RJ23%20GUC
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ23%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for RJ23%20GUC: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: RY73%20CGK
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RY73%2520CGK%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for RY73%20CGK: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: SA25%20RDZ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA25%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for SA25%20RDZ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: SM24%20MXR
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM24%2520MXR%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for SM24%20MXR: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: WM73%20AXU
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM73%2520AXU%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for WM73%20AXU: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: WV23%20ODF
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520ODF%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for WV23%20ODF: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: YA70%20GSY
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA70%2520GSY%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for YA70%20GSY: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: DY24%20HDZ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY24%2520HDZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for DY24%20HDZ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: HK71%20FLR
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520FLR%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for HK71%20FLR: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: HN24%20KKT
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN24%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for HN24%20KKT: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: HV24%20RMX
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV24%2520RMX%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for HV24%20RMX: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: KM25%20OCP
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM25%2520OCP%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for KM25%20OCP: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: LL73%20FWG
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL73%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for LL73%20FWG: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: LN73%20EXV
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN73%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for LN73%20EXV: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: RE73%20KHZ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE73%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for RE73%20KHZ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: RF73%20LWK
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF73%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for RF73%20LWK: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: DY23%20LBE
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY23%2520LBE%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for DY23%20LBE: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: KO69%20PJV
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO69%2520PJV%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for KO69%20PJV: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: KO16%20GDV
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO16%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for KO16%20GDV: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: RJ23%20GUX
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ23%2520GUX%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for RJ23%20GUX: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: KN70%20PZC
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN70%2520PZC%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for KN70%20PZC: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: NU23%20GUO
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU23%2520GUO%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for NU23%20GUO: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: BC16%20UGG
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BC16%2520UGG%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for BC16%20UGG: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: RE73%20KLP
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE73%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for RE73%20KLP: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: AO67%20ZWF
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO67%2520ZWF%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for AO67%20ZWF: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: YP72%20BDO
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP72%2520BDO%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for YP72%20BDO: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: NJ23%20MVD
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ23%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for NJ23%20MVD: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: FT16%20CWO
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FT16%2520CWO%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for FT16%20CWO: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: DV25%20OFO
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV25%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for DV25%20OFO: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: EA67%20ZVE
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA67%2520ZVE%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for EA67%20ZVE: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: MA24%20ZDU
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA24%2520ZDU%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for MA24%20ZDU: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: BD60%20GTF
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD60%2520GTF%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for BD60%20GTF: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: SW71%20BNE
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW71%2520BNE%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for SW71%20BNE: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: AP19%20OSZ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for AP19%20OSZ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: LS72%20YXR
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS72%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for LS72%20YXR: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: OE74%20HDJ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE74%2520HDJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for OE74%20HDJ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: OE75%20YYG
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE75%2520YYG%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for OE75%20YYG: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: YO24%20MPZ
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO24%2520MPZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for YO24%20MPZ: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: AP16%20YMV
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AP16%2520YMV%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for AP16%20YMV: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: YT59%20ZZG
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT59%2520ZZG%27 HTTP/1.1" 200 None
2026-03-29 11:09:50 [bca.uk] INFO: Scrape type for YT59%20ZZG: 0
2026-03-29 11:09:50 [bca.uk] INFO: Found listing with ID: LP73%20KTK
2026-03-29 11:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP73%2520KTK%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for LP73%20KTK: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: YG20%20WDN
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG20%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for YG20%20WDN: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: LO72%20AHV
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO72%2520AHV%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for LO72%20AHV: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: LO72%20AHU
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO72%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for LO72%20AHU: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: WR15%20RXK
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR15%2520RXK%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for WR15%20RXK: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: VHZ%208117
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VHZ%25208117%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for VHZ%208117: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: FE22%20ZKO
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE22%2520ZKO%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for FE22%20ZKO: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: ML17%20PVW
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML17%2520PVW%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for ML17%20PVW: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: FE22%20XPR
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE22%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for FE22%20XPR: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: DC73%20LGO
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC73%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for DC73%20LGO: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: SE14%20ONO
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE14%2520ONO%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for SE14%20ONO: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: SK22%20TZA
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK22%2520TZA%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for SK22%20TZA: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: AY69%20OWU
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AY69%2520OWU%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for AY69%20OWU: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: BD22%20KNF
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD22%2520KNF%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for BD22%20KNF: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: BL70%20NBK
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL70%2520NBK%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for BL70%20NBK: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: BW74%20HHZ
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BW74%2520HHZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for BW74%20HHZ: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: FM70%20JUT
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FM70%2520JUT%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for FM70%20JUT: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: FX73%20PZE
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX73%2520PZE%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for FX73%20PZE: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: KM71%20FYH
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM71%2520FYH%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for KM71%20FYH: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: KO68%20AOC
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO68%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for KO68%20AOC: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: KR67%20RPO
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR67%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for KR67%20RPO: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: MW70%20XZE
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW70%2520XZE%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for MW70%20XZE: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: OY25%20GPU
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY25%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for OY25%20GPU: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: WN23%20MKK
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for WN23%20MKK: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: YF22%20JKZ
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for YF22%20JKZ: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: KV71%20WGU
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV71%2520WGU%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for KV71%20WGU: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: BF63%20HKP
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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-29 11:09:51 [bca.uk] INFO: Scrape type for BF63%20HKP: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: ML64%20XYF
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML64%2520XYF%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for ML64%20XYF: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: DC18%20OGR
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC18%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for DC18%20OGR: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: DU18%20WNA
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU18%2520WNA%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for DU18%20WNA: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: HT72%20GXD
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HT72%2520GXD%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for HT72%20GXD: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: RO22%20EKA
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520EKA%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for RO22%20EKA: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: WD71%20CRX
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD71%2520CRX%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for WD71%20CRX: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: HJ24%20VXV
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ24%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for HJ24%20VXV: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: NJ21%20VNA
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ21%2520VNA%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for NJ21%20VNA: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: NU22%20ETK
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU22%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for NU22%20ETK: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: FD21%20CFN
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD21%2520CFN%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for FD21%20CFN: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: YP74%20VLM
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP74%2520VLM%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for YP74%20VLM: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: EO22%20KKF
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO22%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for EO22%20KKF: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: NU22%20LLD
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU22%2520LLD%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for NU22%20LLD: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: LV73%20OVR
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV73%2520OVR%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for LV73%20OVR: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: AJ22%20UYK
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ22%2520UYK%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for AJ22%20UYK: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: BL72%20FYW
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL72%2520FYW%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for BL72%20FYW: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: LL71%20KKE
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL71%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for LL71%20KKE: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: YG75%20LKE
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG75%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for YG75%20LKE: 0
2026-03-29 11:09:51 [bca.uk] INFO: Found listing with ID: YM72%20CHG
2026-03-29 11:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM72%2520CHG%27 HTTP/1.1" 200 None
2026-03-29 11:09:51 [bca.uk] INFO: Scrape type for YM72%20CHG: 0
2026-03-29 11:09:51 [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-29 11:09:51 [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-29 11:09:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:09: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-29 11:09:57 [bca.uk] INFO: Total items found: 100
2026-03-29 11:09:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded
2026-03-29 11:09:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:09: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-29 11:09:57 [bca.uk] INFO: Found listing with ID: YM72%20CHN
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM72%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for YM72%20CHN: 0
2026-03-29 11:09:57 [bca.uk] INFO: Found listing with ID: AR09%20BAB
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AR09%2520BAB%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for AR09%20BAB: 0
2026-03-29 11:09:57 [bca.uk] INFO: Found listing with ID: CP66%20GDO
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CP66%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for CP66%20GDO: 0
2026-03-29 11:09:57 [bca.uk] INFO: Found listing with ID: DA71%20NZX
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA71%2520NZX%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for DA71%20NZX: 0
2026-03-29 11:09:57 [bca.uk] INFO: Found listing with ID: EA69%20EWJ
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA69%2520EWJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for EA69%20EWJ: 0
2026-03-29 11:09:57 [bca.uk] INFO: Found listing with ID: KK19%20JFA
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KK19%2520JFA%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for KK19%20JFA: 0
2026-03-29 11:09:57 [bca.uk] INFO: Found listing with ID: S555%20NRS
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27S555%2520NRS%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for S555%20NRS: 0
2026-03-29 11:09:57 [bca.uk] INFO: Found listing with ID: SK71%20XRC
2026-03-29 11:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK71%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 11:09:57 [bca.uk] INFO: Scrape type for SK71%20XRC: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: SL68%20AYB
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL68%2520AYB%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for SL68%20AYB: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: V50%20TAT
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V50%2520TAT%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for V50%20TAT: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: VE68%20XBJ
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE68%2520XBJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for VE68%20XBJ: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: WD17%20NJK
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09: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%2520NJK%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for WD17%20NJK: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: WO21%20FXZ
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520FXZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for WO21%20FXZ: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: WS19%20OKT
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WS19%2520OKT%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for WS19%20OKT: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YF20%20RRU
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YF20%20RRU: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YF67%20HYP
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF67%2520HYP%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YF67%20HYP: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YG20%20MLK
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YG20%20MLK: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: CX20%20LXR
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520LXR%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for CX20%20LXR: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: GL21%20KZD
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for GL21%20KZD: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: KN72%20NCO
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [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-29 11:09:58 [bca.uk] INFO: Scrape type for KN72%20NCO: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: DS72%20EVF
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520EVF%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for DS72%20EVF: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: FX23%20HMV
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HMV%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for FX23%20HMV: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: MA21%20TMO
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for MA21%20TMO: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YF18%20FBZ
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520FBZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YF18%20FBZ: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YM74%20KKV
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09: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%2520KKV%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YM74%20KKV: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: KU69%20TVN
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for KU69%20TVN: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: NG68%20LNT
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG68%2520LNT%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for NG68%20LNT: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: PF68%20VDR
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for PF68%20VDR: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YN23%20WFK
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520WFK%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YN23%20WFK: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: BK71%20HNC
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HNC%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for BK71%20HNC: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: LP18%20KMM
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520KMM%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for LP18%20KMM: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: AJ71%20OCA
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for AJ71%20OCA: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: BP74%20LZH
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520LZH%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for BP74%20LZH: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: FV74%20WYA
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV74%2520WYA%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for FV74%20WYA: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: KN68%20LKU
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LKU%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for KN68%20LKU: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: ME12%20JME
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME12%2520JME%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for ME12%20JME: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: MH18%20WSW
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for MH18%20WSW: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: MW67%20EEN
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520EEN%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for MW67%20EEN: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: ND71%20WXU
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520WXU%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for ND71%20WXU: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: ST18%20XWJ
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520XWJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for ST18%20XWJ: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YF71%20LXO
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520LXO%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YF71%20LXO: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YG22%20SEO
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520SEO%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YG22%20SEO: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YL71%20LAA
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520LAA%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YL71%20LAA: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YP72%20HGD
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520HGD%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YP72%20HGD: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: NA22%20DCV
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [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-29 11:09:58 [bca.uk] INFO: Scrape type for NA22%20DCV: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: NU22%20CVO
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520CVO%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for NU22%20CVO: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: VO22%20HCL
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for VO22%20HCL: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: EA71%20XSJ
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [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-29 11:09:58 [bca.uk] INFO: Scrape type for EA71%20XSJ: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: LS72%20YXC
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXC%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for LS72%20YXC: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: LN14%20CGF
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520CGF%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for LN14%20CGF: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: AF22%20SYA
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520SYA%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for AF22%20SYA: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: SL23%20KWV
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL23%2520KWV%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for SL23%20KWV: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YG69%20HLE
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520HLE%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YG69%20HLE: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: YK19%20MJC
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520MJC%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for YK19%20MJC: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: BF14%20LDZ
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for BF14%20LDZ: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: DF16%20UZJ
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UZJ%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for DF16%20UZJ: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: MJ25%20VYK
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520VYK%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for MJ25%20VYK: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: EK23%20CUO
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520CUO%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for EK23%20CUO: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: WG19%20NLE
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520NLE%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for WG19%20NLE: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: WG74%20UGY
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG74%2520UGY%27 HTTP/1.1" 200 None
2026-03-29 11:09:58 [bca.uk] INFO: Scrape type for WG74%20UGY: 0
2026-03-29 11:09:58 [bca.uk] INFO: Found listing with ID: CV23%20XDN
2026-03-29 11:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520XDN%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for CV23%20XDN: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: AF23%20WGG
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520WGG%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for AF23%20WGG: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: AJ19%20DWA
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520DWA%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for AJ19%20DWA: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: KN67%20GDO
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN67%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for KN67%20GDO: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: MD67%20XLY
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520XLY%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for MD67%20XLY: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: ND72%20KNA
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KNA%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for ND72%20KNA: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: SO18%20MUP
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for SO18%20MUP: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: SO67%20BXC
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO67%2520BXC%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for SO67%20BXC: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: YA17%20UGS
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA17%2520UGS%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for YA17%20UGS: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: YG20%20JZT
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for YG20%20JZT: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: YK18%20DJO
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520DJO%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for YK18%20DJO: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: C8%20SUP
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C8%2520SUP%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for C8%20SUP: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: MV75%20YTP
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTP%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for MV75%20YTP: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: RF74%20VXB
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF74%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for RF74%20VXB: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: FM69%20ZKO
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM69%2520ZKO%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for FM69%20ZKO: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: GJ72%20LDZ
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for GJ72%20LDZ: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: KE22%20JBX
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE22%2520JBX%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for KE22%20JBX: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: RE72%20KLV
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520KLV%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for RE72%20KLV: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: BK71%20JDZ
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for BK71%20JDZ: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: EA22%20RWZ
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA22%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for EA22%20RWZ: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: GF67%20URS
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520URS%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for GF67%20URS: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: GK19%20YXB
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520YXB%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for GK19%20YXB: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: LB67%20MSU
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB67%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for LB67%20MSU: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: LC19%20LTO
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LTO%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for LC19%20LTO: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: LP18%20JGU
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520JGU%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for LP18%20JGU: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: RE71%20OHV
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OHV%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for RE71%20OHV: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: YH71%20NKU
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for YH71%20NKU: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: YK18%20YXU
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520YXU%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for YK18%20YXU: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: YS18%20HMA
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for YS18%20HMA: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: BC72%20CZN
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520CZN%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for BC72%20CZN: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: RK73%20YDM
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK73%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for RK73%20YDM: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: YP22%20JMV
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520JMV%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for YP22%20JMV: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: BG68%20JRO
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for BG68%20JRO: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: XM05%20BMW
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XM05%2520BMW%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for XM05%20BMW: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: WA23%20VFM
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA23%2520VFM%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for WA23%20VFM: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: HT24%20VKL
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT24%2520VKL%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for HT24%20VKL: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: WN72%20LGU
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520LGU%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for WN72%20LGU: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: AJ72%20ZXK
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520ZXK%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for AJ72%20ZXK: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: AK69%20KYO
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for AK69%20KYO: 0
2026-03-29 11:09:59 [bca.uk] INFO: Found listing with ID: AO73%20UYC
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO73%2520UYC%27 HTTP/1.1" 200 None
2026-03-29 11:09:59 [bca.uk] INFO: Scrape type for AO73%20UYC: 0
2026-03-29 11:09: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-29 11:09: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-29 11:09:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:10: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-29 11:10:03 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded
2026-03-29 11:10:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10: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-29 11:10:03 [bca.uk] INFO: Found listing with ID: CP69%20CMU
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP69%2520CMU%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for CP69%20CMU: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: HN22%20LFY
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for HN22%20LFY: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: HX68%20NPN
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520NPN%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for HX68%20NPN: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: LA66%20FXM
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA66%2520FXM%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for LA66%20FXM: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: LG68%20CLY
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520CLY%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for LG68%20CLY: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: LJ71%20PMX
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ71%2520PMX%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for LJ71%20PMX: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: LM22%20CTX
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520CTX%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for LM22%20CTX: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: LP19%20FLV
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520FLV%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for LP19%20FLV: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: MD71%20HRO
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520HRO%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for MD71%20HRO: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: SK22%20XSG
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520XSG%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for SK22%20XSG: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: SY68%20SKK
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520SKK%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for SY68%20SKK: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: YC19%20OUF
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520OUF%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for YC19%20OUF: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: YK18%20ZUO
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520ZUO%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for YK18%20ZUO: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: SD72%20YTM
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for SD72%20YTM: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: GU23%20VTC
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTC%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for GU23%20VTC: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: RE21%20YLM
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE21%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for RE21%20YLM: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: FN24%20LZR
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN24%2520LZR%27 HTTP/1.1" 200 None
2026-03-29 11:10:03 [bca.uk] INFO: Scrape type for FN24%20LZR: 0
2026-03-29 11:10:03 [bca.uk] INFO: Found listing with ID: MF70%20BVA
2026-03-29 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520BVA%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for MF70%20BVA: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: DV23%20XVH
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV23%2520XVH%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for DV23%20XVH: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: KF73%20FNM
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520FNM%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for KF73%20FNM: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: EU67%20UVJ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520UVJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for EU67%20UVJ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: MJ72%20LTF
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520LTF%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for MJ72%20LTF: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: HK71%20RDZ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for HK71%20RDZ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: LK23%20NFG
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NFG%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for LK23%20NFG: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: HJ72%20WMT
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520WMT%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for HJ72%20WMT: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: CK22%20VRJ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520VRJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for CK22%20VRJ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: FE72%20JYB
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520JYB%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for FE72%20JYB: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: EA22%20HBE
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA22%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for EA22%20HBE: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: CV21%20HYF
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV21%2520HYF%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for CV21%20HYF: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: CU70%20PHK
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for CU70%20PHK: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: BV23%20WMK
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520WMK%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for BV23%20WMK: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: AY73%20GVC
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY73%2520GVC%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for AY73%20GVC: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: OV62%20HYK
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520HYK%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for OV62%20HYK: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: SP65%20VRT
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520VRT%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for SP65%20VRT: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: YP24%20TVK
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVK%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for YP24%20TVK: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WT25%20UHK
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WT25%20UHK: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WT25%20UHE
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHE%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WT25%20UHE: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: RX74%20EFR
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520EFR%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for RX74%20EFR: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: GYJM62338
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GYJM62338%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for GYJM62338: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: RV22%20ONS
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520ONS%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for RV22%20ONS: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WV71%20SYJ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WV71%20SYJ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WV71%20SZR
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WV71%20SZR: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: CE73%20GHJ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for CE73%20GHJ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: CE73%20GHV
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for CE73%20GHV: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: CE73%20GOP
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GOP%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for CE73%20GOP: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: HJ73%20NVW
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVW%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for HJ73%20NVW: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: ML71%20YJE
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for ML71%20YJE: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: RK22%20OAE
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520OAE%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for RK22%20OAE: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: RX25%20CHZ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for RX25%20CHZ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: RX25%20CHV
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHV%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for RX25%20CHV: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: OV23%20AYB
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520AYB%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for OV23%20AYB: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: OV73%20EOB
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV73%2520EOB%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for OV73%20EOB: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: RX21%20FMC
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for RX21%20FMC: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WM23%20UKO
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520UKO%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WM23%20UKO: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WT25%20UGF
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGF%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WT25%20UGF: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: OV72%20CSZ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520CSZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for OV72%20CSZ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: OV72%20AHZ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520AHZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for OV72%20AHZ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: FE70%20NHG
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520NHG%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for FE70%20NHG: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: HN73%20SSK
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520SSK%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for HN73%20SSK: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: LR23%20ZGA
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGA%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for LR23%20ZGA: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: PX23%20XZA
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XZA%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for PX23%20XZA: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WP71%20XJL
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJL%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WP71%20XJL: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: MD71%20KXZ
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for MD71%20KXZ: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: WP23%20OFM
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 11:10:04 [bca.uk] INFO: Scrape type for WP23%20OFM: 0
2026-03-29 11:10:04 [bca.uk] INFO: Found listing with ID: YF23%20DFE
2026-03-29 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF23%2520DFE%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for YF23%20DFE: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: YG23%20VZY
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG23%2520VZY%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for YG23%20VZY: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: YM22%20MJX
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM22%2520MJX%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for YM22%20MJX: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LS73%20MJV
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS73%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LS73%20MJV: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: AF23%20PCY
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF23%2520PCY%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for AF23%20PCY: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: AF72%20YWW
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF72%2520YWW%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for AF72%20YWW: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LD23%20OCN
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD23%2520OCN%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LD23%20OCN: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LS22%20UMH
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS22%2520UMH%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LS22%20UMH: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: RO72%20TMV
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO72%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for RO72%20TMV: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: WP71%20XJG
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP71%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for WP71%20XJG: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: WV71%20SZY
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV71%2520SZY%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for WV71%20SZY: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: CE73%20GHD
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE73%2520GHD%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for CE73%20GHD: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: PX22%20OYN
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX22%2520OYN%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for PX22%20OYN: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: VE72%20AXN
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE72%2520AXN%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for VE72%20AXN: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: EO16%20RZX
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO16%2520RZX%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for EO16%20RZX: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: KJ18%20HPP
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJ18%2520HPP%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for KJ18%20HPP: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: EJ18%20UWZ
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ18%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for EJ18%20UWZ: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: KT68%20BGX
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KT68%2520BGX%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for KT68%20BGX: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: KU18%20EWD
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU18%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for KU18%20EWD: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: BG20%20KFL
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG20%2520KFL%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for BG20%20KFL: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: VK71%20LUA
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK71%2520LUA%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for VK71%20LUA: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LD72%20AWR
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD72%2520AWR%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LD72%20AWR: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LD72%20AWM
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD72%2520AWM%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LD72%20AWM: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LS12%20NVR
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS12%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LS12%20NVR: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LB22%20JLX
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB22%2520JLX%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LB22%20JLX: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: FV70%20OWM
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV70%2520OWM%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for FV70%20OWM: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: FE70%20PXL
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE70%2520PXL%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for FE70%20PXL: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: SP67%20XEC
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP67%2520XEC%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for SP67%20XEC: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: DG23%20NXW
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG23%2520NXW%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for DG23%20NXW: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: BW19%20CZC
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BW19%2520CZC%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for BW19%20CZC: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: BD68%20MYH
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD68%2520MYH%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for BD68%20MYH: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: NA69%20JGF
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA69%2520JGF%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for NA69%20JGF: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LV20%20WVL
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV20%2520WVL%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LV20%20WVL: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: DV70%20WDM
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV70%2520WDM%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for DV70%20WDM: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: LG64%20JVH
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG64%2520JVH%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for LG64%20JVH: 0
2026-03-29 11:10:05 [bca.uk] INFO: Found listing with ID: DU21%20XKJ
2026-03-29 11:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU21%2520XKJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:05 [bca.uk] INFO: Scrape type for DU21%20XKJ: 0
2026-03-29 11:10:05 [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-29 11:10:05 [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-29 11:10:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:10:08 [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-29 11:10:09 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded
2026-03-29 11:10:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:09 [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-29 11:10:09 [bca.uk] INFO: Found listing with ID: EO14%20WGK
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520WGK%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for EO14%20WGK: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: CX71%20BYN
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BYN%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for CX71%20BYN: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: BN72%20XXD
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN72%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for BN72%20XXD: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: BK71%20HYF
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HYF%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for BK71%20HYF: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: YK08%20HLC
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK08%2520HLC%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for YK08%20HLC: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: HG08%20FRX
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG08%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for HG08%20FRX: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: YS21%20SXV
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520SXV%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for YS21%20SXV: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: YF58%20GKZ
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520GKZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for YF58%20GKZ: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: GJ60%20SXT
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520SXT%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for GJ60%20SXT: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: WJZ%206428
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJZ%25206428%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for WJZ%206428: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: LD21%20EXT
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520EXT%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for LD21%20EXT: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: LB22%20JKZ
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for LB22%20JKZ: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: KY23%20LWC
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWC%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for KY23%20LWC: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: DL69%20LUF
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL69%2520LUF%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for DL69%20LUF: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: BN19%20XAZ
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for BN19%20XAZ: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: BJ22%20ZBT
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520ZBT%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for BJ22%20ZBT: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: BF72%20EYD
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520EYD%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for BF72%20EYD: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: BF20%20WHE
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF20%2520WHE%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for BF20%20WHE: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: CN19%20KZE
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520KZE%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for CN19%20KZE: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: YP67%20XUL
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520XUL%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for YP67%20XUL: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: VE72%20PPO
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520PPO%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for VE72%20PPO: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: GV07%20VPA
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV07%2520VPA%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for GV07%20VPA: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: LN14%20FHW
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520FHW%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for LN14%20FHW: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: VO21%20XRD
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520XRD%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for VO21%20XRD: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: YT64%20EPL
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520EPL%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for YT64%20EPL: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: VA21%20NKX
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520NKX%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for VA21%20NKX: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: ST67%20SNK
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520SNK%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for ST67%20SNK: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: FP64%20VJM
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520VJM%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for FP64%20VJM: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: SP72%20JNK
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP72%2520JNK%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for SP72%20JNK: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: DE24%20YRP
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520YRP%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for DE24%20YRP: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: SL20%20JTU
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL20%2520JTU%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for SL20%20JTU: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: HK25%20YHX
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK25%2520YHX%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for HK25%20YHX: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: WG66%20ORO
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520ORO%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for WG66%20ORO: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: BT18%20XXM
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XXM%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for BT18%20XXM: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: VO21%20UWA
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520UWA%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for VO21%20UWA: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: NL23%20WWK
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WWK%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for NL23%20WWK: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: KP71%20VFJ
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520VFJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for KP71%20VFJ: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: SL15%20OTM
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520OTM%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for SL15%20OTM: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: HN73%20OSZ
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OSZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for HN73%20OSZ: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: AV23%20NFO
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520NFO%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for AV23%20NFO: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: GC18%20GWV
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC18%2520GWV%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for GC18%20GWV: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: YR19%20BCD
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BCD%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for YR19%20BCD: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: RV18%20WZM
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520WZM%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for RV18%20WZM: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: SM64%20YYC
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520YYC%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for SM64%20YYC: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: SY21%20YLX
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520YLX%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for SY21%20YLX: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: YM72%20BZY
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520BZY%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for YM72%20BZY: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: DE24%20NRX
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NRX%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for DE24%20NRX: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: MJ18%20EUM
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520EUM%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for MJ18%20EUM: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: HK71%20WFB
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for HK71%20WFB: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: RJ22%20UCO
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520UCO%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for RJ22%20UCO: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: CK72%20OCL
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520OCL%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for CK72%20OCL: 0
2026-03-29 11:10:09 [bca.uk] INFO: Found listing with ID: AY71%20XNE
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY71%2520XNE%27 HTTP/1.1" 200 None
2026-03-29 11:10:09 [bca.uk] INFO: Scrape type for AY71%20XNE: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: SK22%20UTZ
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520UTZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for SK22%20UTZ: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: HJ73%20ODK
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520ODK%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for HJ73%20ODK: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: WN22%20NPU
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520NPU%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for WN22%20NPU: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: AG19%20JVC
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AG19%2520JVC%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for AG19%20JVC: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: PO22%20XBG
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO22%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for PO22%20XBG: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: EK23%20HSY
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for EK23%20HSY: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: RO22%20GGE
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GGE%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for RO22%20GGE: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: WK21%20VYN
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK21%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for WK21%20VYN: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: MJ70%20XWT
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520XWT%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for MJ70%20XWT: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: ML24%20YNO
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520YNO%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for ML24%20YNO: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: YP73%20XTR
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XTR%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for YP73%20XTR: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: LM23%20GNZ
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520GNZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for LM23%20GNZ: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: YP73%20XTN
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XTN%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for YP73%20XTN: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: MK23%20NYA
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for MK23%20NYA: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: RO22%20EUN
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUN%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for RO22%20EUN: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: LJ23%20MBP
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ23%2520MBP%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for LJ23%20MBP: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: MD72%20VVJ
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VVJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:10 [bca.uk] INFO: Scrape type for MD72%20VVJ: 0
2026-03-29 11:10:10 [bca.uk] INFO: Found listing with ID: BK25%20YEL
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520YEL%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for BK25%20YEL: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: BJ23%20CYZ
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520CYZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for BJ23%20CYZ: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: WV22%20URE
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520URE%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for WV22%20URE: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: PE24%20XOW
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE24%2520XOW%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for PE24%20XOW: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: BF10%20LFM
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF10%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for BF10%20LFM: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: VK71%20OAJ
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520OAJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for VK71%20OAJ: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: YF66%20XUP
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF66%2520XUP%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for YF66%20XUP: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: AF68%20EJK
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF68%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for AF68%20EJK: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: FY67%20UCG
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY67%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for FY67%20UCG: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: EK71%20FTZ
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520FTZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for EK71%20FTZ: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: MV23%20VTO
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520VTO%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for MV23%20VTO: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: FV21%20ZTC
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520ZTC%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for FV21%20ZTC: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: SG65%20YBJ
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520YBJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for SG65%20YBJ: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: VF69%20HJG
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520HJG%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for VF69%20HJG: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: DA21%20EWV
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520EWV%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for DA21%20EWV: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: NX16%20EHU
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520EHU%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for NX16%20EHU: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: PK20%20YWT
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520YWT%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for PK20%20YWT: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: WV71%20VFO
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520VFO%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for WV71%20VFO: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: WF09%20CHK
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF09%2520CHK%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for WF09%20CHK: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: IGZ%206918
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IGZ%25206918%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for IGZ%206918: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: YK71%20URY
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK71%2520URY%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for YK71%20URY: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: YH21%20FMX
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520FMX%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for YH21%20FMX: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: WX23%20ZDM
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX23%2520ZDM%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for WX23%20ZDM: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: WA70%20XVF
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520XVF%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for WA70%20XVF: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: RJ74%20BWF
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520BWF%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for RJ74%20BWF: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: LB20%20VHZ
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520VHZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for LB20%20VHZ: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: Y447%20GHC
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y447%2520GHC%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for Y447%20GHC: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: FT19%20KWD
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT19%2520KWD%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for FT19%20KWD: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: KS54%20UBV
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS54%2520UBV%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for KS54%20UBV: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: ET18%20TFK
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET18%2520TFK%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for ET18%20TFK: 0
2026-03-29 11:10:11 [bca.uk] INFO: Found listing with ID: WV69%20JWM
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520JWM%27 HTTP/1.1" 200 None
2026-03-29 11:10:11 [bca.uk] INFO: Scrape type for WV69%20JWM: 0
2026-03-29 11:10:11 [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-29 11:10:11 [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-29 11:10:11 [scrapy.extensions.logstats] INFO: Crawled 145 pages (at 8 pages/min), scraped 358 items (at 1 items/min)
2026-03-29 11:10:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11: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-29 11:10:17 [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-29 11:10:17 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded
2026-03-29 11:10:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:17 [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-29 11:10:17 [bca.uk] INFO: Found listing with ID: LD19%20LGG
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520LGG%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for LD19%20LGG: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: PX69%20VGU
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX69%2520VGU%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for PX69%20VGU: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: CK67%20TXJ
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for CK67%20TXJ: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: DG12%20YOW
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG12%2520YOW%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for DG12%20YOW: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: EK65%20FOP
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520FOP%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for EK65%20FOP: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: MH65%20UFE
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH65%2520UFE%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for MH65%20UFE: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: RE14%20VAK
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE14%2520VAK%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for RE14%20VAK: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: WF09%20HMZ
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF09%2520HMZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for WF09%20HMZ: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: RX52%20CAE
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX52%2520CAE%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for RX52%20CAE: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: AV18%20KAE
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520KAE%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for AV18%20KAE: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: SV21%20WXG
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520WXG%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for SV21%20WXG: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: DL70%20KHF
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520KHF%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for DL70%20KHF: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: KW18%20VNT
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520VNT%27 HTTP/1.1" 200 None
2026-03-29 11:10:17 [bca.uk] INFO: Scrape type for KW18%20VNT: 0
2026-03-29 11:10:17 [bca.uk] INFO: Found listing with ID: VA19%20HEV
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for VA19%20HEV: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: AO69%20NDJ
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520NDJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for AO69%20NDJ: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: LL69%20HUO
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520HUO%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for LL69%20HUO: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: EK70%20ZYR
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for EK70%20ZYR: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: RF19%20ZFY
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520ZFY%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for RF19%20ZFY: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: LT69%20LKE
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for LT69%20LKE: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: FT68%20OJC
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT68%2520OJC%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for FT68%20OJC: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: HX14%20MJY
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520MJY%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for HX14%20MJY: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: LM63%20FKO
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520FKO%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for LM63%20FKO: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: RE66%20OXK
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520OXK%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for RE66%20OXK: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: WJ14%20XTV
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520XTV%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for WJ14%20XTV: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: AK11%20RKO
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK11%2520RKO%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for AK11%20RKO: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: HD15%20FWV
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD15%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for HD15%20FWV: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: HK10%20TZB
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK10%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for HK10%20TZB: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: HF53%20FDY
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF53%2520FDY%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for HF53%20FDY: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: FA06%20WRJ
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA06%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for FA06%20WRJ: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: GF15%20BPZ
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520BPZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for GF15%20BPZ: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: YD07%20AWP
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD07%2520AWP%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for YD07%20AWP: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: EO54%20EKR
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO54%2520EKR%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for EO54%20EKR: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: NJ52%20ZYO
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ52%2520ZYO%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for NJ52%20ZYO: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: FH06%20VGN
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH06%2520VGN%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for FH06%20VGN: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: LM63%20NDL
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520NDL%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for LM63%20NDL: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: MF62%20ZHE
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520ZHE%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for MF62%20ZHE: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: WJ58%20ZYW
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZYW%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for WJ58%20ZYW: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: YK09%20RLU
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520RLU%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for YK09%20RLU: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: YW15%20JZT
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for YW15%20JZT: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: AF64%20XAD
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520XAD%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for AF64%20XAD: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: BG09%20PWY
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520PWY%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for BG09%20PWY: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: BJ07%20FXF
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for BJ07%20FXF: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: DG10%20CJE
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG10%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for DG10%20CJE: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: FE08%20SUV
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE08%2520SUV%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for FE08%20SUV: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: WN09%20WNE
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN09%2520WNE%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for WN09%20WNE: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: YK57%20HJD
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK57%2520HJD%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for YK57%20HJD: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: FV05%20SXW
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV05%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for FV05%20SXW: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: DK14%20MUE
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520MUE%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for DK14%20MUE: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: KT07%20EJJ
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT07%2520EJJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for KT07%20EJJ: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: MF08%20OWR
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF08%2520OWR%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for MF08%20OWR: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: NU12%20HVK
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU12%2520HVK%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for NU12%20HVK: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: YT64%20NMO
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520NMO%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for YT64%20NMO: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: MD07%20ECA
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD07%2520ECA%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for MD07%20ECA: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: NA15%20VFU
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520VFU%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for NA15%20VFU: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: NX68%20YWG
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520YWG%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for NX68%20YWG: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: OV67%20YLG
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520YLG%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for OV67%20YLG: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: YS66%20OZH
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS66%2520OZH%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for YS66%20OZH: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: AE14%20PHU
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for AE14%20PHU: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: EY15%20MLZ
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520MLZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for EY15%20MLZ: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: HK15%20BNX
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BNX%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for HK15%20BNX: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: HN13%20VMC
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN13%2520VMC%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for HN13%20VMC: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: HY62%20XOF
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY62%2520XOF%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for HY62%20XOF: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: LX63%20TBY
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520TBY%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for LX63%20TBY: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: RJ62%20UDU
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ62%2520UDU%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for RJ62%20UDU: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: VO58%20VJY
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO58%2520VJY%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for VO58%20VJY: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: AF62%20VWX
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520VWX%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for AF62%20VWX: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: BG58%20UJK
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG58%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for BG58%20UJK: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: BX63%20PGE
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520PGE%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for BX63%20PGE: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: FD12%20OXZ
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD12%2520OXZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:18 [bca.uk] INFO: Scrape type for FD12%20OXZ: 0
2026-03-29 11:10:18 [bca.uk] INFO: Found listing with ID: KM15%20BYX
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM15%2520BYX%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for KM15%20BYX: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YB71%20DKO
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520DKO%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YB71%20DKO: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: LD15%20GCY
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520GCY%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for LD15%20GCY: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: ML15%20VSM
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520VSM%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for ML15%20VSM: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: KP72%20UNW
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520UNW%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for KP72%20UNW: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YY65%20CKG
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520CKG%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YY65%20CKG: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: WU21%20YXA
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520YXA%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for WU21%20YXA: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YO22%20UJB
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO22%2520UJB%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YO22%20UJB: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: PY19%20YTM
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY19%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for PY19%20YTM: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: GX19%20VJN
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520VJN%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for GX19%20VJN: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YJ66%20ANS
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520ANS%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YJ66%20ANS: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: XX07%20KEL
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XX07%2520KEL%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for XX07%20KEL: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YH69%20SLZ
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH69%2520SLZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YH69%20SLZ: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YH15%20KZD
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YH15%20KZD: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YG63%20HKA
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520HKA%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YG63%20HKA: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: VA13%20CYL
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA13%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for VA13%20CYL: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YC67%20AON
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520AON%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YC67%20AON: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: YB69%20XUD
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520XUD%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for YB69%20XUD: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: WR62%20HBY
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520HBY%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for WR62%20HBY: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: WP15%20YZD
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520YZD%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for WP15%20YZD: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: T123%20DLW
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T123%2520DLW%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for T123%20DLW: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: NL20%20WRP
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520WRP%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for NL20%20WRP: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: UFZ%205180
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UFZ%25205180%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for UFZ%205180: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: KM69%20JZK
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520JZK%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for KM69%20JZK: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: SK16%20KLJ
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for SK16%20KLJ: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: DU20%20FSN
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520FSN%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for DU20%20FSN: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: OFZ%206303
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OFZ%25206303%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for OFZ%206303: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: CA17%20CLR
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA17%2520CLR%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for CA17%20CLR: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: NJ67%20BRF
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ67%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for NJ67%20BRF: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: LX17%20OPU
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for LX17%20OPU: 0
2026-03-29 11:10:19 [bca.uk] INFO: Found listing with ID: LX13%20SYP
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX13%2520SYP%27 HTTP/1.1" 200 None
2026-03-29 11:10:19 [bca.uk] INFO: Scrape type for LX13%20SYP: 0
2026-03-29 11:10:19 [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-29 11:10:19 [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-29 11:10:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:10:21 [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-29 11:10:21 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded
2026-03-29 11:10:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:21 [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-29 11:10:21 [bca.uk] INFO: Found listing with ID: LN21%20ZNM
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN21%2520ZNM%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for LN21%20ZNM: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YY70%20SWO
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY70%2520SWO%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YY70%20SWO: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: LS68%20YOG
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for LS68%20YOG: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: T18%20AFG
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T18%2520AFG%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for T18%20AFG: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: LL69%20TKO
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520TKO%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for LL69%20TKO: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: FV17%20ZSR
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520ZSR%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for FV17%20ZSR: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: DY11%20PMO
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520PMO%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for DY11%20PMO: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: CX16%20BWZ
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520BWZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for CX16%20BWZ: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: FX13%20FVC
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX13%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for FX13%20FVC: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YX22%20TVT
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520TVT%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YX22%20TVT: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YW15%20KZO
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520KZO%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YW15%20KZO: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YR66%20CUC
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520CUC%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YR66%20CUC: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YF62%20KLM
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF62%2520KLM%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YF62%20KLM: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YF16%20FHG
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520FHG%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YF16%20FHG: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YE67%20JZJ
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE67%2520JZJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YE67%20JZJ: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: YD15%20YVG
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD15%2520YVG%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for YD15%20YVG: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: MF56%20ZXC
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520ZXC%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for MF56%20ZXC: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: FD63%20HBE
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for FD63%20HBE: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: EJ17%20GCU
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520GCU%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for EJ17%20GCU: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: DG66%20LNN
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520LNN%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for DG66%20LNN: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: KO19%20UYF
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for KO19%20UYF: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: VO14%20XXY
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520XXY%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for VO14%20XXY: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: DA68%20PGV
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520PGV%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for DA68%20PGV: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: WX16%20XYN
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX16%2520XYN%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for WX16%20XYN: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: BX63%20XDO
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520XDO%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for BX63%20XDO: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: AY64%20WVH
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520WVH%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for AY64%20WVH: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: KV66%20DXR
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520DXR%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for KV66%20DXR: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: FE14%20VKD
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [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-29 11:10:21 [bca.uk] INFO: Scrape type for FE14%20VKD: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: PN63%20UBR
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [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-29 11:10:21 [bca.uk] INFO: Scrape type for PN63%20UBR: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: HX68%20DNO
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520DNO%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for HX68%20DNO: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: LO69%20XCA
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520XCA%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for LO69%20XCA: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: DF68%20ACO
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF68%2520ACO%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for DF68%20ACO: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: LK18%20EBL
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520EBL%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for LK18%20EBL: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: DU65%20FLH
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU65%2520FLH%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for DU65%20FLH: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: HE10%20TEL
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520TEL%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for HE10%20TEL: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: FV66%20WUC
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520WUC%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for FV66%20WUC: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: GFZ%206210
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GFZ%25206210%27 HTTP/1.1" 200 None
2026-03-29 11:10:21 [bca.uk] INFO: Scrape type for GFZ%206210: 0
2026-03-29 11:10:21 [bca.uk] INFO: Found listing with ID: EY09%20OGJ
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for EY09%20OGJ: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: GF62%20WVL
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF62%2520WVL%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for GF62%20WVL: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: GY16%20CWG
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for GY16%20CWG: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: RX16%20RVA
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for RX16%20RVA: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: WD14%20GVV
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for WD14%20GVV: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: MT71%20VMX
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for MT71%20VMX: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: AV66%20NKH
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV66%2520NKH%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for AV66%20NKH: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: BP66%20FWH
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for BP66%20FWH: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: KT65%20DXC
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for KT65%20DXC: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: MT18%20VSP
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520VSP%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for MT18%20VSP: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: AL05%20VJA
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for AL05%20VJA: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: FM17%20XHW
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520XHW%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for FM17%20XHW: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: DF19%20BFM
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520BFM%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for DF19%20BFM: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: SG72%20WGY
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG72%2520WGY%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for SG72%20WGY: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: AK71%20DCV
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for AK71%20DCV: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: DY66%20KHT
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY66%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for DY66%20KHT: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: GD74%20XKV
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD74%2520XKV%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for GD74%20XKV: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: GY20%20PPX
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520PPX%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for GY20%20PPX: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: BX23%20TGK
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TGK%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for BX23%20TGK: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: KV20%20KKZ
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520KKZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for KV20%20KKZ: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: BC24%20YDX
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520YDX%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for BC24%20YDX: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: BD69%20AUX
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for BD69%20AUX: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: BK68%20SWX
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520SWX%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for BK68%20SWX: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: MV65%20PSU
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV65%2520PSU%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for MV65%20PSU: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: RV20%20YUE
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520YUE%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for RV20%20YUE: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: VE67%20ETD
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520ETD%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for VE67%20ETD: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: YY15%20RXF
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for YY15%20RXF: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: LJ67%20VWR
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for LJ67%20VWR: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: KM67%20YLP
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for KM67%20YLP: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: LO67%20TYC
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for LO67%20TYC: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: DY18%20XSM
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for DY18%20XSM: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: LC22%20LDK
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for LC22%20LDK: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: MF67%20YME
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520YME%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for MF67%20YME: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: YG66%20HWR
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for YG66%20HWR: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: EJ09%20XLP
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ09%2520XLP%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for EJ09%20XLP: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: EX08%20SYR
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX08%2520SYR%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for EX08%20SYR: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: RJ10%20AVX
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ10%2520AVX%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for RJ10%20AVX: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: YL67%20DFN
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520DFN%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for YL67%20DFN: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: MT67%20VTO
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for MT67%20VTO: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: HJ70%20VZM
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for HJ70%20VZM: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: BO04%20OPU
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for BO04%20OPU: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: HY61%20YAU
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY61%2520YAU%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for HY61%20YAU: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: LD67%20TLV
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for LD67%20TLV: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: GY66%20LGD
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for GY66%20LGD: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: MA68%20UZB
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520UZB%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for MA68%20UZB: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: AY16%20TMV
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [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-29 11:10:22 [bca.uk] INFO: Scrape type for AY16%20TMV: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: SP18%20MZE
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for SP18%20MZE: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: PN10%20DWP
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN10%2520DWP%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for PN10%20DWP: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: WL15%20BPF
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL15%2520BPF%27 HTTP/1.1" 200 None
2026-03-29 11:10:22 [bca.uk] INFO: Scrape type for WL15%20BPF: 0
2026-03-29 11:10:22 [bca.uk] INFO: Found listing with ID: EY11%20UXN
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY11%2520UXN%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for EY11%20UXN: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: BT11%20UXB
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT11%2520UXB%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for BT11%20UXB: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: EN10%20NNP
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN10%2520NNP%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for EN10%20NNP: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: ET66%20JVE
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520JVE%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for ET66%20JVE: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: GU13%20LXG
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU13%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for GU13%20LXG: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: GX18%20JXU
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520JXU%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for GX18%20JXU: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: GX66%20OWR
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX66%2520OWR%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for GX66%20OWR: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: YG70%20KXS
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520KXS%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for YG70%20KXS: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: CP19%20EWO
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520EWO%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for CP19%20EWO: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: EX66%20LNT
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX66%2520LNT%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for EX66%20LNT: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: EY10%20KKF
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY10%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for EY10%20KKF: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: FE61%20YFF
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE61%2520YFF%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for FE61%20YFF: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: LG60%20OXF
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520OXF%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for LG60%20OXF: 0
2026-03-29 11:10:23 [bca.uk] INFO: Found listing with ID: LV15%20ZDR
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV15%2520ZDR%27 HTTP/1.1" 200 None
2026-03-29 11:10:23 [bca.uk] INFO: Scrape type for LV15%20ZDR: 0
2026-03-29 11:10:23 [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-29 11:10:23 [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-29 11:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:10:27 [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-29 11:10:28 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded
2026-03-29 11:10:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:28 [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-29 11:10:28 [bca.uk] INFO: Found listing with ID: ML66%20BXZ
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML66%2520BXZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for ML66%20BXZ: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: OV62%20LHG
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV62%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for OV62%20LHG: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: PO63%20UJX
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO63%2520UJX%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for PO63%20UJX: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: RF11%20HFU
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF11%2520HFU%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for RF11%20HFU: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: WG59%20OBT
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG59%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for WG59%20OBT: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: YC64%20PKK
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC64%2520PKK%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for YC64%20PKK: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: AV14%20OKZ
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV14%2520OKZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for AV14%20OKZ: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: AX15%20CTE
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AX15%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for AX15%20CTE: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: BP65%20FSY
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP65%2520FSY%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for BP65%20FSY: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: LO20%20BWN
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO20%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for LO20%20BWN: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: WJ67%20MWD
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ67%2520MWD%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for WJ67%20MWD: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: YL15%20SZR
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL15%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for YL15%20SZR: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: SM70%20ASV
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM70%2520ASV%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for SM70%20ASV: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: SH67%20DGE
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH67%2520DGE%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for SH67%20DGE: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: RE16%20KKP
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE16%2520KKP%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for RE16%20KKP: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: HJ14%20JWC
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ14%2520JWC%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for HJ14%20JWC: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: HV17%20XYJ
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV17%2520XYJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for HV17%20XYJ: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: YP68%20PBU
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP68%2520PBU%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for YP68%20PBU: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: FA69%20BYD
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FA69%2520BYD%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for FA69%20BYD: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: SP65%20FND
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP65%2520FND%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for SP65%20FND: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: WK68%20POF
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK68%2520POF%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for WK68%20POF: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: YC67%20MGE
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC67%2520MGE%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for YC67%20MGE: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: BG19%20LGC
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG19%2520LGC%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for BG19%20LGC: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: LL69%20YKC
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL69%2520YKC%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for LL69%20YKC: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: SX19%20PDK
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SX19%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for SX19%20PDK: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: DX16%20XRN
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX16%2520XRN%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for DX16%20XRN: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: LG18%20RKJ
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG18%2520RKJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for LG18%20RKJ: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: LN69%20GWK
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN69%2520GWK%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for LN69%20GWK: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: OU20%20ORK
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU20%2520ORK%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for OU20%20ORK: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: WV23%20NVL
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520NVL%27 HTTP/1.1" 200 None
2026-03-29 11:10:28 [bca.uk] INFO: Scrape type for WV23%20NVL: 0
2026-03-29 11:10:28 [bca.uk] INFO: Found listing with ID: BX70%20NKD
2026-03-29 11:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for BX70%20NKD: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: CA69%20FUW
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA69%2520FUW%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for CA69%20FUW: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: KN21%20OGW
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN21%2520OGW%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for KN21%20OGW: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: VE69%20NGU
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE69%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for VE69%20NGU: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: EX64%20LWF
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX64%2520LWF%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for EX64%20LWF: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: SP65%20HHN
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520HHN%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for SP65%20HHN: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: HV66%20TAU
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520TAU%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for HV66%20TAU: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: EJ02%20SEJ
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ02%2520SEJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for EJ02%20SEJ: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: DE20%20WEW
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE20%2520WEW%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for DE20%20WEW: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: HN18%20UPS
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN18%2520UPS%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for HN18%20UPS: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: KR71%20GXO
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520GXO%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for KR71%20GXO: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: EY18%20FZX
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY18%2520FZX%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for EY18%20FZX: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: LM72%20UJT
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for LM72%20UJT: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: GD67%20NWV
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD67%2520NWV%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for GD67%20NWV: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: WF22%20JWJ
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF22%2520JWJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for WF22%20JWJ: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: CN18%20EWY
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN18%2520EWY%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for CN18%20EWY: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: KK17%20DSY
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK17%2520DSY%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for KK17%20DSY: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: LP15%20HZY
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP15%2520HZY%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for LP15%20HZY: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: DV67%20RXG
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520RXG%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for DV67%20RXG: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: ND72%20BOU
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520BOU%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for ND72%20BOU: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: EA70%20CJJ
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520CJJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for EA70%20CJJ: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: NV71%20BWY
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV71%2520BWY%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for NV71%20BWY: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: BP69%20LYH
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520LYH%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for BP69%20LYH: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: KU17%20VNL
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for KU17%20VNL: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: AY56%20ZHX
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY56%2520ZHX%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for AY56%20ZHX: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: DE12%20ZYC
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE12%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for DE12%20ZYC: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: EJ65%20ZHT
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520ZHT%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for EJ65%20ZHT: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: EN51%20CXW
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN51%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for EN51%20CXW: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: KM60%20FRZ
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520FRZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for KM60%20FRZ: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: LD12%20PVY
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD12%2520PVY%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for LD12%20PVY: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: LN60%20XUF
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520XUF%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for LN60%20XUF: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: LX59%20XDL
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX59%2520XDL%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for LX59%20XDL: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: NG55%20UAC
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG55%2520UAC%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for NG55%20UAC: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: SP64%20YVD
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP64%2520YVD%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for SP64%20YVD: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: SV66%20XMB
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV66%2520XMB%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for SV66%20XMB: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: YG64%20HJK
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG64%2520HJK%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for YG64%20HJK: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: YK62%20NWE
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK62%2520NWE%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for YK62%20NWE: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: CP19%20UCT
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520UCT%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for CP19%20UCT: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: U12G66171
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12G66171%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for U12G66171: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: VK59%20DWL
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK59%2520DWL%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for VK59%20DWL: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: WN66%20CVC
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520CVC%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for WN66%20CVC: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: RA66%20VMC
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520VMC%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for RA66%20VMC: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: EX58%20KFL
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX58%2520KFL%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for EX58%20KFL: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: SY65%20XGP
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY65%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for SY65%20XGP: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: PE57%20ARF
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE57%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for PE57%20ARF: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: SC66%20MVE
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520MVE%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for SC66%20MVE: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: VU62%20UVA
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU62%2520UVA%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for VU62%20UVA: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: BV63%20MWY
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV63%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for BV63%20MWY: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: DS65%20LGA
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520LGA%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for DS65%20LGA: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: MT67%20OED
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520OED%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for MT67%20OED: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: YD11%20CFK
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD11%2520CFK%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for YD11%20CFK: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: NU65%20LDY
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 11:10:29 [bca.uk] INFO: Scrape type for NU65%20LDY: 0
2026-03-29 11:10:29 [bca.uk] INFO: Found listing with ID: RK71%20CHV
2026-03-29 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520CHV%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for RK71%20CHV: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: BU15%20WPP
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520WPP%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for BU15%20WPP: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: WA06%20XCM
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA06%2520XCM%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for WA06%20XCM: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: ET19%20TUO
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET19%2520TUO%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for ET19%20TUO: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: KS73%20BWH
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520BWH%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for KS73%20BWH: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: LK65%20OOF
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK65%2520OOF%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for LK65%20OOF: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: RK20%20KSJ
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK20%2520KSJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for RK20%20KSJ: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: VE14%20BDV
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520BDV%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for VE14%20BDV: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: VK18%20ERU
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520ERU%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for VK18%20ERU: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: VN69%20VZU
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN69%2520VZU%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for VN69%20VZU: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: VX73%20HHM
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520HHM%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for VX73%20HHM: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: AA57%20TEC
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA57%2520TEC%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for AA57%20TEC: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: AO69%20GHX
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520GHX%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for AO69%20GHX: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: BC19%20XPT
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC19%2520XPT%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for BC19%20XPT: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: BL74%20LVO
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520LVO%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for BL74%20LVO: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: BN69%20HNH
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HNH%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for BN69%20HNH: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: BW19%20VEU
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520VEU%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for BW19%20VEU: 0
2026-03-29 11:10:30 [bca.uk] INFO: Found listing with ID: LN72%20VDO
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN72%2520VDO%27 HTTP/1.1" 200 None
2026-03-29 11:10:30 [bca.uk] INFO: Scrape type for LN72%20VDO: 0
2026-03-29 11:10:30 [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-29 11:10:30 [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-29 11: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-29 11:10:31 [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-29 11:10:31 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded
2026-03-29 11:10:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:31 [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-29 11:10:31 [bca.uk] INFO: Found listing with ID: WM22%20LHF
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM22%2520LHF%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for WM22%20LHF: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: WR73%20NUW
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUW%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for WR73%20NUW: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: AP64%20FXF
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP64%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for AP64%20FXF: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: BG23%20XZB
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520XZB%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for BG23%20XZB: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: KE23%20WFX
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520WFX%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for KE23%20WFX: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: NL72%20JYY
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520JYY%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for NL72%20JYY: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: WM23%20RXO
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520RXO%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for WM23%20RXO: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: MX68%20WWL
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520WWL%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for MX68%20WWL: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: RE72%20XTG
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520XTG%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for RE72%20XTG: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: YS18%20YUH
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520YUH%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for YS18%20YUH: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: CP69%20EJK
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP69%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for CP69%20EJK: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: LC71%20GGJ
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520GGJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for LC71%20GGJ: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: MM66%20LYO
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520LYO%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for MM66%20LYO: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: GF21%20HVA
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520HVA%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for GF21%20HVA: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: KS69%20FVZ
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520FVZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for KS69%20FVZ: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: EK19%20ZNY
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520ZNY%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for EK19%20ZNY: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: OY59%20MPE
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520MPE%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for OY59%20MPE: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: LN17%20CKV
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN17%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for LN17%20CKV: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: BU64%20HFZ
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520HFZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for BU64%20HFZ: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: HG60%20MOU
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520MOU%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for HG60%20MOU: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: OE63%20PXW
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE63%2520PXW%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for OE63%20PXW: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: OV13%20BCY
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV13%2520BCY%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for OV13%20BCY: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: GM15%20GRU
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM15%2520GRU%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for GM15%20GRU: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: DP67%20BZC
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for DP67%20BZC: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: PE10%20VPC
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520VPC%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for PE10%20VPC: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: SD14%20YZT
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520YZT%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for SD14%20YZT: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: PE09%20KEU
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE09%2520KEU%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for PE09%20KEU: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: KY65%20OFL
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for KY65%20OFL: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: LV16%20UBM
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520UBM%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for LV16%20UBM: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: C5%20SGG
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C5%2520SGG%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for C5%20SGG: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: BN57%20TPO
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520TPO%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for BN57%20TPO: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: KL08%20MZN
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL08%2520MZN%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for KL08%20MZN: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: YF10%20WHJ
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520WHJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for YF10%20WHJ: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: SG10%20DVX
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520DVX%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for SG10%20DVX: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: PL16%20LGZ
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL16%2520LGZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for PL16%20LGZ: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: SW65%20EYA
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW65%2520EYA%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for SW65%20EYA: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: SD71%20ENU
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520ENU%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for SD71%20ENU: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: WV67%20WXA
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WXA%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for WV67%20WXA: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: LB71%20URJ
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520URJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for LB71%20URJ: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: CE57%20YUK
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE57%2520YUK%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for CE57%20YUK: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: EO17%20HFL
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520HFL%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for EO17%20HFL: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: WU13%20NKG
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU13%2520NKG%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for WU13%20NKG: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: YG16%20XGE
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520XGE%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for YG16%20XGE: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: SP71%20OVW
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP71%2520OVW%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for SP71%20OVW: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: CF74%20GUE
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GUE%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for CF74%20GUE: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: MJ24%20OAZ
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520OAZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for MJ24%20OAZ: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: MW74%20XBU
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520XBU%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for MW74%20XBU: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: VN74%20DFP
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 11:10:32 [bca.uk] INFO: Scrape type for VN74%20DFP: 0
2026-03-29 11:10:32 [bca.uk] INFO: Found listing with ID: YD24%20VSV
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD24%2520VSV%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for YD24%20VSV: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BP23%20OWA
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP23%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BP23%20OWA: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BT23%20KGO
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT23%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BT23%20KGO: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BT73%20VNY
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT73%2520VNY%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BT73%20VNY: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GAO
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GAO%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GAO: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GBV
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GBV%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GBV: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GDO
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GDO: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GKU
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GKU%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GKU: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GRZ
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GRZ: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GSV
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GSV%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GSV: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BF71%20EFD
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF71%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BF71%20EFD: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CK11%20THG
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK11%2520THG%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CK11%20THG: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: HY11%20ZDK
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY11%2520ZDK%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for HY11%20ZDK: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BK12%20HXD
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK12%2520HXD%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BK12%20HXD: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BK60%20WFP
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK60%2520WFP%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BK60%20WFP: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BX63%20YWP
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX63%2520YWP%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BX63%20YWP: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: DV74%20EKY
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV74%2520EKY%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for DV74%20EKY: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: DF59%20CZD
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF59%2520CZD%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for DF59%20CZD: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: KS10%20KFX
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS10%2520KFX%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for KS10%20KFX: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: KN74%20WBP
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN74%2520WBP%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for KN74%20WBP: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: LN69%20HJX
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN69%2520HJX%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for LN69%20HJX: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: AY68%20HZF
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AY68%2520HZF%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for AY68%20HZF: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: GN19%20XSV
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN19%2520XSV%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for GN19%20XSV: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: LR17%20YKD
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR17%2520YKD%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for LR17%20YKD: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: MW23%20LPL
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW23%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for MW23%20LPL: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: MW23%20YLS
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW23%2520YLS%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for MW23%20YLS: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: MD73%20YHH
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD73%2520YHH%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for MD73%20YHH: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: AJ17%20AZT
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ17%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for AJ17%20AZT: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: BN69%20VGV
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN69%2520VGV%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for BN69%20VGV: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: SM59%20FAJ
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM59%2520FAJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for SM59%20FAJ: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: SH13%20CDZ
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH13%2520CDZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for SH13%20CDZ: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GDE
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GDE%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GDE: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GHO
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GHO%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GHO: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GPU
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GPU: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: VN74%20CYX
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN74%2520CYX%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for VN74%20CYX: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: VN74%20CZB
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN74%2520CZB%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for VN74%20CZB: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CF74%20GDA
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GDA%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CF74%20GDA: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: HT74%20YXJ
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HT74%2520YXJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for HT74%20YXJ: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: GN19%20NKM
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for GN19%20NKM: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: RK16%20WKP
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK16%2520WKP%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for RK16%20WKP: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CX68%20KPN
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX68%2520KPN%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CX68%20KPN: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: LR14%20AZB
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR14%2520AZB%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for LR14%20AZB: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: PX07%20OTF
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX07%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for PX07%20OTF: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: AF12%20TYO
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF12%2520TYO%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for AF12%20TYO: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: CE21%20AVV
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE21%2520AVV%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for CE21%20AVV: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: YD18%20RTL
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD18%2520RTL%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for YD18%20RTL: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: LA69%20SXH
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA69%2520SXH%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for LA69%20SXH: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: DY14%20ZVW
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY14%2520ZVW%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for DY14%20ZVW: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: LU19%20BRX
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LU19%2520BRX%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for LU19%20BRX: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: LB72%20BZL
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB72%2520BZL%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for LB72%20BZL: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: ST14%20VDX
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST14%2520VDX%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for ST14%20VDX: 0
2026-03-29 11:10:33 [bca.uk] INFO: Found listing with ID: HD10%20USZ
2026-03-29 11:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HD10%2520USZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:33 [bca.uk] INFO: Scrape type for HD10%20USZ: 0
2026-03-29 11:10:33 [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-29 11:10:33 [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-29 11: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-29 11:10:35 [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-29 11:10:35 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded
2026-03-29 11:10:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:35 [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-29 11:10:35 [bca.uk] INFO: Found listing with ID: NJ20%20YJF
2026-03-29 11:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ20%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 11:10:35 [bca.uk] INFO: Scrape type for NJ20%20YJF: 0
2026-03-29 11:10:35 [bca.uk] INFO: Found listing with ID: ME73%20BHO
2026-03-29 11:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ME73%2520BHO%27 HTTP/1.1" 200 None
2026-03-29 11:10:35 [bca.uk] INFO: Scrape type for ME73%20BHO: 0
2026-03-29 11:10:35 [bca.uk] INFO: Found listing with ID: VN74%20CZA
2026-03-29 11:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN74%2520CZA%27 HTTP/1.1" 200 None
2026-03-29 11:10:35 [bca.uk] INFO: Scrape type for VN74%20CZA: 0
2026-03-29 11:10:35 [bca.uk] INFO: Found listing with ID: VN74%20DFZ
2026-03-29 11:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN74%2520DFZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for VN74%20DFZ: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CJ23%20MUO
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ23%2520MUO%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CJ23%20MUO: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CJ23%20MUY
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ23%2520MUY%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CJ23%20MUY: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CJ23%20MVF
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ23%2520MVF%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CJ23%20MVF: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CJ23%20NAU
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ23%2520NAU%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CJ23%20NAU: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CJ23%20NBN
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ23%2520NBN%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CJ23%20NBN: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CJ23%20NFA
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ23%2520NFA%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CJ23%20NFA: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: MD73%20CVG
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD73%2520CVG%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for MD73%20CVG: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: ET67%20NEY
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ET67%2520NEY%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for ET67%20NEY: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: GJ66%20FPG
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ66%2520FPG%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for GJ66%20FPG: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: SL66%20AXM
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL66%2520AXM%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for SL66%20AXM: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CF74%20GFZ
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF74%2520GFZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CF74%20GFZ: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: EY63%20TFZ
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY63%2520TFZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for EY63%20TFZ: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: MT19%20BNY
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT19%2520BNY%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for MT19%20BNY: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: YK13%20MMF
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK13%2520MMF%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for YK13%20MMF: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: YS18%20VJO
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS18%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for YS18%20VJO: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CV11%20MXY
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CV11%20MXY: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: LG19%20FDD
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG19%2520FDD%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for LG19%20FDD: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: WA16%20UDO
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for WA16%20UDO: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: WU68%20XGF
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU68%2520XGF%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for WU68%20XGF: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: CF69%20BMU
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF69%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for CF69%20BMU: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: EK69%20NZM
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK69%2520NZM%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for EK69%20NZM: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: EA72%20ZZC
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA72%2520ZZC%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for EA72%20ZZC: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: EU18%20PZT
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU18%2520PZT%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for EU18%20PZT: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: EX22%20YTL
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX22%2520YTL%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for EX22%20YTL: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: EX23%20DWW
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX23%2520DWW%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for EX23%20DWW: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: KM73%20YDN
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM73%2520YDN%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for KM73%20YDN: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: KS70%20OTJ
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS70%2520OTJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for KS70%20OTJ: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: LD68%20TFK
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD68%2520TFK%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for LD68%20TFK: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: RJ13%20WRO
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ13%2520WRO%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for RJ13%20WRO: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: SB52%20SVA
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB52%2520SVA%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for SB52%20SVA: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: BD24%20OCG
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD24%2520OCG%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for BD24%20OCG: 0
2026-03-29 11:10:36 [bca.uk] INFO: Found listing with ID: HY19%20YJF
2026-03-29 11:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY19%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 11:10:36 [bca.uk] INFO: Scrape type for HY19%20YJF: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: KW17%20VSO
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW17%2520VSO%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for KW17%20VSO: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: VK23%20WPF
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK23%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for VK23%20WPF: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: WO17%20EFJ
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WO17%2520EFJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for WO17%20EFJ: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: GK73%20PWN
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK73%2520PWN%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for GK73%20PWN: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: GV11%20FZA
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV11%2520FZA%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for GV11%20FZA: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: GX68%20ZLE
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX68%2520ZLE%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for GX68%20ZLE: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: HY67%20YJF
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY67%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for HY67%20YJF: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: LO04%20NLL
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO04%2520NLL%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for LO04%20NLL: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: SF19%20CYL
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF19%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for SF19%20CYL: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: AD19%20NZJ
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AD19%2520NZJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for AD19%20NZJ: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: BG15%20FBL
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG15%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for BG15%20FBL: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: EA73%20MXP
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA73%2520MXP%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for EA73%20MXP: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: EU20%20UOE
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU20%2520UOE%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for EU20%20UOE: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: FG73%20PGO
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG73%2520PGO%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for FG73%20PGO: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: BP67%20AOT
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP67%2520AOT%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for BP67%20AOT: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: LE74%20FJJ
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LE74%2520FJJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for LE74%20FJJ: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: LP73%20AOY
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP73%2520AOY%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for LP73%20AOY: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: LS23%20ZHO
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS23%2520ZHO%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for LS23%20ZHO: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: RF09%20ATO
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF09%2520ATO%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for RF09%20ATO: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: RO24%20YYD
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO24%2520YYD%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for RO24%20YYD: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: WM66%20CHF
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM66%2520CHF%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for WM66%20CHF: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: KM18%20KVR
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM18%2520KVR%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for KM18%20KVR: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: J100%20GFF
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27J100%2520GFF%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for J100%20GFF: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: GU68%20TYY
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU68%2520TYY%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for GU68%20TYY: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: GO20%20FOX
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GO20%2520FOX%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for GO20%20FOX: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: PO16%20ZBY
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO16%2520ZBY%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for PO16%20ZBY: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: EU15%20ZFP
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU15%2520ZFP%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for EU15%20ZFP: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: ML13%20PZH
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML13%2520PZH%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for ML13%20PZH: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: KW69%20WJJ
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW69%2520WJJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for KW69%20WJJ: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: KF15%20PUX
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF15%2520PUX%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for KF15%20PUX: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: SL70%20OPZ
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL70%2520OPZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for SL70%20OPZ: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: AE09%20LXH
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE09%2520LXH%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for AE09%20LXH: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: SB21%20BMO
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB21%2520BMO%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for SB21%20BMO: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: SJ66%20YFG
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ66%2520YFG%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for SJ66%20YFG: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: PN71%20EYX
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN71%2520EYX%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for PN71%20EYX: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: OE70%20FNZ
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE70%2520FNZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for OE70%20FNZ: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: OY65%20XWC
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY65%2520XWC%27 HTTP/1.1" 200 None
2026-03-29 11:10:37 [bca.uk] INFO: Scrape type for OY65%20XWC: 0
2026-03-29 11:10:37 [bca.uk] INFO: Found listing with ID: MF13%20KEJ
2026-03-29 11:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF13%2520KEJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for MF13%20KEJ: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: LR70%20YWU
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR70%2520YWU%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for LR70%20YWU: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: RX69%20XHC
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX69%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for RX69%20XHC: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: SY20%20KAO
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SY20%2520KAO%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for SY20%20KAO: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: VA68%20DJX
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA68%2520DJX%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for VA68%20DJX: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: VX69%20GVM
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX69%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for VX69%20GVM: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: WH19%20OTD
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WH19%2520OTD%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for WH19%20OTD: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: WM19%20CWJ
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM19%2520CWJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for WM19%20CWJ: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: WN24%20FPA
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN24%2520FPA%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for WN24%20FPA: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: CE72%20GXC
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE72%2520GXC%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for CE72%20GXC: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: CJ19%20TWG
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ19%2520TWG%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for CJ19%20TWG: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: CT18%20HRU
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CT18%2520HRU%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for CT18%20HRU: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: FY69%20YFZ
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY69%2520YFZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for FY69%20YFZ: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: GX69%20LDN
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX69%2520LDN%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for GX69%20LDN: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: HJ70%20UPK
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ70%2520UPK%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for HJ70%20UPK: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: KR70%20HYO
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR70%2520HYO%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for KR70%20HYO: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: KT18%20DWO
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KT18%2520DWO%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for KT18%20DWO: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: LV66%20EBL
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV66%2520EBL%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for LV66%20EBL: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: LT15%20VLH
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT15%2520VLH%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for LT15%20VLH: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: FY71%20OWA
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY71%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for FY71%20OWA: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: EX23%20AZZ
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX23%2520AZZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for EX23%20AZZ: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: MV22%20NMO
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV22%2520NMO%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for MV22%20NMO: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: OV23%20SJU
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520SJU%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for OV23%20SJU: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: WM72%20CKF
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM72%2520CKF%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for WM72%20CKF: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: YR71%20DXV
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR71%2520DXV%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for YR71%20DXV: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: DF21%20ARU
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF21%2520ARU%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for DF21%20ARU: 0
2026-03-29 11:10:38 [bca.uk] INFO: Found listing with ID: DG71%20YZP
2026-03-29 11:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG71%2520YZP%27 HTTP/1.1" 200 None
2026-03-29 11:10:38 [bca.uk] INFO: Scrape type for DG71%20YZP: 0
2026-03-29 11:10:38 [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-29 11:10:38 [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-29 11:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:10:41 [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-29 11:10:41 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded
2026-03-29 11:10:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:41 [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-29 11:10:41 [bca.uk] INFO: Found listing with ID: FN21%20PZX
2026-03-29 11:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN21%2520PZX%27 HTTP/1.1" 200 None
2026-03-29 11:10:41 [bca.uk] INFO: Scrape type for FN21%20PZX: 0
2026-03-29 11:10:41 [bca.uk] INFO: Found listing with ID: FX23%20MJF
2026-03-29 11:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX23%2520MJF%27 HTTP/1.1" 200 None
2026-03-29 11:10:41 [bca.uk] INFO: Scrape type for FX23%20MJF: 0
2026-03-29 11:10:41 [bca.uk] INFO: Found listing with ID: GV72%20MZZ
2026-03-29 11:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV72%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:41 [bca.uk] INFO: Scrape type for GV72%20MZZ: 0
2026-03-29 11:10:41 [bca.uk] INFO: Found listing with ID: LD23%20BZY
2026-03-29 11:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD23%2520BZY%27 HTTP/1.1" 200 None
2026-03-29 11:10:41 [bca.uk] INFO: Scrape type for LD23%20BZY: 0
2026-03-29 11:10:41 [bca.uk] INFO: Found listing with ID: MD71%20FBG
2026-03-29 11:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD71%2520FBG%27 HTTP/1.1" 200 None
2026-03-29 11:10:41 [bca.uk] INFO: Scrape type for MD71%20FBG: 0
2026-03-29 11:10:41 [bca.uk] INFO: Found listing with ID: EA63%20TXS
2026-03-29 11:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA63%2520TXS%27 HTTP/1.1" 200 None
2026-03-29 11:10:41 [bca.uk] INFO: Scrape type for EA63%20TXS: 0
2026-03-29 11:10:41 [bca.uk] INFO: Found listing with ID: BK22%20DLZ
2026-03-29 11:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520DLZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for BK22%20DLZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: YD22%20EHO
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD22%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for YD22%20EHO: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: HJ20%20WJU
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ20%2520WJU%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for HJ20%20WJU: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LB71%20XCU
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB71%2520XCU%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LB71%20XCU: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LG18%20GXS
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG18%2520GXS%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LG18%20GXS: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LG19%20KYS
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG19%2520KYS%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LG19%20KYS: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LJ19%20OFP
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ19%2520OFP%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LJ19%20OFP: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LY19%20DDK
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY19%2520DDK%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LY19%20DDK: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: PO19%20NMU
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO19%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for PO19%20NMU: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: RO22%20LSE
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO22%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for RO22%20LSE: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: WK69%20TNV
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK69%2520TNV%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for WK69%20TNV: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: AO69%20LTU
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO69%2520LTU%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for AO69%20LTU: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: AO69%20VJC
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO69%2520VJC%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for AO69%20VJC: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: AV70%20FCX
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV70%2520FCX%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for AV70%20FCX: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: CV18%20GUE
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV18%2520GUE%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for CV18%20GUE: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: HD71%20BHV
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HD71%2520BHV%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for HD71%20BHV: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: FG68%20NVE
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG68%2520NVE%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for FG68%20NVE: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: FL70%20SVD
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL70%2520SVD%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for FL70%20SVD: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: MA23%20UKP
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA23%2520UKP%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for MA23%20UKP: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: BK22%20PEO
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520PEO%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for BK22%20PEO: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: BK23%20VYL
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK23%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for BK23%20VYL: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: OV23%20EVT
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520EVT%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for OV23%20EVT: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: OV75%20HYK
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV75%2520HYK%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for OV75%20HYK: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: RF71%20CZZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF71%2520CZZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for RF71%20CZZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: RO72%20NJX
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO72%2520NJX%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for RO72%20NJX: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: VK23%20FCV
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK23%2520FCV%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for VK23%20FCV: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: YC22%20BMU
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC22%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for YC22%20BMU: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: BD22%20ELH
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD22%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for BD22%20ELH: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: DL72%20PVZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for DL72%20PVZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: FG22%20FGX
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG22%2520FGX%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for FG22%20FGX: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: HV24%20NMZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV24%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for HV24%20NMZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LB71%20YRZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB71%2520YRZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LB71%20YRZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: WM15%20NXF
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM15%2520NXF%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for WM15%20NXF: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: PK71%20GWU
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK71%2520GWU%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for PK71%20GWU: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: PN71%20ODY
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN71%2520ODY%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for PN71%20ODY: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: RK24%20KPX
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK24%2520KPX%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for RK24%20KPX: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: SN23%20UNF
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN23%2520UNF%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for SN23%20UNF: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: VO71%20OHD
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO71%2520OHD%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for VO71%20OHD: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: WV23%20XYC
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520XYC%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for WV23%20XYC: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: YS21%20VOM
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS21%2520VOM%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for YS21%20VOM: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LC72%20VBD
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC72%2520VBD%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LC72%20VBD: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LE73%20GVZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LE73%2520GVZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LE73%20GVZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LF23%20WKL
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF23%2520WKL%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LF23%20WKL: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LF72%20WKJ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF72%2520WKJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LF72%20WKJ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LO72%20UJK
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO72%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LO72%20UJK: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: LS70%20HWZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS70%2520HWZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for LS70%20HWZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: MD72%20VXP
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD72%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for MD72%20VXP: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: MD72%20VZK
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD72%2520VZK%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for MD72%20VZK: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: MJ72%20FCZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ72%2520FCZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for MJ72%20FCZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: OE71%20BZO
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE71%2520BZO%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for OE71%20BZO: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: OV23%20DKF
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520DKF%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for OV23%20DKF: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: DL22%20MKZ
2026-03-29 11:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL22%2520MKZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:42 [bca.uk] INFO: Scrape type for DL22%20MKZ: 0
2026-03-29 11:10:42 [bca.uk] INFO: Found listing with ID: DS71%20HBF
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10: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%2520HBF%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for DS71%20HBF: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: DY23%20EZG
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520EZG%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for DY23%20EZG: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: FE72%20THK
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520THK%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for FE72%20THK: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: GJ22%20SFE
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520SFE%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for GJ22%20SFE: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: GK68%20MHN
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520MHN%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for GK68%20MHN: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: HG21%20LPE
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG21%2520LPE%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for HG21%20LPE: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: LB70%20VXM
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VXM%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for LB70%20VXM: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: AJ72%20HYW
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10: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%2520HYW%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for AJ72%20HYW: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: AV71%20OSG
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OSG%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for AV71%20OSG: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: ME73%20XWF
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWF%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for ME73%20XWF: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: ME73%20XWO
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWO%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for ME73%20XWO: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: ME73%20XYF
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XYF%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for ME73%20XYF: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: AJ22%20CXY
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CXY%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for AJ22%20CXY: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: BK22%20PHU
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for BK22%20PHU: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: FN22%20OMM
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520OMM%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for FN22%20OMM: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: LA16%20UYV
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520UYV%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for LA16%20UYV: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: LS21%20BVN
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for LS21%20BVN: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: MA22%20VJO
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10: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%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for MA22%20VJO: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: MA22%20ZPE
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10: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%2520ZPE%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for MA22%20ZPE: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: YO21%20VLX
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for YO21%20VLX: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: YO23%20XXP
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO23%2520XXP%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for YO23%20XXP: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: BP72%20UJX
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UJX%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for BP72%20UJX: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: CE74%20BWK
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520BWK%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for CE74%20BWK: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: YA74%20AJX
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA74%2520AJX%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for YA74%20AJX: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: BK23%20JKU
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for BK23%20JKU: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: DE22%20AOO
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for DE22%20AOO: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: EO21%20BZD
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520BZD%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for EO21%20BZD: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: FT72%20LSC
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for FT72%20LSC: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: GL72%20UXZ
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UXZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for GL72%20UXZ: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: GP21%20MDZ
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520MDZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for GP21%20MDZ: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: LB72%20WNP
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for LB72%20WNP: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: LB72%20WRG
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520WRG%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for LB72%20WRG: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: LM70%20XKP
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for LM70%20XKP: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: WX22%20WJJ
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for WX22%20WJJ: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: YR71%20HVM
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520HVM%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for YR71%20HVM: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: YG22%20WVA
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for YG22%20WVA: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: DA72%20XMR
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for DA72%20XMR: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: GV21%20XPJ
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV21%2520XPJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for GV21%20XPJ: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: HV22%20VCL
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520VCL%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for HV22%20VCL: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: MD72%20WLP
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WLP%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for MD72%20WLP: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: ND71%20XDT
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [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-29 11:10:43 [bca.uk] INFO: Scrape type for ND71%20XDT: 0
2026-03-29 11:10:43 [bca.uk] INFO: Found listing with ID: NJ23%20LRU
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 11:10:43 [bca.uk] INFO: Scrape type for NJ23%20LRU: 0
2026-03-29 11:10:43 [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-29 11:10:43 [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-29 11:10:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Total items found: 100
2026-03-29 11:10:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded
2026-03-29 11:10:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Found listing with ID: NJ24%20UTY
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTY%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for NJ24%20UTY: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: NJ24%20UVN
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UVN%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for NJ24%20UVN: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: PE22%20XGD
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520XGD%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for PE22%20XGD: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: PX71%20JVU
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for PX71%20JVU: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: YB70%20VZO
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for YB70%20VZO: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: BD72%20YOV
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520YOV%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for BD72%20YOV: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: WJ22%20BHP
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for WJ22%20BHP: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: V24%20VJT
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V24%2520VJT%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for V24%20VJT: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: BN22%20OLK
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for BN22%20OLK: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: LR21%20VDZ
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for LR21%20VDZ: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: OV71%20RVA
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520RVA%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for OV71%20RVA: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: RF68%20BBK
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520BBK%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for RF68%20BBK: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: RO22%20EUR
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUR%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for RO22%20EUR: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: RY18%20ZFG
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for RY18%20ZFG: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: GY72%20KBZ
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for GY72%20KBZ: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: FT63%20UOP
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for FT63%20UOP: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: FD72%20BGK
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for FD72%20BGK: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: MM72%20BYZ
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for MM72%20BYZ: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: PX22%20OLJ
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for PX22%20OLJ: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: YJ73%20SBR
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10: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%2520SBR%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for YJ73%20SBR: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: SH70%20UDV
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for SH70%20UDV: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: SP22%20JPX
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520JPX%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for SP22%20JPX: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: WN21%20XHH
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for WN21%20XHH: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: YC22%20WTN
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WTN%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for YC22%20WTN: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: YT22%20JFY
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520JFY%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for YT22%20JFY: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: YT22%20WYL
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for YT22%20WYL: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: FH22%20KUE
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH22%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for FH22%20KUE: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: FL22%20UJK
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for FL22%20UJK: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: FX71%20RTV
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520RTV%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for FX71%20RTV: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: GJ22%20KJK
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for GJ22%20KJK: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: GL72%20OHJ
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for GL72%20OHJ: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: MD72%20VWA
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VWA%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for MD72%20VWA: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: MV71%20SVG
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520SVG%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for MV71%20SVG: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: MW71%20FVM
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [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-29 11:10:53 [bca.uk] INFO: Scrape type for MW71%20FVM: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: NA72%20XGV
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520XGV%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for NA72%20XGV: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: OY25%20HFW
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520HFW%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for OY25%20HFW: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: RO22%20EUK
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUK%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for RO22%20EUK: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: DA21%20ZXP
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520ZXP%27 HTTP/1.1" 200 None
2026-03-29 11:10:53 [bca.uk] INFO: Scrape type for DA21%20ZXP: 0
2026-03-29 11:10:53 [bca.uk] INFO: Found listing with ID: DG24%20LGE
2026-03-29 11:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG24%2520LGE%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for DG24%20LGE: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: RJ71%20LKX
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ71%2520LKX%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for RJ71%20LKX: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: PX25%20WJN
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX25%2520WJN%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for PX25%20WJN: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: VN23%20ZTK
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN23%2520ZTK%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for VN23%20ZTK: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: ML22%20AFA
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML22%2520AFA%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for ML22%20AFA: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: ML22%20EWK
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML22%2520EWK%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for ML22%20EWK: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: MV71%20KRK
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV71%2520KRK%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for MV71%20KRK: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: MV71%20KSJ
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV71%2520KSJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for MV71%20KSJ: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: NG71%20FKJ
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG71%2520FKJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for NG71%20FKJ: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: WK24%20EHS
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK24%2520EHS%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for WK24%20EHS: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: WN22%20KWJ
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN22%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for WN22%20KWJ: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: YGZ%204681
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YGZ%25204681%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for YGZ%204681: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: BL72%20KHV
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL72%2520KHV%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for BL72%20KHV: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: DA21%20VYG
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA21%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for DA21%20VYG: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: DG22%20XZH
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG22%2520XZH%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for DG22%20XZH: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: DL73%20ZSG
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL73%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for DL73%20ZSG: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: DY20%20VXM
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY20%2520VXM%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for DY20%20VXM: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: EJ21%20UUW
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ21%2520UUW%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for EJ21%20UUW: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: GSZ%201907
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GSZ%25201907%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for GSZ%201907: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: HV71%20WGO
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV71%2520WGO%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for HV71%20WGO: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: LE71%20DWU
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LE71%2520DWU%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for LE71%20DWU: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: CE74%20BKN
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE74%2520BKN%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for CE74%20BKN: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: FT24%20UMX
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FT24%2520UMX%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for FT24%20UMX: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: NV73%20GNN
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV73%2520GNN%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for NV73%20GNN: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: PK18%20RYX
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK18%2520RYX%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for PK18%20RYX: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: YJ25%20TLT
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ25%2520TLT%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for YJ25%20TLT: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: KX68%20PZN
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX68%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for KX68%20PZN: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: LF22%20UDU
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF22%2520UDU%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for LF22%20UDU: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: WU23%20EPE
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU23%2520EPE%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for WU23%20EPE: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: WV23%20YML
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520YML%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for WV23%20YML: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: YY71%20LYG
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY71%2520LYG%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for YY71%20LYG: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: GD72%20DEU
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD72%2520DEU%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for GD72%20DEU: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: GJ22%20RSV
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ22%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for GJ22%20RSV: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: GL72%20UYB
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL72%2520UYB%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for GL72%20UYB: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: HK70%20XOP
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK70%2520XOP%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for HK70%20XOP: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: KM71%20SVJ
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM71%2520SVJ%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for KM71%20SVJ: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: LD23%20NZW
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD23%2520NZW%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for LD23%20NZW: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: LE71%20EVX
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LE71%2520EVX%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for LE71%20EVX: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: MA21%20GBZ
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA21%2520GBZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for MA21%20GBZ: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: VK23%20TZT
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK23%2520TZT%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for VK23%20TZT: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: WN22%20ACX
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN22%2520ACX%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for WN22%20ACX: 0
2026-03-29 11:10:54 [bca.uk] INFO: Found listing with ID: WN23%20RYK
2026-03-29 11:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN23%2520RYK%27 HTTP/1.1" 200 None
2026-03-29 11:10:54 [bca.uk] INFO: Scrape type for WN23%20RYK: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: AJ68%20RTO
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ68%2520RTO%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for AJ68%20RTO: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: BN21%20VMZ
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN21%2520VMZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for BN21%20VMZ: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: CE22%20VUG
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE22%2520VUG%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for CE22%20VUG: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: DE24%20HNW
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE24%2520HNW%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for DE24%20HNW: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: EK22%20EWN
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK22%2520EWN%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for EK22%20EWN: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: FD22%20YAV
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD22%2520YAV%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for FD22%20YAV: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: PN72%20NYD
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN72%2520NYD%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for PN72%20NYD: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: YE74%20VBD
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE74%2520VBD%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for YE74%20VBD: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: YR22%20OLW
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR22%2520OLW%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for YR22%20OLW: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: LY14%20SYV
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY14%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for LY14%20SYV: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: AE25%20TFU
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE25%2520TFU%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for AE25%20TFU: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: AE25%20TKF
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE25%2520TKF%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for AE25%20TKF: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: DA55%20UOC
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA55%2520UOC%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for DA55%20UOC: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: BX72%20SKZ
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX72%2520SKZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for BX72%20SKZ: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: DY74%20XDW
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY74%2520XDW%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for DY74%20XDW: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: MW19%20FWU
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW19%2520FWU%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for MW19%20FWU: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: NGZ%204980
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NGZ%25204980%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for NGZ%204980: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: NX70%20YNN
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX70%2520YNN%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for NX70%20YNN: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: UIG%206502
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27UIG%25206502%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for UIG%206502: 0
2026-03-29 11:10:55 [bca.uk] INFO: Found listing with ID: VN19%20OXZ
2026-03-29 11:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN19%2520OXZ%27 HTTP/1.1" 200 None
2026-03-29 11:10:55 [bca.uk] INFO: Scrape type for VN19%20OXZ: 0
2026-03-29 11:10:55 [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-29 11:10:55 [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-29 11:10:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:04 [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-29 11:11:04 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded
2026-03-29 11:11:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:04 [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-29 11:11:04 [bca.uk] INFO: Found listing with ID: WP19%20XTL
2026-03-29 11:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP19%2520XTL%27 HTTP/1.1" 200 None
2026-03-29 11:11:04 [bca.uk] INFO: Scrape type for WP19%20XTL: 0
2026-03-29 11:11:04 [bca.uk] INFO: Found listing with ID: WT19%20MYC
2026-03-29 11:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT19%2520MYC%27 HTTP/1.1" 200 None
2026-03-29 11:11:04 [bca.uk] INFO: Scrape type for WT19%20MYC: 0
2026-03-29 11:11:04 [bca.uk] INFO: Found listing with ID: YT19%20LDO
2026-03-29 11:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT19%2520LDO%27 HTTP/1.1" 200 None
2026-03-29 11:11:04 [bca.uk] INFO: Scrape type for YT19%20LDO: 0
2026-03-29 11:11:04 [bca.uk] INFO: Found listing with ID: YX69%20YNJ
2026-03-29 11:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX69%2520YNJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:04 [bca.uk] INFO: Scrape type for YX69%20YNJ: 0
2026-03-29 11:11:04 [bca.uk] INFO: Found listing with ID: CE70%20YEJ
2026-03-29 11:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE70%2520YEJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for CE70%20YEJ: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: ER61%20ERR
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ER61%2520ERR%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for ER61%20ERR: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: EY70%20VMJ
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY70%2520VMJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for EY70%20VMJ: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: KO19%20FZP
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO19%2520FZP%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for KO19%20FZP: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: KP73%20JFY
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP73%2520JFY%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for KP73%20JFY: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: MA69%20GVJ
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA69%2520GVJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for MA69%20GVJ: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: MF20%20MYB
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF20%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for MF20%20MYB: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: MT19%20XFA
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT19%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for MT19%20XFA: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: LR52%20SVV
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR52%2520SVV%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for LR52%20SVV: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: YS69%20LBZ
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS69%2520LBZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for YS69%20LBZ: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: WJ24%20ONB
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ24%2520ONB%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for WJ24%20ONB: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: YD74%20NDV
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD74%2520NDV%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for YD74%20NDV: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: YR74%20UGO
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR74%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for YR74%20UGO: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: LJ22%20OVX
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ22%2520OVX%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for LJ22%20OVX: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: KM71%20HVW
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM71%2520HVW%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for KM71%20HVW: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: EJ23%20BDV
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ23%2520BDV%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for EJ23%20BDV: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: NK72%20ATF
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NK72%2520ATF%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for NK72%20ATF: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: FJ22%20SKE
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ22%2520SKE%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for FJ22%20SKE: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: YF71%20EWW
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF71%2520EWW%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for YF71%20EWW: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: RO25%20UHK
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO25%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for RO25%20UHK: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: PL72%20VKN
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PL72%2520VKN%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for PL72%20VKN: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: MJ25%20UXY
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ25%2520UXY%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for MJ25%20UXY: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: DK72%20MUP
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK72%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for DK72%20MUP: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: C11%20HLD
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27C11%2520HLD%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for C11%20HLD: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: MH18%20WND
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH18%2520WND%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for MH18%20WND: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: YG21%20EGK
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG21%2520EGK%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for YG21%20EGK: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: YE20%20PZR
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE20%2520PZR%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for YE20%20PZR: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: OV69%20WDL
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV69%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for OV69%20WDL: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: RE58%20ETV
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE58%2520ETV%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for RE58%20ETV: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: GJ19%20WEX
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ19%2520WEX%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for GJ19%20WEX: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: OE21%20MKN
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE21%2520MKN%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for OE21%20MKN: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: EA70%20VCU
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA70%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for EA70%20VCU: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: FL21%20UBW
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL21%2520UBW%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for FL21%20UBW: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: GV17%20MPX
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV17%2520MPX%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for GV17%20MPX: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: LM72%20CMF
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM72%2520CMF%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for LM72%20CMF: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: RE23%20GYT
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE23%2520GYT%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for RE23%20GYT: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: KT21%20UWN
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KT21%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for KT21%20UWN: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: VX23%20XSA
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX23%2520XSA%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for VX23%20XSA: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: SE18%20YBW
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE18%2520YBW%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for SE18%20YBW: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: RJ69%20LZC
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ69%2520LZC%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for RJ69%20LZC: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: PK69%20OVZ
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK69%2520OVZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for PK69%20OVZ: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: OY25%20DMF
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY25%2520DMF%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for OY25%20DMF: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: YG09%20EFL
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG09%2520EFL%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for YG09%20EFL: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: DG23%20FXB
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG23%2520FXB%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for DG23%20FXB: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: LB20%20EKW
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB20%2520EKW%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for LB20%20EKW: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: EK62%20FCO
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK62%2520FCO%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for EK62%20FCO: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: RV66%20CJU
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV66%2520CJU%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for RV66%20CJU: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: EX69%20AOB
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX69%2520AOB%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for EX69%20AOB: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: GJ69%20LTK
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ69%2520LTK%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for GJ69%20LTK: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: EY08%20KHL
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY08%2520KHL%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for EY08%20KHL: 0
2026-03-29 11:11:05 [bca.uk] INFO: Found listing with ID: WM22%20LCA
2026-03-29 11:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM22%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 11:11:05 [bca.uk] INFO: Scrape type for WM22%20LCA: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: KM20%20LWW
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM20%2520LWW%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for KM20%20LWW: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: LB70%20HDN
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB70%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for LB70%20HDN: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: LD69%20UUB
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD69%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for LD69%20UUB: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: VN20%20KCF
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN20%2520KCF%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for VN20%20KCF: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GF72%20XCM
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF72%2520XCM%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GF72%20XCM: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GJ22%20OBS
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ22%2520OBS%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GJ22%20OBS: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: HJ72%20VRG
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ72%2520VRG%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for HJ72%20VRG: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: CE24%20MDF
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE24%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for CE24%20MDF: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: OU69%20NBZ
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU69%2520NBZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for OU69%20NBZ: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: RK21%20BVG
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK21%2520BVG%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for RK21%20BVG: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: BT67%20MYL
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT67%2520MYL%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for BT67%20MYL: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: FL22%20YFY
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL22%2520YFY%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for FL22%20YFY: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: HF70%20BJO
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF70%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for HF70%20BJO: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: MF19%20AYP
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF19%2520AYP%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for MF19%20AYP: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: DL71%20XZY
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL71%2520XZY%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for DL71%20XZY: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GN69%20YJO
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN69%2520YJO%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GN69%20YJO: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: DN14%20EYH
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN14%2520EYH%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for DN14%20EYH: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: NV22%20ZNU
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV22%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for NV22%20ZNU: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: DY19%20ZHC
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY19%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for DY19%20ZHC: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: SG22%20PMO
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG22%2520PMO%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for SG22%20PMO: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: VN19%20AOL
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN19%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for VN19%20AOL: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: YF71%20NZV
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF71%2520NZV%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for YF71%20NZV: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: DY72%20NXL
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY72%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for DY72%20NXL: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: FD19%20LLX
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD19%2520LLX%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for FD19%20LLX: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GV19%20DDY
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV19%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GV19%20DDY: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: WGZ%201184
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WGZ%25201184%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for WGZ%201184: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: YHZ%206531
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YHZ%25206531%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for YHZ%206531: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: YK22%20NXD
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK22%2520NXD%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for YK22%20NXD: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: FN60%20KWB
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN60%2520KWB%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for FN60%20KWB: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: SE19%20OZF
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE19%2520OZF%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for SE19%20OZF: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: BC23%20HNY
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BC23%2520HNY%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for BC23%20HNY: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: WN67%20XHL
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN67%2520XHL%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for WN67%20XHL: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GF21%20EFU
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF21%2520EFU%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GF21%20EFU: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: KM69%20YOF
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM69%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for KM69%20YOF: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: YM72%20XST
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM72%2520XST%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for YM72%20XST: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GX21%20MTJ
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GX21%20MTJ: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: WU15%20FRX
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU15%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for WU15%20FRX: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: PE17%20WVY
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PE17%2520WVY%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for PE17%20WVY: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: NA23%20AXW
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA23%2520AXW%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for NA23%20AXW: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: EG19%20JMU
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EG19%2520JMU%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for EG19%20JMU: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: YR22%20KWK
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR22%2520KWK%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for YR22%20KWK: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GK23%20HWC
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK23%2520HWC%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GK23%20HWC: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: LV68%20KTX
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV68%2520KTX%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for LV68%20KTX: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: YK11%20DZG
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK11%2520DZG%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for YK11%20DZG: 0
2026-03-29 11:11:06 [bca.uk] INFO: Found listing with ID: GJ72%20ZXD
2026-03-29 11:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ72%2520ZXD%27 HTTP/1.1" 200 None
2026-03-29 11:11:06 [bca.uk] INFO: Scrape type for GJ72%20ZXD: 0
2026-03-29 11:11:06 [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-29 11:11:06 [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-29 11:11:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:10 [scrapy.extensions.logstats] INFO: Crawled 153 pages (at 8 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:11:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:11:11 [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-29 11:11:11 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:11 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded
2026-03-29 11:11:11 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:11 [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-29 11:11:11 [bca.uk] INFO: Found listing with ID: HL19%20XUO
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 11:11:11 [bca.uk] INFO: Scrape type for HL19%20XUO: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: LS22%20NVM
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520NVM%27 HTTP/1.1" 200 None
2026-03-29 11:11:11 [bca.uk] INFO: Scrape type for LS22%20NVM: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: SB71%20GJU
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 11:11:11 [bca.uk] INFO: Scrape type for SB71%20GJU: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: RE71%20XTN
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:11 [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-29 11:11:11 [bca.uk] INFO: Scrape type for RE71%20XTN: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: WN19%20NKM
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 11:11:11 [bca.uk] INFO: Scrape type for WN19%20NKM: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: MT15%20KFO
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520KFO%27 HTTP/1.1" 200 None
2026-03-29 11:11:11 [bca.uk] INFO: Scrape type for MT15%20KFO: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: LR22%20UZD
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520UZD%27 HTTP/1.1" 200 None
2026-03-29 11:11:11 [bca.uk] INFO: Scrape type for LR22%20UZD: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: RE63%20KKR
2026-03-29 11:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:11 [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-29 11:11:11 [bca.uk] INFO: Scrape type for RE63%20KKR: 0
2026-03-29 11:11:11 [bca.uk] INFO: Found listing with ID: RA24%20DYB
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [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-29 11:11:12 [bca.uk] INFO: Scrape type for RA24%20DYB: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: RO21%20UGR
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [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-29 11:11:12 [bca.uk] INFO: Scrape type for RO21%20UGR: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: SM72%20PLU
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [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-29 11:11:12 [bca.uk] INFO: Scrape type for SM72%20PLU: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: HV18%20YST
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV18%2520YST%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for HV18%20YST: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: HN23%20RRO
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520RRO%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for HN23%20RRO: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: KS72%20BND
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520BND%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for KS72%20BND: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: KS72%20NBA
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520NBA%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for KS72%20NBA: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: SO68%20NWR
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO68%2520NWR%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for SO68%20NWR: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: AK62%20DWZ
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK62%2520DWZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for AK62%20DWZ: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LM64%20DCX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520DCX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LM64%20DCX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: CK09%20WRX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520WRX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for CK09%20WRX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: YH05%20VKB
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [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-29 11:11:12 [bca.uk] INFO: Scrape type for YH05%20VKB: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: EU15%20ZJX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520ZJX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for EU15%20ZJX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: CE65%20FXR
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE65%2520FXR%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for CE65%20FXR: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LC73%20ANV
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC73%2520ANV%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LC73%20ANV: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: GR07%20NYG
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR07%2520NYG%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for GR07%20NYG: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LL16%20TNX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LL16%20TNX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LN62%20ZNM
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN62%2520ZNM%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LN62%20ZNM: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: MK15%20UNE
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK15%2520UNE%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for MK15%20UNE: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: DS69%20ZTP
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520ZTP%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for DS69%20ZTP: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: GF66%20YHR
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF66%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for GF66%20YHR: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LG22%20UDD
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UDD%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LG22%20UDD: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: RE62%20HYL
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520HYL%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for RE62%20HYL: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: WM10%20CYJ
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM10%2520CYJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for WM10%20CYJ: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: WR69%20XPS
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520XPS%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for WR69%20XPS: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: YP17%20NVZ
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP17%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for YP17%20NVZ: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: HX18%20VPO
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX18%2520VPO%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for HX18%20VPO: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: WK22%20GWM
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [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-29 11:11:12 [bca.uk] INFO: Scrape type for WK22%20GWM: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: DF21%20YUB
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520YUB%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for DF21%20YUB: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LK18%20GCV
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520GCV%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LK18%20GCV: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: MC25%20CFZ
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC25%2520CFZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for MC25%20CFZ: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: VO71%20UHX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520UHX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for VO71%20UHX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: RF55%20LBE
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF55%2520LBE%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for RF55%20LBE: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: WX21%20YHR
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for WX21%20YHR: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: KN70%20FML
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [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-29 11:11:12 [bca.uk] INFO: Scrape type for KN70%20FML: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LT22%20PXB
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520PXB%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LT22%20PXB: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: DE71%20HPU
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520HPU%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for DE71%20HPU: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: LO70%20NVA
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520NVA%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for LO70%20NVA: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: MM72%20FLE
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520FLE%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for MM72%20FLE: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: FE16%20SWJ
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE16%2520SWJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for FE16%20SWJ: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: NG19%20XJO
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG19%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for NG19%20XJO: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: KP22%20XRK
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XRK%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for KP22%20XRK: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: BK23%20TXL
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXL%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for BK23%20TXL: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: BV23%20EKD
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EKD%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for BV23%20EKD: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: EX61%20HFZ
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520HFZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for EX61%20HFZ: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: DF74%20TPY
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF74%2520TPY%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for DF74%20TPY: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: MT66%20HOJ
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT66%2520HOJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for MT66%20HOJ: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: SL67%20THX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL67%2520THX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for SL67%20THX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: CK15%20WVX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520WVX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for CK15%20WVX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: CK68%20LMX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520LMX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for CK68%20LMX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: CU13%20HVX
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU13%2520HVX%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for CU13%20HVX: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: CV10%20XKT
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for CV10%20XKT: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: KR65%20DTN
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520DTN%27 HTTP/1.1" 200 None
2026-03-29 11:11:12 [bca.uk] INFO: Scrape type for KR65%20DTN: 0
2026-03-29 11:11:12 [bca.uk] INFO: Found listing with ID: BC21%20KLD
2026-03-29 11:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BC21%2520KLD%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for BC21%20KLD: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: FV71%20JWL
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV71%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for FV71%20JWL: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: VN72%20KLJ
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN72%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for VN72%20KLJ: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: VK71%20EXU
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK71%2520EXU%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for VK71%20EXU: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: LF23%20XAM
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF23%2520XAM%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for LF23%20XAM: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: OY23%20VCU
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY23%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for OY23%20VCU: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: VA21%20LZK
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA21%2520LZK%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for VA21%20LZK: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: VE71%20ZKP
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE71%2520ZKP%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for VE71%20ZKP: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: GJ23%20KGV
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ23%2520KGV%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for GJ23%20KGV: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: KE21%20TXN
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE21%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for KE21%20TXN: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: KW73%20YGN
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW73%2520YGN%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for KW73%20YGN: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: LE71%20CTV
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LE71%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for LE71%20CTV: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: KW20%20LGO
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW20%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for KW20%20LGO: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: VE21%20AZG
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE21%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for VE21%20AZG: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: DE23%20EXV
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE23%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for DE23%20EXV: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: CJ71%20JJX
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ71%2520JJX%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for CJ71%20JJX: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: LP71%20WJV
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP71%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for LP71%20WJV: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: RJ71%20ZYS
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ71%2520ZYS%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for RJ71%20ZYS: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: DA61%20MJO
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA61%2520MJO%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for DA61%20MJO: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: YD72%20AFE
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD72%2520AFE%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for YD72%20AFE: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: LP71%20TEY
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP71%2520TEY%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for LP71%20TEY: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: VN21%20HLR
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN21%2520HLR%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for VN21%20HLR: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: BK22%20UGF
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK22%2520UGF%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for BK22%20UGF: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: CA72%20UME
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA72%2520UME%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for CA72%20UME: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: CF72%20HXM
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF72%2520HXM%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for CF72%20HXM: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: FY70%20GVR
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY70%2520GVR%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for FY70%20GVR: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: NK65%20YGZ
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NK65%2520YGZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for NK65%20YGZ: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: MD21%20WZL
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD21%2520WZL%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for MD21%20WZL: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: CK72%20WPU
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK72%2520WPU%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for CK72%20WPU: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: KR22%20XLD
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR22%2520XLD%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for KR22%20XLD: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: LL72%20AXY
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL72%2520AXY%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for LL72%20AXY: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: WP72%20ZBO
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP72%2520ZBO%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for WP72%20ZBO: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: AY66%20KUP
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AY66%2520KUP%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for AY66%20KUP: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: KM19%20WYY
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM19%2520WYY%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for KM19%20WYY: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: WG69%20OKP
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG69%2520OKP%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for WG69%20OKP: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: WN24%20VML
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN24%2520VML%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for WN24%20VML: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: CA74%20HFP
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA74%2520HFP%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for CA74%20HFP: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: FL22%20DXC
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL22%2520DXC%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for FL22%20DXC: 0
2026-03-29 11:11:13 [bca.uk] INFO: Found listing with ID: LO23%20MGV
2026-03-29 11:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO23%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 11:11:13 [bca.uk] INFO: Scrape type for LO23%20MGV: 0
2026-03-29 11:11:13 [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-29 11:11:13 [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-29 11:11:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:27 [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-29 11:11:27 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:27 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded
2026-03-29 11:11:27 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:27 [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-29 11:11:27 [bca.uk] INFO: Found listing with ID: RA70%20BYN
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA70%2520BYN%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for RA70%20BYN: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: MH72%20CBU
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CBU%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for MH72%20CBU: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: GJ22%20EPF
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [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-29 11:11:27 [bca.uk] INFO: Scrape type for GJ22%20EPF: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: LS74%20FOP
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520FOP%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for LS74%20FOP: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: MA23%20OHR
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520OHR%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for MA23%20OHR: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: RO69%20NWG
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520NWG%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for RO69%20NWG: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: CA72%20AUT
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for CA72%20AUT: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: FL71%20JOU
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [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-29 11:11:27 [bca.uk] INFO: Scrape type for FL71%20JOU: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: GJ23%20WEV
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520WEV%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for GJ23%20WEV: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: VE71%20ZFR
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520ZFR%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for VE71%20ZFR: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: YGZ%208440
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [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-29 11:11:27 [bca.uk] INFO: Scrape type for YGZ%208440: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: AF22%20DJU
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520DJU%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for AF22%20DJU: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: DS23%20APF
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APF%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for DS23%20APF: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: DY72%20XSA
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520XSA%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for DY72%20XSA: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: MV23%20PAO
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for MV23%20PAO: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: PG04%20HLN
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG04%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for PG04%20HLN: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: OV21%20NMJ
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for OV21%20NMJ: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: OV23%20MYM
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [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-29 11:11:27 [bca.uk] INFO: Scrape type for OV23%20MYM: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: YM21%20VTU
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520VTU%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for YM21%20VTU: 0
2026-03-29 11:11:27 [bca.uk] INFO: Found listing with ID: YR70%20FWZ
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:27 [bca.uk] INFO: Scrape type for YR70%20FWZ: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: DL22%20OCV
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL22%2520OCV%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for DL22%20OCV: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: EF72%20WBE
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF72%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for EF72%20WBE: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: EY69%20KKD
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY69%2520KKD%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for EY69%20KKD: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: FH70%20GYA
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FH70%2520GYA%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for FH70%20GYA: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: LM71%20AWG
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM71%2520AWG%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for LM71%20AWG: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: LS23%20KND
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS23%2520KND%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for LS23%20KND: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: AU22%20UNH
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AU22%2520UNH%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for AU22%20UNH: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: CA72%20UMH
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA72%2520UMH%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for CA72%20UMH: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: GL73%20UUB
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL73%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for GL73%20UUB: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: CF17%20LFL
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF17%2520LFL%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for CF17%20LFL: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: WV23%20YCG
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520YCG%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for WV23%20YCG: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: WV23%20YED
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520YED%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for WV23%20YED: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: DL24%20OPV
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL24%2520OPV%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for DL24%20OPV: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: LO21%20EFG
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO21%2520EFG%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for LO21%20EFG: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: KY22%20JVH
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY22%2520JVH%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for KY22%20JVH: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: RO73%20JYJ
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO73%2520JYJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for RO73%20JYJ: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: Y37%20XEB
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27Y37%2520XEB%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for Y37%20XEB: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: LF64%20ZXO
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF64%2520ZXO%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for LF64%20ZXO: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: YA71%20HFJ
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA71%2520HFJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for YA71%20HFJ: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: PX22%20OLO
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX22%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for PX22%20OLO: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: HG22%20AZJ
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG22%2520AZJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for HG22%20AZJ: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: LC20%20HCL
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC20%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for LC20%20HCL: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: RE23%20FJD
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE23%2520FJD%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for RE23%20FJD: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: VO67%20NNX
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO67%2520NNX%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for VO67%20NNX: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: WD69%20HTP
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD69%2520HTP%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for WD69%20HTP: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: EG68%20JJZ
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EG68%2520JJZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for EG68%20JJZ: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: FL22%20ANV
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL22%2520ANV%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for FL22%20ANV: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: WF06%20XNY
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF06%2520XNY%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for WF06%20XNY: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: YR72%20WUA
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR72%2520WUA%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for YR72%20WUA: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: DV22%20OHJ
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV22%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for DV22%20OHJ: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: MM22%20ZFU
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM22%2520ZFU%27 HTTP/1.1" 200 None
2026-03-29 11:11:28 [bca.uk] INFO: Scrape type for MM22%20ZFU: 0
2026-03-29 11:11:28 [bca.uk] INFO: Found listing with ID: LM65%20BEY
2026-03-29 11:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM65%2520BEY%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LM65%20BEY: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: DP68%20HVM
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP68%2520HVM%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for DP68%20HVM: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: RE22%20DDU
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE22%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for RE22%20DDU: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: BX72%20XSR
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX72%2520XSR%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for BX72%20XSR: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: YR22%20PVT
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR22%2520PVT%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for YR22%20PVT: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: YG15%20EEY
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG15%2520EEY%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for YG15%20EEY: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: MA23%20VFZ
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA23%2520VFZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for MA23%20VFZ: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: MF22%20SZU
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF22%2520SZU%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for MF22%20SZU: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: BL21%20UCV
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL21%2520UCV%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for BL21%20UCV: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: DL70%20JYH
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL70%2520JYH%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for DL70%20JYH: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: DE24%20UUP
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE24%2520UUP%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for DE24%20UUP: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LT68%20FXH
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LT68%20FXH: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: RO72%20LVF
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO72%2520LVF%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for RO72%20LVF: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: NL69%20OLK
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL69%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for NL69%20OLK: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LS72%20OLW
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS72%2520OLW%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LS72%20OLW: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: SN72%20GZX
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN72%2520GZX%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for SN72%20GZX: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: YB21%20WUC
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB21%2520WUC%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for YB21%20WUC: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: YG16%20YSS
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG16%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for YG16%20YSS: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: SO15%20OPN
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SO15%2520OPN%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for SO15%20OPN: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LR20%20LWJ
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR20%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LR20%20LWJ: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: GU66%20AVR
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU66%2520AVR%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for GU66%20AVR: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: HV65%20TYB
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV65%2520TYB%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for HV65%20TYB: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LO21%20AUE
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO21%2520AUE%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LO21%20AUE: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: FJ57%20ATF
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FJ57%2520ATF%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for FJ57%20ATF: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: KS65%20MTJ
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS65%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for KS65%20MTJ: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: YR68%20OEH
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR68%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for YR68%20OEH: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LJ20%20OWB
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ20%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LJ20%20OWB: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: ST12%20EDP
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST12%2520EDP%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for ST12%20EDP: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: GT08%20SPY
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GT08%2520SPY%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for GT08%20SPY: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: PF13%20UHO
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF13%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for PF13%20UHO: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: KM17%20KKF
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM17%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for KM17%20KKF: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LB08%20ECA
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB08%2520ECA%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LB08%20ECA: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: EF70%20CXX
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF70%2520CXX%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for EF70%20CXX: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: RF71%20AEP
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF71%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for RF71%20AEP: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: DKZ%20133
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DKZ%2520133%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for DKZ%20133: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LT24%20HBY
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT24%2520HBY%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LT24%20HBY: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: AM65%20KAR
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AM65%2520KAR%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for AM65%20KAR: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: LT74%20FZJ
2026-03-29 11:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT74%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:29 [bca.uk] INFO: Scrape type for LT74%20FZJ: 0
2026-03-29 11:11:29 [bca.uk] INFO: Found listing with ID: YR23%20WZO
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR23%2520WZO%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for YR23%20WZO: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: LT09%20KBU
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT09%2520KBU%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for LT09%20KBU: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: SD14%20DZH
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD14%2520DZH%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for SD14%20DZH: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: BK64%20KVG
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK64%2520KVG%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for BK64%20KVG: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: WF12%20XNJ
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF12%2520XNJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for WF12%20XNJ: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: HJ73%20URE
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ73%2520URE%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for HJ73%20URE: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: AV65%20ZLK
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV65%2520ZLK%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for AV65%20ZLK: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: GU10%20GKA
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU10%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for GU10%20GKA: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: WN22%20WPJ
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN22%2520WPJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for WN22%20WPJ: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: WM14%20PDY
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM14%2520PDY%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for WM14%20PDY: 0
2026-03-29 11:11:30 [bca.uk] INFO: Found listing with ID: YA11%20KXE
2026-03-29 11:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA11%2520KXE%27 HTTP/1.1" 200 None
2026-03-29 11:11:30 [bca.uk] INFO: Scrape type for YA11%20KXE: 0
2026-03-29 11:11:30 [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-29 11:11:30 [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-29 11: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-29 11:11:31 [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-29 11:11:31 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded
2026-03-29 11:11:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:31 [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-29 11:11:31 [bca.uk] INFO: Found listing with ID: BK14%20FYL
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK14%2520FYL%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for BK14%20FYL: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: GK62%20PZS
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK62%2520PZS%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for GK62%20PZS: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: LK13%20VNL
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK13%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for LK13%20VNL: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: OE03%20OHV
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE03%2520OHV%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for OE03%20OHV: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: OY16%20BTX
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY16%2520BTX%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for OY16%20BTX: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: RJ16%20DYF
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ16%2520DYF%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for RJ16%20DYF: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: RV11%20MXY
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for RV11%20MXY: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: WM14%20HBK
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM14%2520HBK%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for WM14%20HBK: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: VE22%20FKB
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE22%2520FKB%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for VE22%20FKB: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: RF17%20FMX
2026-03-29 11:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF17%2520FMX%27 HTTP/1.1" 200 None
2026-03-29 11:11:31 [bca.uk] INFO: Scrape type for RF17%20FMX: 0
2026-03-29 11:11:31 [bca.uk] INFO: Found listing with ID: VO23%20PXF
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO23%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for VO23%20PXF: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: OU15%20RWZ
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU15%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for OU15%20RWZ: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: YT62%20VUV
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT62%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for YT62%20VUV: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: RO22%20AMK
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO22%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for RO22%20AMK: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: LT65%20ANU
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT65%2520ANU%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for LT65%20ANU: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: LL71%20GTF
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL71%2520GTF%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for LL71%20GTF: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: OE25%20HUV
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE25%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for OE25%20HUV: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: RV75%20YJL
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV75%2520YJL%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for RV75%20YJL: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: MK62%20YWB
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK62%2520YWB%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for MK62%20YWB: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: SV17%20YJJ
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SV17%2520YJJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for SV17%20YJJ: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: DA22%20BSU
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA22%2520BSU%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for DA22%20BSU: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: HL19%20YRV
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HL19%2520YRV%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for HL19%20YRV: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: KN25%20NHY
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN25%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for KN25%20NHY: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: LA71%20ZAZ
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA71%2520ZAZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for LA71%20ZAZ: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: LB72%20ENL
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB72%2520ENL%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for LB72%20ENL: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: MM22%20WHU
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM22%2520WHU%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for MM22%20WHU: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: SJ75%20HEU
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ75%2520HEU%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for SJ75%20HEU: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: WP25%20CFV
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP25%2520CFV%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for WP25%20CFV: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: ST20%20RXP
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST20%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for ST20%20RXP: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: DP19%20UYE
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP19%2520UYE%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for DP19%20UYE: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: HG59%20EGD
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG59%2520EGD%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for HG59%20EGD: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: AJ12%20EAC
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ12%2520EAC%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for AJ12%20EAC: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: GJ12%20EKW
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ12%2520EKW%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for GJ12%20EKW: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: GV11%20EZZ
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV11%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for GV11%20EZZ: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: YE14%20BUA
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE14%2520BUA%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for YE14%20BUA: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: BW15%20PUE
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BW15%2520PUE%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for BW15%20PUE: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: DS69%20HJY
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS69%2520HJY%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for DS69%20HJY: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: DU11%20DXO
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU11%2520DXO%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for DU11%20DXO: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: LB70%20OVU
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB70%2520OVU%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for LB70%20OVU: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: LK23%20NAO
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK23%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for LK23%20NAO: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: MD70%20CUY
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD70%2520CUY%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for MD70%20CUY: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: ME19%20TZN
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ME19%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for ME19%20TZN: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: MJ20%20GMV
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ20%2520GMV%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for MJ20%20GMV: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: WP59%20WCD
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP59%2520WCD%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for WP59%20WCD: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: YK17%20XEV
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK17%2520XEV%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for YK17%20XEV: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: CE67%20HJV
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE67%2520HJV%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for CE67%20HJV: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: CF15%20PZY
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF15%2520PZY%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for CF15%20PZY: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: CF68%20XZU
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF68%2520XZU%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for CF68%20XZU: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: CJ22%20FGE
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ22%2520FGE%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for CJ22%20FGE: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: CV14%20LNR
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV14%2520LNR%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for CV14%20LNR: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: CV72%20KHJ
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV72%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for CV72%20KHJ: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: FY73%20TXN
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY73%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for FY73%20TXN: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: GN13%20WMW
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN13%2520WMW%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for GN13%20WMW: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: HN65%20MEU
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN65%2520MEU%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for HN65%20MEU: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: HX67%20SXF
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX67%2520SXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for HX67%20SXF: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: KW67%20KHT
2026-03-29 11:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW67%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 11:11:32 [bca.uk] INFO: Scrape type for KW67%20KHT: 0
2026-03-29 11:11:32 [bca.uk] INFO: Found listing with ID: DY13%20GYS
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY13%2520GYS%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for DY13%20GYS: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: AF18%20UGN
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF18%2520UGN%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for AF18%20UGN: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: YG21%20NPZ
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG21%2520NPZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for YG21%20NPZ: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: HG18%20AVU
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG18%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for HG18%20AVU: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: GD65%20KZY
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD65%2520KZY%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for GD65%20KZY: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: WM19%20HUV
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM19%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for WM19%20HUV: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: WR70%20CFL
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR70%2520CFL%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for WR70%20CFL: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: YF23%20KWB
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF23%2520KWB%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for YF23%20KWB: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: DC73%20MYU
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC73%2520MYU%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for DC73%20MYU: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: LJ69%20ZCL
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ69%2520ZCL%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for LJ69%20ZCL: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: LS65%20AEY
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS65%2520AEY%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for LS65%20AEY: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: OE20%20FPO
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE20%2520FPO%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for OE20%20FPO: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: PF68%20OZD
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF68%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for PF68%20OZD: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: WL63%20BNY
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WL63%2520BNY%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for WL63%20BNY: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: WN56%20WWK
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN56%2520WWK%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for WN56%20WWK: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: YC70%20CCJ
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC70%2520CCJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for YC70%20CCJ: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: EX69%20GCV
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX69%2520GCV%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for EX69%20GCV: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: SW67%20OGP
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW67%2520OGP%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for SW67%20OGP: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: BK25%20PZS
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK25%2520PZS%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for BK25%20PZS: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: BN25%20XWD
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN25%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for BN25%20XWD: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: BN25%20YFM
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN25%2520YFM%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for BN25%20YFM: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: BP71%20FXE
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP71%2520FXE%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for BP71%20FXE: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: LM24%20ETV
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM24%2520ETV%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for LM24%20ETV: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: VO24%20ZGR
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO24%2520ZGR%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for VO24%20ZGR: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: BK25%20HMZ
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK25%2520HMZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for BK25%20HMZ: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: HJ63%20DWX
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ63%2520DWX%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for HJ63%20DWX: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: WD74%20GWP
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD74%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for WD74%20GWP: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: FE23%20EFH
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE23%2520EFH%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for FE23%20EFH: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: RE72%20NLT
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE72%2520NLT%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for RE72%20NLT: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: SF08%20YGT
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF08%2520YGT%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for SF08%20YGT: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: DY74%20XDX
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY74%2520XDX%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for DY74%20XDX: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: YY73%20XJU
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for YY73%20XJU: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: FM24%20YPU
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FM24%2520YPU%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for FM24%20YPU: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: SD70%20WDE
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD70%2520WDE%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for SD70%20WDE: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: GX16%20BYW
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX16%2520BYW%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for GX16%20BYW: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: KD15%20EHO
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KD15%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for KD15%20EHO: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: MV61%20YKG
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV61%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for MV61%20YKG: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: YM65%20RVC
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM65%2520RVC%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for YM65%20RVC: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: FA17%20AYV
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FA17%2520AYV%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for FA17%20AYV: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: GF60%20CXD
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF60%2520CXD%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for GF60%20CXD: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: WO24%20OCH
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WO24%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for WO24%20OCH: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: VE73%20PXF
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE73%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for VE73%20PXF: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: NG72%20GVE
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG72%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for NG72%20GVE: 0
2026-03-29 11:11:33 [bca.uk] INFO: Found listing with ID: ND72%20VRG
2026-03-29 11:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND72%2520VRG%27 HTTP/1.1" 200 None
2026-03-29 11:11:33 [bca.uk] INFO: Scrape type for ND72%20VRG: 0
2026-03-29 11:11:33 [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-29 11:11:33 [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-29 11:11:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:36 [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-29 11:11:36 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded
2026-03-29 11:11:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:36 [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-29 11:11:36 [bca.uk] INFO: Found listing with ID: YP23%20BXD
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP23%2520BXD%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for YP23%20BXD: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: ND72%20RXP
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for ND72%20RXP: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: VK22%20OVX
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520OVX%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for VK22%20OVX: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: ND72%20MWX
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MWX%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for ND72%20MWX: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: HV24%20VKW
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520VKW%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for HV24%20VKW: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: ND72%20MJK
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MJK%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for ND72%20MJK: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: DF71%20OEZ
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520OEZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for DF71%20OEZ: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: AJ73%20TUH
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520TUH%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for AJ73%20TUH: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: NL22%20LHD
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520LHD%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for NL22%20LHD: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: WV18%20HCL
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for WV18%20HCL: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: CA15%20ELL
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA15%2520ELL%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for CA15%20ELL: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: DF20%20ARX
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF20%2520ARX%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for DF20%20ARX: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: NG17%20GFX
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520GFX%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for NG17%20GFX: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: WF61%20VYN
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [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-29 11:11:36 [bca.uk] INFO: Scrape type for WF61%20VYN: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: NA23%20XUN
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520XUN%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for NA23%20XUN: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: AJ71%20PVP
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520PVP%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for AJ71%20PVP: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: KV63%20PZD
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [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-29 11:11:36 [bca.uk] INFO: Scrape type for KV63%20PZD: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: BN64%20WYM
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520WYM%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for BN64%20WYM: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: DS68%20NWM
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520NWM%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for DS68%20NWM: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: YF20%20TPY
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520TPY%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for YF20%20TPY: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: KE73%20EOH
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520EOH%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for KE73%20EOH: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: NA20%20NDX
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NDX%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for NA20%20NDX: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: LO21%20EFD
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for LO21%20EFD: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: MJ66%20ZDL
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ66%2520ZDL%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for MJ66%20ZDL: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: RV09%20HFG
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [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-29 11:11:36 [bca.uk] INFO: Scrape type for RV09%20HFG: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: RE24%20JZO
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [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-29 11:11:36 [bca.uk] INFO: Scrape type for RE24%20JZO: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: MA64%20NDL
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA64%2520NDL%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for MA64%20NDL: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: KL68%20EHU
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL68%2520EHU%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for KL68%20EHU: 0
2026-03-29 11:11:36 [bca.uk] INFO: Found listing with ID: HG22%20FBD
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520FBD%27 HTTP/1.1" 200 None
2026-03-29 11:11:36 [bca.uk] INFO: Scrape type for HG22%20FBD: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: BL21%20UGV
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UGV%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for BL21%20UGV: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: BX69%20YVE
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520YVE%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for BX69%20YVE: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: LJ74%20TZT
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ74%2520TZT%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for LJ74%20TZT: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: YP16%20VJD
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520VJD%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for YP16%20VJD: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: WH21%20SOE
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520SOE%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for WH21%20SOE: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: YL17%20CXP
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for YL17%20CXP: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: EA68%20BNF
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520BNF%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for EA68%20BNF: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: DA73%20ZHL
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520ZHL%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for DA73%20ZHL: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: BK22%20PWJ
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for BK22%20PWJ: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: BU72%20XTD
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XTD%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for BU72%20XTD: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: WA64%20ZFT
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [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-29 11:11:37 [bca.uk] INFO: Scrape type for WA64%20ZFT: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: OV19%20XON
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520XON%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for OV19%20XON: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: WN14%20WXE
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520WXE%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for WN14%20WXE: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: MF64%20ZBC
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZBC%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for MF64%20ZBC: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: HX24%20UMR
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for HX24%20UMR: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: WV61%20CLU
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV61%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for WV61%20CLU: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: BF73%20ATK
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF73%2520ATK%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for BF73%20ATK: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: VX66%20ORY
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520ORY%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for VX66%20ORY: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: NJ18%20BWP
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for NJ18%20BWP: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: VK17%20YZN
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [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-29 11:11:37 [bca.uk] INFO: Scrape type for VK17%20YZN: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: WT17%20VHG
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for WT17%20VHG: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: DY73%20WKE
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520WKE%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for DY73%20WKE: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: LD03%20JVY
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [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-29 11:11:37 [bca.uk] INFO: Scrape type for LD03%20JVY: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: LG61%20YAY
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YAY%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for LG61%20YAY: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: DN75%20JVD
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [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-29 11:11:37 [bca.uk] INFO: Scrape type for DN75%20JVD: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: HIG%201047
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HIG%25201047%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for HIG%201047: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: HT71%20LXK
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for HT71%20LXK: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: KN73%20OYO
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520OYO%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for KN73%20OYO: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: KN75%20AXF
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for KN75%20AXF: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: KN75%20BJO
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for KN75%20BJO: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: KT23%20MJY
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT23%2520MJY%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for KT23%20MJY: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: HK73%20YBS
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520YBS%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for HK73%20YBS: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: KY23%20LWF
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWF%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for KY23%20LWF: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: KY23%20LWG
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [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-29 11:11:37 [bca.uk] INFO: Scrape type for KY23%20LWG: 0
2026-03-29 11:11:37 [bca.uk] INFO: Found listing with ID: LG69%20RDZ
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:37 [bca.uk] INFO: Scrape type for LG69%20RDZ: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: LL22%20LHT
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL22%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for LL22%20LHT: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: PK67%20EHF
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK67%2520EHF%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for PK67%20EHF: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: YB66%20FHO
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB66%2520FHO%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for YB66%20FHO: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: BK23%20FRN
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK23%2520FRN%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for BK23%20FRN: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: NL65%20EDJ
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL65%2520EDJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for NL65%20EDJ: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: EK71%20CNY
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK71%2520CNY%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for EK71%20CNY: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: OY08%20AEB
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY08%2520AEB%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for OY08%20AEB: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: CJ73%20WEP
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ73%2520WEP%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for CJ73%20WEP: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: DS68%20HHV
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS68%2520HHV%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for DS68%20HHV: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: GU70%20PGO
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU70%2520PGO%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for GU70%20PGO: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: CV64%20HJX
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV64%2520HJX%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for CV64%20HJX: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: RJ22%20FLA
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ22%2520FLA%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for RJ22%20FLA: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: NL61%20GXK
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL61%2520GXK%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for NL61%20GXK: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: DV19%20WPO
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV19%2520WPO%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for DV19%20WPO: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: FD72%20PVN
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD72%2520PVN%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for FD72%20PVN: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: EN15%20YKO
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN15%2520YKO%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for EN15%20YKO: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: KR62%20YRJ
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR62%2520YRJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for KR62%20YRJ: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: EA68%20ONF
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA68%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for EA68%20ONF: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: MJ21%20XRH
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ21%2520XRH%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for MJ21%20XRH: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: GJ68%20TGY
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ68%2520TGY%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for GJ68%20TGY: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: KN62%20YUJ
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN62%2520YUJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for KN62%20YUJ: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: FE22%20UXA
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE22%2520UXA%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for FE22%20UXA: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: KM63%20KZH
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM63%2520KZH%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for KM63%20KZH: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: EK23%20AYG
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK23%2520AYG%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for EK23%20AYG: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: BF72%20CVV
2026-03-29 11:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF72%2520CVV%27 HTTP/1.1" 200 None
2026-03-29 11:11:38 [bca.uk] INFO: Scrape type for BF72%20CVV: 0
2026-03-29 11:11:38 [bca.uk] INFO: Found listing with ID: YB71%20XEO
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB71%2520XEO%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for YB71%20XEO: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: EK22%20WFP
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK22%2520WFP%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for EK22%20WFP: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: UIG%206005
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27UIG%25206005%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for UIG%206005: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: FL71%20TOJ
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL71%2520TOJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for FL71%20TOJ: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: SP19%20UYU
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP19%2520UYU%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for SP19%20UYU: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: SJ70%20DJD
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ70%2520DJD%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for SJ70%20DJD: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: PY72%20DHK
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PY72%2520DHK%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for PY72%20DHK: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: BU21%20SXJ
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU21%2520SXJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for BU21%20SXJ: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: OV69%20EBD
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV69%2520EBD%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for OV69%20EBD: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: DA68%20HXH
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA68%2520HXH%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for DA68%20HXH: 0
2026-03-29 11:11:39 [bca.uk] INFO: Found listing with ID: DL23%20ZJK
2026-03-29 11:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL23%2520ZJK%27 HTTP/1.1" 200 None
2026-03-29 11:11:39 [bca.uk] INFO: Scrape type for DL23%20ZJK: 0
2026-03-29 11:11:39 [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-29 11:11:39 [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-29 11: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-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded
2026-03-29 11:11:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Found listing with ID: VU21%20TNK
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520TNK%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for VU21%20TNK: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: NX22%20OCA
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for NX22%20OCA: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: NC72%20JWW
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC72%2520JWW%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for NC72%20JWW: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: NA68%20LVX
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LVX%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for NA68%20LVX: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: KU69%20WHE
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520WHE%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for KU69%20WHE: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: PF21%20LJL
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520LJL%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for PF21%20LJL: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: EK58%20MYO
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for EK58%20MYO: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: LX18%20ZWW
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX18%2520ZWW%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for LX18%20ZWW: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: EK08%20WXH
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520WXH%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for EK08%20WXH: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: SW72%20OSK
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW72%2520OSK%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for SW72%20OSK: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: ST72%20BBZ
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520BBZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for ST72%20BBZ: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: PY20%20HJO
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520HJO%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for PY20%20HJO: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: PH53%20HHS
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH53%2520HHS%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for PH53%20HHS: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: PK67%20WNA
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520WNA%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for PK67%20WNA: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: KS69%20EBP
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520EBP%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for KS69%20EBP: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: BJ11%20YJY
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ11%2520YJY%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for BJ11%20YJY: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: HJ19%20DCZ
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ19%2520DCZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for HJ19%20DCZ: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: FM68%20PVV
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM68%2520PVV%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for FM68%20PVV: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: PJ73%20HFG
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520HFG%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for PJ73%20HFG: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: SO18%20MKK
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MKK%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for SO18%20MKK: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: RF68%20ZDJ
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520ZDJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for RF68%20ZDJ: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: OW68%20YKX
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520YKX%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for OW68%20YKX: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: PJ64%20YVN
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520YVN%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for PJ64%20YVN: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: MK68%20BWL
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWL%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for MK68%20BWL: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: LL19%20PXX
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520PXX%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for LL19%20PXX: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: LC72%20OYD
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OYD%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for LC72%20OYD: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: NJ62%20UJD
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520UJD%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for NJ62%20UJD: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: KO68%20AFJ
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AFJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for KO68%20AFJ: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: GY22%20JHU
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520JHU%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for GY22%20JHU: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: MK19%20OLH
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK19%2520OLH%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for MK19%20OLH: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: GN20%20WMG
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WMG%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for GN20%20WMG: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: GF68%20OLA
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for GF68%20OLA: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: AF58%20XDR
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Scrape type for AF58%20XDR: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: SD65%20BYK
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Scrape type for SD65%20BYK: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: SP16%20HHM
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Scrape type for SP16%20HHM: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: SP16%20MZO
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Scrape type for SP16%20MZO: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: ST17%20ZVZ
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZVZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for ST17%20ZVZ: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: ST59%20UXJ
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Scrape type for ST59%20UXJ: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: ST62%20GMY
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [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-29 11:11:42 [bca.uk] INFO: Scrape type for ST62%20GMY: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: SY13%20LWN
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520LWN%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for SY13%20LWN: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: AE22%20RZB
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520RZB%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for AE22%20RZB: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: DS24%20ULX
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULX%27 HTTP/1.1" 200 None
2026-03-29 11:11:42 [bca.uk] INFO: Scrape type for DS24%20ULX: 0
2026-03-29 11:11:42 [bca.uk] INFO: Found listing with ID: DT73%20BFN
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DT73%2520BFN%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for DT73%20BFN: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: DV24%20WAJ
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV24%2520WAJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for DV24%20WAJ: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: KF23%20VZG
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF23%2520VZG%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for KF23%20VZG: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: KV68%20PHU
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV68%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for KV68%20PHU: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: YE69%20UZW
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE69%2520UZW%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for YE69%20UZW: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WR19%20HNA
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR19%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WR19%20HNA: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: LT68%20MLZ
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT68%2520MLZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for LT68%20MLZ: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: YB12%20ATU
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB12%2520ATU%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for YB12%20ATU: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: LR20%20KWF
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR20%2520KWF%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for LR20%20KWF: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: KY73%20ATX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY73%2520ATX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for KY73%20ATX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: FL19%20DVF
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL19%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for FL19%20DVF: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: NL23%20WUR
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL23%2520WUR%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for NL23%20WUR: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: EY22%20KWX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY22%2520KWX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for EY22%20KWX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: EU17%20RBY
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU17%2520RBY%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for EU17%20RBY: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: EN22%20DRX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN22%2520DRX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for EN22%20DRX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: AF69%20FCP
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF69%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for AF69%20FCP: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: FE23%20TRX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE23%2520TRX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for FE23%20TRX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: LF16%20UZY
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF16%2520UZY%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for LF16%20UZY: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: OV12%20AEN
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV12%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for OV12%20AEN: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: RA66%20UPX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RA66%2520UPX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for RA66%20UPX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: RE68%20ECJ
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE68%2520ECJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for RE68%20ECJ: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: S6%20HXF
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27S6%2520HXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for S6%20HXF: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: VE71%20LYK
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE71%2520LYK%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for VE71%20LYK: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WN69%20KKH
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN69%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WN69%20KKH: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WP65%20AOT
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP65%2520AOT%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WP65%20AOT: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WR64%20VZJ
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR64%2520VZJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WR64%20VZJ: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WU22%20JXA
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU22%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WU22%20JXA: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: BX14%20XGB
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX14%2520XGB%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for BX14%20XGB: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: DL66%20JWY
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL66%2520JWY%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for DL66%20JWY: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: EU67%20ZKA
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for EU67%20ZKA: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: EW19%20FOC
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EW19%2520FOC%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for EW19%20FOC: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: FN18%20YMZ
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for FN18%20YMZ: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: HG67%20UFV
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG67%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for HG67%20UFV: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: KM64%20VPG
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM64%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for KM64%20VPG: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: LS24%20JXF
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS24%2520JXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for LS24%20JXF: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: MM72%20XPR
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM72%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for MM72%20XPR: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WG24%20TUV
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG24%2520TUV%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WG24%20TUV: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: HJ73%20OWV
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ73%2520OWV%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for HJ73%20OWV: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: HX74%20PHY
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX74%2520PHY%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for HX74%20PHY: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: DL24%20OOX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL24%2520OOX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for DL24%20OOX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: DS24%20ULU
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS24%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for DS24%20ULU: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: CE64%20LHN
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE64%2520LHN%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for CE64%20LHN: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: VE59%20LZX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE59%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for VE59%20LZX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WL07%20KFX
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WL07%2520KFX%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WL07%20KFX: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: NU20%20OJZ
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for NU20%20OJZ: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: RF16%20HDG
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF16%2520HDG%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for RF16%20HDG: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: WV63%20NDU
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV63%2520NDU%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for WV63%20NDU: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: BJ71%20XEE
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ71%2520XEE%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for BJ71%20XEE: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: BT72%20YFL
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT72%2520YFL%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for BT72%20YFL: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: BX72%20SOA
2026-03-29 11:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX72%2520SOA%27 HTTP/1.1" 200 None
2026-03-29 11:11:43 [bca.uk] INFO: Scrape type for BX72%20SOA: 0
2026-03-29 11:11:43 [bca.uk] INFO: Found listing with ID: DL73%20LFK
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL73%2520LFK%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for DL73%20LFK: 0
2026-03-29 11:11:44 [bca.uk] INFO: Found listing with ID: DL73%20LSX
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL73%2520LSX%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for DL73%20LSX: 0
2026-03-29 11:11:44 [bca.uk] INFO: Found listing with ID: DN25%20TXB
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN25%2520TXB%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for DN25%20TXB: 0
2026-03-29 11:11:44 [bca.uk] INFO: Found listing with ID: GD23%20NXE
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD23%2520NXE%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for GD23%20NXE: 0
2026-03-29 11:11:44 [bca.uk] INFO: Found listing with ID: GU23%20VMV
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU23%2520VMV%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for GU23%20VMV: 0
2026-03-29 11:11:44 [bca.uk] INFO: Found listing with ID: KE73%20ZLV
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE73%2520ZLV%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for KE73%20ZLV: 0
2026-03-29 11:11:44 [bca.uk] INFO: Found listing with ID: LF23%20RSM
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF23%2520RSM%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for LF23%20RSM: 0
2026-03-29 11:11:44 [bca.uk] INFO: Found listing with ID: LO74%20YKP
2026-03-29 11:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO74%2520YKP%27 HTTP/1.1" 200 None
2026-03-29 11:11:44 [bca.uk] INFO: Scrape type for LO74%20YKP: 0
2026-03-29 11:11:44 [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-29 11:11:44 [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-29 11:11:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:46 [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-29 11:11:46 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded
2026-03-29 11:11:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:46 [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-29 11:11:46 [bca.uk] INFO: Found listing with ID: VA73%20BBJ
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA73%2520BBJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for VA73%20BBJ: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: WD72%20GOK
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD72%2520GOK%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for WD72%20GOK: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: WV74%20NYF
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV74%2520NYF%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for WV74%20NYF: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: YJ73%20WVG
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ73%2520WVG%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for YJ73%20WVG: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: AF73%20FDG
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF73%2520FDG%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for AF73%20FDG: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: BP23%20OXE
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP23%2520OXE%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for BP23%20OXE: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: DL74%20WSX
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL74%2520WSX%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for DL74%20WSX: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: DP74%20RXJ
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP74%2520RXJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for DP74%20RXJ: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: DV24%20JXF
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV24%2520JXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for DV24%20JXF: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: DV24%20KFY
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV24%2520KFY%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for DV24%20KFY: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: FN72%20OEE
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN72%2520OEE%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for FN72%20OEE: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: FV72%20NMZ
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV72%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for FV72%20NMZ: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: FV72%20UEH
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV72%2520UEH%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for FV72%20UEH: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: MJ74%20HCK
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ74%2520HCK%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for MJ74%20HCK: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: ML74%20XNP
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML74%2520XNP%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for ML74%20XNP: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: ML74%20XNR
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML74%2520XNR%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for ML74%20XNR: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: MW23%20LTA
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW23%2520LTA%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for MW23%20LTA: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: RJ73%20HUP
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ73%2520HUP%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for RJ73%20HUP: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: WR74%20UBG
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR74%2520UBG%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for WR74%20UBG: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: MK21%20YWO
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK21%2520YWO%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for MK21%20YWO: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: RJ71%20VBU
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ71%2520VBU%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for RJ71%20VBU: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: KW70%20KJF
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW70%2520KJF%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for KW70%20KJF: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: LL19%20HLZ
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL19%2520HLZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for LL19%20HLZ: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: DV25%20OFL
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV25%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for DV25%20OFL: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: KR23%20TVT
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR23%2520TVT%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for KR23%20TVT: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: LP71%20KFO
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP71%2520KFO%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for LP71%20KFO: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: MV70%20UDN
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV70%2520UDN%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for MV70%20UDN: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: OW72%20HZA
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW72%2520HZA%27 HTTP/1.1" 200 None
2026-03-29 11:11:46 [bca.uk] INFO: Scrape type for OW72%20HZA: 0
2026-03-29 11:11:46 [bca.uk] INFO: Found listing with ID: RE23%20FZR
2026-03-29 11:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE23%2520FZR%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for RE23%20FZR: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: RE72%20FMA
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE72%2520FMA%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for RE72%20FMA: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: RJ23%20EFO
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ23%2520EFO%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for RJ23%20EFO: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: RJ23%20VPP
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ23%2520VPP%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for RJ23%20VPP: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: BJ23%20NPZ
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ23%2520NPZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for BJ23%20NPZ: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: MA18%20XAV
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA18%2520XAV%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for MA18%20XAV: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: HV23%20ZBJ
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV23%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for HV23%20ZBJ: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: KM71%20VHH
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM71%2520VHH%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for KM71%20VHH: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: LD66%20KNU
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD66%2520KNU%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for LD66%20KNU: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: KR69%20XGT
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR69%2520XGT%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for KR69%20XGT: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: PJ21%20LPF
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ21%2520LPF%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for PJ21%20LPF: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: MJ19%20YMY
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ19%2520YMY%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for MJ19%20YMY: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: DK18%20MWO
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK18%2520MWO%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for DK18%20MWO: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: M2%20CFL
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27M2%2520CFL%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for M2%20CFL: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: PO21%20ZDW
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO21%2520ZDW%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for PO21%20ZDW: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: PO21%20ZDP
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO21%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for PO21%20ZDP: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: DE14%20ARU
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE14%2520ARU%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for DE14%20ARU: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: PK20%20WGA
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK20%2520WGA%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for PK20%20WGA: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: CV11%20TXJ
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV11%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for CV11%20TXJ: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: PK20%20VKB
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK20%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for PK20%20VKB: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: DF19%20LHK
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF19%2520LHK%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for DF19%20LHK: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: LL74%20DLN
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL74%2520DLN%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for LL74%20DLN: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: WN65%20OEG
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN65%2520OEG%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for WN65%20OEG: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: YT68%20JKU
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT68%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for YT68%20JKU: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: WN14%20FCG
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN14%2520FCG%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for WN14%20FCG: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: RE12%20TFN
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE12%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for RE12%20TFN: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: BN25%20UTW
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN25%2520UTW%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for BN25%20UTW: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: KF73%20BYX
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF73%2520BYX%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for KF73%20BYX: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: LL74%20XTA
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL74%2520XTA%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for LL74%20XTA: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: MW74%20DVV
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW74%2520DVV%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for MW74%20DVV: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: VX24%20WKR
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX24%2520WKR%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for VX24%20WKR: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: LS59%20WNP
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS59%2520WNP%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for LS59%20WNP: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: WG73%20OAP
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG73%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for WG73%20OAP: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: YE72%20WSZ
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE72%2520WSZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for YE72%20WSZ: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: WN73%20CVF
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN73%2520CVF%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for WN73%20CVF: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: LG64%20SVT
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG64%2520SVT%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for LG64%20SVT: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: KS65%20LUJ
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS65%2520LUJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for KS65%20LUJ: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: HY59%20MHN
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY59%2520MHN%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for HY59%20MHN: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: BP73%20LPL
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP73%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for BP73%20LPL: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: GU25%20CYK
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU25%2520CYK%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for GU25%20CYK: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: GL69%20LKE
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL69%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for GL69%20LKE: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: EU16%20UEY
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU16%2520UEY%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for EU16%20UEY: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: GP25%20CFA
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP25%2520CFA%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for GP25%20CFA: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: EK67%20HHX
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK67%2520HHX%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for EK67%20HHX: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: WN24%20YMM
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN24%2520YMM%27 HTTP/1.1" 200 None
2026-03-29 11:11:47 [bca.uk] INFO: Scrape type for WN24%20YMM: 0
2026-03-29 11:11:47 [bca.uk] INFO: Found listing with ID: HV24%20LUO
2026-03-29 11:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV24%2520LUO%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for HV24%20LUO: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: EK66%20HSA
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK66%2520HSA%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for EK66%20HSA: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WN24%20JXA
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN24%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WN24%20JXA: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: DG09%20NKN
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG09%2520NKN%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for DG09%20NKN: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: LP67%20WFR
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP67%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for LP67%20WFR: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: BK63%20HUJ
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK63%2520HUJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for BK63%20HUJ: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WN25%20TFK
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN25%2520TFK%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WN25%20TFK: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: BP73%20HVS
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP73%2520HVS%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for BP73%20HVS: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: MK24%20YVZ
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK24%2520YVZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for MK24%20YVZ: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: VX24%20WFW
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX24%2520WFW%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for VX24%20WFW: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WR74%20YCH
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR74%2520YCH%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WR74%20YCH: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: YF23%20FZH
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF23%2520FZH%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for YF23%20FZH: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: YC67%20OMR
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC67%2520OMR%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for YC67%20OMR: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WR75%20UOJ
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR75%2520UOJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WR75%20UOJ: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: DV74%20ALU
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV74%2520ALU%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for DV74%20ALU: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: DY74%20XDV
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY74%2520XDV%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for DY74%20XDV: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: NG73%20YLM
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG73%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for NG73%20YLM: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WV73%20ZYN
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV73%2520ZYN%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WV73%20ZYN: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WR75%20CXT
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR75%2520CXT%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WR75%20CXT: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WR25%20NZX
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR25%2520NZX%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WR25%20NZX: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: BK73%20UUP
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK73%2520UUP%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for BK73%20UUP: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: NU71%20JWW
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU71%2520JWW%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for NU71%20JWW: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WO74%20DWW
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WO74%2520DWW%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WO74%20DWW: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WN74%20BVS
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN74%2520BVS%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WN74%20BVS: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: WN75%20BBJ
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN75%2520BBJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for WN75%20BBJ: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: OU65%20MVZ
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU65%2520MVZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for OU65%20MVZ: 0
2026-03-29 11:11:48 [bca.uk] INFO: Found listing with ID: YF72%20HXH
2026-03-29 11:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF72%2520HXH%27 HTTP/1.1" 200 None
2026-03-29 11:11:48 [bca.uk] INFO: Scrape type for YF72%20HXH: 0
2026-03-29 11:11:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:11:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:11:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:50 [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-29 11:11:50 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded
2026-03-29 11:11:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:50 [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-29 11:11:50 [bca.uk] INFO: Found listing with ID: OE21%20PVN
2026-03-29 11:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE21%2520PVN%27 HTTP/1.1" 200 None
2026-03-29 11:11:50 [bca.uk] INFO: Scrape type for OE21%20PVN: 0
2026-03-29 11:11:50 [bca.uk] INFO: Found listing with ID: LY63%20BRZ
2026-03-29 11:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY63%2520BRZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:50 [bca.uk] INFO: Scrape type for LY63%20BRZ: 0
2026-03-29 11:11:50 [bca.uk] INFO: Found listing with ID: VN68%20KOJ
2026-03-29 11:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN68%2520KOJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:50 [bca.uk] INFO: Scrape type for VN68%20KOJ: 0
2026-03-29 11:11:50 [bca.uk] INFO: Found listing with ID: KP72%20CZD
2026-03-29 11:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP72%2520CZD%27 HTTP/1.1" 200 None
2026-03-29 11:11:50 [bca.uk] INFO: Scrape type for KP72%20CZD: 0
2026-03-29 11:11:50 [bca.uk] INFO: Found listing with ID: AF70%20LXK
2026-03-29 11:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF70%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 11:11:50 [bca.uk] INFO: Scrape type for AF70%20LXK: 0
2026-03-29 11:11:50 [bca.uk] INFO: Found listing with ID: KF17%20FZC
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF17%2520FZC%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for KF17%20FZC: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: EX63%20ZNH
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX63%2520ZNH%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for EX63%20ZNH: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: EK15%20TZJ
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK15%2520TZJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for EK15%20TZJ: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: CY12%20KRJ
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CY12%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for CY12%20KRJ: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: CK11%20FHT
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK11%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for CK11%20FHT: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: AY19%20FOM
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AY19%2520FOM%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for AY19%20FOM: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: AX67%20DXM
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AX67%2520DXM%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for AX67%20DXM: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: P816%20SWC
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27P816%2520SWC%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for P816%20SWC: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: NV21%20ZXG
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV21%2520ZXG%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for NV21%20ZXG: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: CX18%20GGA
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX18%2520GGA%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for CX18%20GGA: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: AF21%20HMA
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF21%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for AF21%20HMA: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: CX15%20XTS
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX15%2520XTS%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for CX15%20XTS: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: BV69%20NWR
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV69%2520NWR%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for BV69%20NWR: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: KM73%20WAE
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM73%2520WAE%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for KM73%20WAE: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: NU20%20TVN
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU20%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for NU20%20TVN: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: KX22%20OCU
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX22%2520OCU%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for KX22%20OCU: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: OE67%20KWJ
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for OE67%20KWJ: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: ET66%20LPP
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ET66%2520LPP%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for ET66%20LPP: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LY70%20GCU
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY70%2520GCU%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LY70%20GCU: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LX67%20MWF
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX67%2520MWF%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LX67%20MWF: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LV64%20WLA
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV64%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LV64%20WLA: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LN18%20VST
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN18%2520VST%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LN18%20VST: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LF14%20OJP
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF14%2520OJP%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LF14%20OJP: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: BK62%20CYC
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK62%2520CYC%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for BK62%20CYC: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: MJ17%20EEV
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ17%2520EEV%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for MJ17%20EEV: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LD18%20OUB
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD18%2520OUB%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LD18%20OUB: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LB15%20FKR
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB15%2520FKR%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LB15%20FKR: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: NA65%20XCN
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA65%2520XCN%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for NA65%20XCN: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: HN23%20BBZ
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN23%2520BBZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for HN23%20BBZ: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: WU55%20KKM
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU55%2520KKM%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for WU55%20KKM: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: GJ18%20BND
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ18%2520BND%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for GJ18%20BND: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LK63%20SFF
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK63%2520SFF%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LK63%20SFF: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LB21%20MTJ
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LB21%20MTJ: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: GX71%20UUD
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX71%2520UUD%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for GX71%20UUD: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: NL72%20HKB
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL72%2520HKB%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for NL72%20HKB: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: SD21%20KYV
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD21%2520KYV%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for SD21%20KYV: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: FL19%20OHY
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL19%2520OHY%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for FL19%20OHY: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: YC16%20HRP
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC16%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for YC16%20HRP: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: VU17%20CKG
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU17%2520CKG%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for VU17%20CKG: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: RE13%20UHY
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE13%2520UHY%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for RE13%20UHY: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: WN13%20KTA
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN13%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for WN13%20KTA: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: RJ74%20NJV
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ74%2520NJV%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for RJ74%20NJV: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: WP16%20UPX
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP16%2520UPX%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for WP16%20UPX: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: YB63%20EEP
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB63%2520EEP%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for YB63%20EEP: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: YR60%20YDW
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR60%2520YDW%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for YR60%20YDW: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: GY64%20XME
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY64%2520XME%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for GY64%20XME: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LC18%20GYK
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC18%2520GYK%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for LC18%20GYK: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: OE62%20CWL
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE62%2520CWL%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for OE62%20CWL: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: YP67%20WHC
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP67%2520WHC%27 HTTP/1.1" 200 None
2026-03-29 11:11:51 [bca.uk] INFO: Scrape type for YP67%20WHC: 0
2026-03-29 11:11:51 [bca.uk] INFO: Found listing with ID: LR19%20OWB
2026-03-29 11:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR19%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for LR19%20OWB: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: PK15%20DVO
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK15%2520DVO%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for PK15%20DVO: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AF63%20XJH
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF63%2520XJH%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AF63%20XJH: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AE14%20JFZ
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE14%2520JFZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AE14%20JFZ: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AE14%20JFY
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE14%2520JFY%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AE14%20JFY: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AE14%20JCY
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE14%2520JCY%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AE14%20JCY: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AE66%20ONA
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE66%2520ONA%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AE66%20ONA: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: FL14%20NUH
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL14%2520NUH%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for FL14%20NUH: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: RV22%20XVL
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV22%2520XVL%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for RV22%20XVL: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: KS71%20OAY
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KS71%2520OAY%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for KS71%20OAY: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: WP25%20XMA
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP25%2520XMA%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for WP25%20XMA: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: WV74%20RUW
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV74%2520RUW%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for WV74%20RUW: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: LC72%20RXD
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC72%2520RXD%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for LC72%20RXD: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: WP22%20AUX
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP22%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for WP22%20AUX: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AE22%20OWJ
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE22%2520OWJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AE22%20OWJ: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AF22%20THV
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF22%2520THV%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AF22%20THV: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AF23%20CYO
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF23%2520CYO%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AF23%20CYO: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AF70%20UBC
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF70%2520UBC%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AF70%20UBC: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: AK72%20YRA
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK72%2520YRA%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for AK72%20YRA: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: BF23%20AMV
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF23%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for BF23%20AMV: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DE21%20GLZ
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE21%2520GLZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DE21%20GLZ: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DE23%20NMZ
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE23%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DE23%20NMZ: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DF72%20CZW
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF72%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DF72%20CZW: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DG24%20ZKX
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG24%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DG24%20ZKX: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DK24%20WMY
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK24%2520WMY%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DK24%20WMY: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DN71%20AXV
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN71%2520AXV%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DN71%20AXV: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DX71%20BYR
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX71%2520BYR%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DX71%20BYR: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: DY73%20VAD
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY73%2520VAD%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for DY73%20VAD: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: FG22%20JYA
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG22%2520JYA%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for FG22%20JYA: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: FN22%20JGZ
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for FN22%20JGZ: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: GL72%20OER
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL72%2520OER%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for GL72%20OER: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: GV70%20KKG
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV70%2520KKG%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for GV70%20KKG: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: HF23%20VFH
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF23%2520VFH%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for HF23%20VFH: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: LM21%20WOU
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM21%2520WOU%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for LM21%20WOU: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: LS23%20EHY
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS23%2520EHY%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for LS23%20EHY: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: MA72%20ZGV
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520ZGV%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for MA72%20ZGV: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: MD72%20WNC
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MD72%2520WNC%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for MD72%20WNC: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: ML22%20WLU
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML22%2520WLU%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for ML22%20WLU: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: MW22%20VMG
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW22%2520VMG%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for MW22%20VMG: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: NG72%20WBD
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG72%2520WBD%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for NG72%20WBD: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: NJ23%20LND
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ23%2520LND%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for NJ23%20LND: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: NX70%20FGZ
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX70%2520FGZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for NX70%20FGZ: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: OY22%20XCC
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY22%2520XCC%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for OY22%20XCC: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: PN71%20KLC
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN71%2520KLC%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for PN71%20KLC: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: PX23%20XMG
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX23%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for PX23%20XMG: 0
2026-03-29 11:11:52 [bca.uk] INFO: Found listing with ID: PX71%20OHK
2026-03-29 11:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX71%2520OHK%27 HTTP/1.1" 200 None
2026-03-29 11:11:52 [bca.uk] INFO: Scrape type for PX71%20OHK: 0
2026-03-29 11:11:52 [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-29 11:11:52 [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-29 11:11:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:54 [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-29 11:11:55 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded
2026-03-29 11:11:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Found listing with ID: RV22%20TZU
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for RV22%20TZU: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: SG22%20WUL
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for SG22%20WUL: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: SG22%20XYS
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for SG22%20XYS: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: VE71%20XCB
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for VE71%20XCB: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: VU71%20HVV
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for VU71%20HVV: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: YD24%20NPG
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for YD24%20NPG: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: YH23%20XLR
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for YH23%20XLR: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: GF70%20BBO
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for GF70%20BBO: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: J27%20RCY
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for J27%20RCY: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: AO17%20VJZ
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520VJZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for AO17%20VJZ: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: FV16%20YFC
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV16%2520YFC%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for FV16%20YFC: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: M444%20CNR
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520CNR%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for M444%20CNR: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: NA17%20ULD
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520ULD%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for NA17%20ULD: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: Y13%20WMB
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y13%2520WMB%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for Y13%20WMB: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: EF18%20OMT
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520OMT%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for EF18%20OMT: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: BN67%20GNX
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520GNX%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for BN67%20GNX: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: VX15%20EAC
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX15%2520EAC%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for VX15%20EAC: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: NV70%20ESY
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV70%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for NV70%20ESY: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: PK74%20OFC
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for PK74%20OFC: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: BF63%20KJZ
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520KJZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for BF63%20KJZ: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: CJ23%20LXA
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520LXA%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for CJ23%20LXA: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: EJ72%20ACU
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520ACU%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for EJ72%20ACU: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: KS24%20TYV
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS24%2520TYV%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for KS24%20TYV: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: ML24%20NRU
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NRU%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for ML24%20NRU: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: VU74%20HZD
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU74%2520HZD%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for VU74%20HZD: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: BX23%20TNJ
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TNJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for BX23%20TNJ: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: DL73%20UMC
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UMC%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for DL73%20UMC: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: GU74%20WVN
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520WVN%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for GU74%20WVN: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: GX74%20UHE
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX74%2520UHE%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for GX74%20UHE: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: LB72%20VUS
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520VUS%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for LB72%20VUS: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: LG24%20WZZ
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG24%2520WZZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for LG24%20WZZ: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: BX23%20TMV
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for BX23%20TMV: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: BX23%20TMZ
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for BX23%20TMZ: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: BX23%20TTZ
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TTZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for BX23%20TTZ: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: GU74%20UHC
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520UHC%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for GU74%20UHC: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: YB71%20VPU
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520VPU%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for YB71%20VPU: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: SW68%20PPF
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520PPF%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for SW68%20PPF: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: WR73%20XTW
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520XTW%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for WR73%20XTW: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: DL21%20UYK
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520UYK%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for DL21%20UYK: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: DU64%20RWV
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520RWV%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for DU64%20RWV: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: DY74%20XXO
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XXO%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for DY74%20XXO: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: DY74%20XYB
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XYB%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for DY74%20XYB: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: FE23%20WVV
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVV%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for FE23%20WVV: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: CP19%20FCN
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520FCN%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for CP19%20FCN: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: CU22%20HSX
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520HSX%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for CU22%20HSX: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: MT72%20FZK
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for MT72%20FZK: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: LN24%20SMO
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520SMO%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for LN24%20SMO: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: MT72%20FZJ
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for MT72%20FZJ: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: MT72%20FZH
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for MT72%20FZH: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: MT72%20FZG
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for MT72%20FZG: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: MA72%20PXO
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for MA72%20PXO: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: HT23%20UUE
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [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-29 11:11:55 [bca.uk] INFO: Scrape type for HT23%20UUE: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: BL65%20RKK
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for BL65%20RKK: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: CV20%20EWS
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520EWS%27 HTTP/1.1" 200 None
2026-03-29 11:11:55 [bca.uk] INFO: Scrape type for CV20%20EWS: 0
2026-03-29 11:11:55 [bca.uk] INFO: Found listing with ID: KE23%20LZD
2026-03-29 11:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LZD%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for KE23%20LZD: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: CU20%20XLY
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLY%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for CU20%20XLY: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: CU20%20XLT
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [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-29 11:11:56 [bca.uk] INFO: Scrape type for CU20%20XLT: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: CU20%20XJC
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [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-29 11:11:56 [bca.uk] INFO: Scrape type for CU20%20XJC: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: CP71%20LWV
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520LWV%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for CP71%20LWV: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: CK22%20BKG
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [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-29 11:11:56 [bca.uk] INFO: Scrape type for CK22%20BKG: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YT67%20OYC
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [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-29 11:11:56 [bca.uk] INFO: Scrape type for YT67%20OYC: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YP66%20JWY
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520JWY%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YP66%20JWY: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: CF18%20JXM
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF18%2520JXM%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for CF18%20JXM: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: FY71%20OZP
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520OZP%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for FY71%20OZP: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: VE67%20EOO
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520EOO%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for VE67%20EOO: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: LR71%20USV
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [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-29 11:11:56 [bca.uk] INFO: Scrape type for LR71%20USV: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: EK65%20HSY
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for EK65%20HSY: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: GF19%20XHZ
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF19%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for GF19%20XHZ: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: MC22%20UHT
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [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-29 11:11:56 [bca.uk] INFO: Scrape type for MC22%20UHT: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: FY10%20RNU
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY10%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for FY10%20RNU: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: LS71%20HWG
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for LS71%20HWG: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: BX17%20CHJ
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX17%2520CHJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for BX17%20CHJ: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: E351%20WEX
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E351%2520WEX%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for E351%20WEX: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: DN65%20YXC
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520YXC%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for DN65%20YXC: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: GJ69%20WXP
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520WXP%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for GJ69%20WXP: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: WL17%20CZF
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL17%2520CZF%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for WL17%20CZF: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YC19%20BXN
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520BXN%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YC19%20BXN: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YD65%20DYJ
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520DYJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YD65%20DYJ: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YD65%20ZZS
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520ZZS%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YD65%20ZZS: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YH62%20FYE
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520FYE%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YH62%20FYE: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YJ63%20HXT
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520HXT%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YJ63%20HXT: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YS14%20KVH
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YS14%20KVH: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: FE14%20ZHM
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520ZHM%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for FE14%20ZHM: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: HK69%20KLD
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520KLD%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for HK69%20KLD: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: MK61%20UOP
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for MK61%20UOP: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: ML19%20AEU
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520AEU%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for ML19%20AEU: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: MM13%20ORA
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520ORA%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for MM13%20ORA: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: MW15%20EZJ
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW15%2520EZJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for MW15%20EZJ: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: SJ63%20XYM
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520XYM%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for SJ63%20XYM: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: BN61%20LYR
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520LYR%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for BN61%20LYR: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: CX70%20VNC
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX70%2520VNC%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for CX70%20VNC: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: DF66%20RZB
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520RZB%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for DF66%20RZB: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: DX19%20WCR
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX19%2520WCR%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for DX19%20WCR: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: DY19%20RKO
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520RKO%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for DY19%20RKO: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: EA13%20ZRL
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA13%2520ZRL%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for EA13%20ZRL: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: EY19%20DVF
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for EY19%20DVF: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: AK65%20HWP
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520HWP%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for AK65%20HWP: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: BA69%20LFE
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for BA69%20LFE: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: WM68%20YHD
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11: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%2520YHD%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for WM68%20YHD: 0
2026-03-29 11:11:56 [bca.uk] INFO: Found listing with ID: YP73%20KGK
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520KGK%27 HTTP/1.1" 200 None
2026-03-29 11:11:56 [bca.uk] INFO: Scrape type for YP73%20KGK: 0
2026-03-29 11:11:56 [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-29 11:11:56 [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-29 11:11:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:11:58 [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-29 11:11:59 [bca.uk] INFO: Total items found: 100
2026-03-29 11:11:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded
2026-03-29 11:11:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:11:59 [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-29 11:11:59 [bca.uk] INFO: Found listing with ID: WA12%20LYR
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA12%2520LYR%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for WA12%20LYR: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: RO08%20OZM
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO08%2520OZM%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for RO08%20OZM: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: YH73%20XRV
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520XRV%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for YH73%20XRV: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: KY19%20SSL
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520SSL%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for KY19%20SSL: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: SP18%20KFT
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520KFT%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for SP18%20KFT: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: LM23%20VTE
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for LM23%20VTE: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: AF15%20AFK
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520AFK%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for AF15%20AFK: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: SW60%20FVV
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW60%2520FVV%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for SW60%20FVV: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: LL23%20EFM
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520EFM%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for LL23%20EFM: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: LL71%20FMP
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FMP%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for LL71%20FMP: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: KE72%20VYL
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for KE72%20VYL: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: KE72%20NKO
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NKO%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for KE72%20NKO: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: KE72%20LVD
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LVD%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for KE72%20LVD: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: FX18%20DFL
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX18%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for FX18%20DFL: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: MC22%20SWW
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC22%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for MC22%20SWW: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: KE72%20LTF
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LTF%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for KE72%20LTF: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: BK73%20SKU
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520SKU%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for BK73%20SKU: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: EO16%20WXF
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520WXF%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for EO16%20WXF: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: BL21%20JHX
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for BL21%20JHX: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: GN66%20PMY
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for GN66%20PMY: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: AF13%20YZA
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF13%2520YZA%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for AF13%20YZA: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: SKZ%20335
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SKZ%2520335%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for SKZ%20335: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: SJ21%20CCX
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520CCX%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for SJ21%20CCX: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: DN21%20KRJ
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for DN21%20KRJ: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: KY11%20TVJ
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY11%2520TVJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for KY11%20TVJ: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: CU22%20WBJ
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520WBJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for CU22%20WBJ: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: LY15%20LPL
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for LY15%20LPL: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: SJ73%20UTL
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ73%2520UTL%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for SJ73%20UTL: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: AU24%20RHF
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU24%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for AU24%20RHF: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: YH74%20HRP
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH74%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for YH74%20HRP: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: BL68%20XHC
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for BL68%20XHC: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: ET24%20UYU
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET24%2520UYU%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for ET24%20UYU: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: GP23%20WCT
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP23%2520WCT%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for GP23%20WCT: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: VN20%20JJO
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520JJO%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for VN20%20JJO: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: WO19%20VGJ
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520VGJ%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for WO19%20VGJ: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: YX19%20LUE
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520LUE%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for YX19%20LUE: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: BEZ%203707
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BEZ%25203707%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for BEZ%203707: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: SL14%20HKF
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL14%2520HKF%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for SL14%20HKF: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: HV71%20VPL
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520VPL%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for HV71%20VPL: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: MK22%20LXP
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520LXP%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for MK22%20LXP: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: CA68%20PYX
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520PYX%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for CA68%20PYX: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: CK21%20OHW
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for CK21%20OHW: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: PE64%20HKT
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE64%2520HKT%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for PE64%20HKT: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: PK59%20OMA
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK59%2520OMA%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for PK59%20OMA: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: RJ23%20KXP
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for RJ23%20KXP: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: AX72%20KBP
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBP%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for AX72%20KBP: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: BN25%20XUY
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XUY%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for BN25%20XUY: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: BN25%20YFS
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFS%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for BN25%20YFS: 0
2026-03-29 11:11:59 [bca.uk] INFO: Found listing with ID: BN74%20PEO
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PEO%27 HTTP/1.1" 200 None
2026-03-29 11:11:59 [bca.uk] INFO: Scrape type for BN74%20PEO: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: DL73%20HPV
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HPV%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for DL73%20HPV: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: DV24%20JWF
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JWF%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for DV24%20JWF: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: DY74%20BVK
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVK%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for DY74%20BVK: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LL73%20FCV
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FCV%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LL73%20FCV: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LL74%20BUE
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUE%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LL74%20BUE: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LO24%20MHL
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO24%2520MHL%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LO24%20MHL: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LR24%20MWC
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWC%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LR24%20MWC: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LR73%20AZT
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LR73%20AZT: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LS24%20EUT
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EUT%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LS24%20EUT: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LS24%20FYT
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520FYT%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LS24%20FYT: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LS24%20VEX
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VEX%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LS24%20VEX: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: LS24%20VFF
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for LS24%20VFF: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MD74%20GWG
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GWG%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MD74%20GWG: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MJ74%20HCG
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCG%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MJ74%20HCG: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MJ74%20HCN
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCN%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MJ74%20HCN: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MJ74%20HDC
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDC%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MJ74%20HDC: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MJ74%20HDF
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDF%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MJ74%20HDF: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MJ74%20PFE
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PFE%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MJ74%20PFE: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: ML24%20NOF
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for ML24%20NOF: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MP73%20JYA
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520JYA%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MP73%20JYA: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MW74%20DXO
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DXO%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MW74%20DXO: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: MW74%20NHP
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NHP%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for MW74%20NHP: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: RO74%20WHG
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO74%2520WHG%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for RO74%20WHG: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: SG24%20OFD
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG24%2520OFD%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for SG24%20OFD: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: VE73%20OMW
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520OMW%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for VE73%20OMW: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: VK24%20MZE
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for VK24%20MZE: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: YE24%20BZK
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE24%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for YE24%20BZK: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: YF23%20MZJ
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520MZJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for YF23%20MZJ: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: YF23%20UNP
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UNP%27 HTTP/1.1" 200 None
2026-03-29 11:12:00 [bca.uk] INFO: Scrape type for YF23%20UNP: 0
2026-03-29 11:12:00 [bca.uk] INFO: Found listing with ID: YY73%20XFO
2026-03-29 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFO%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for YY73%20XFO: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: YY73%20XFP
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFP%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for YY73%20XFP: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: WP21%20YSG
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520YSG%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for WP21%20YSG: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: BG19%20UEM
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520UEM%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for BG19%20UEM: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: CP67%20TVF
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP67%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for CP67%20TVF: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: GH19%20NUE
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH19%2520NUE%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for GH19%20NUE: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: LC66%20VJJ
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520VJJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for LC66%20VJJ: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: LP68%20UJX
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520UJX%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for LP68%20UJX: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: SB66%20RFO
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for SB66%20RFO: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: SGZ%205409
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25205409%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for SGZ%205409: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: VN70%20ZTV
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520ZTV%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for VN70%20ZTV: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: WL69%20CEO
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL69%2520CEO%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for WL69%20CEO: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: YG68%20UHR
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520UHR%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for YG68%20UHR: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: LC71%20YZX
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520YZX%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for LC71%20YZX: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: LN71%20KUJ
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for LN71%20KUJ: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: RE71%20LRU
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for RE71%20LRU: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: RE71%20OCR
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OCR%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for RE71%20OCR: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: SA71%20HLE
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520HLE%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for SA71%20HLE: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: SC71%20MKZ
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC71%2520MKZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for SC71%20MKZ: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: SO71%20GXR
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520GXR%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for SO71%20GXR: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: WA71%20MGX
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA71%2520MGX%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for WA71%20MGX: 0
2026-03-29 11:12:01 [bca.uk] INFO: Found listing with ID: WH21%20BFN
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520BFN%27 HTTP/1.1" 200 None
2026-03-29 11:12:01 [bca.uk] INFO: Scrape type for WH21%20BFN: 0
2026-03-29 11:12: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-29 11:12: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-29 11:12:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:12:03 [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-29 11:12:03 [bca.uk] INFO: Total items found: 100
2026-03-29 11:12:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded
2026-03-29 11:12:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:12:03 [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-29 11:12:03 [bca.uk] INFO: Found listing with ID: WV71%20UZC
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV71%2520UZC%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for WV71%20UZC: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: AJ66%20GWA
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ66%2520GWA%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for AJ66%20GWA: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: BJ12%20XWF
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ12%2520XWF%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for BJ12%20XWF: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: DG15%20FBV
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG15%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for DG15%20FBV: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: BT74%20DGU
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT74%2520DGU%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for BT74%20DGU: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: LB23%20GWG
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB23%2520GWG%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for LB23%20GWG: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: YE22%20ALU
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE22%2520ALU%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for YE22%20ALU: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: SD69%20NHN
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD69%2520NHN%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for SD69%20NHN: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: KN73%20XRU
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN73%2520XRU%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for KN73%20XRU: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: YN65%20PFA
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YN65%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for YN65%20PFA: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: EY72%20NFV
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY72%2520NFV%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for EY72%20NFV: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: DY72%20JNZ
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY72%2520JNZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for DY72%20JNZ: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: YO19%20DXE
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO19%2520DXE%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for YO19%20DXE: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: FD63%20BZR
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD63%2520BZR%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for FD63%20BZR: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: LN64%20SVF
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN64%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for LN64%20SVF: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: NJ16%20PLV
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ16%2520PLV%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for NJ16%20PLV: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: OY17%20FCL
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY17%2520FCL%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for OY17%20FCL: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: PK64%20UMX
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK64%2520UMX%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for PK64%20UMX: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: SB65%20ODX
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB65%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for SB65%20ODX: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: VX17%20OFY
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX17%2520OFY%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for VX17%20OFY: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: WP17%20JJO
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP17%2520JJO%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for WP17%20JJO: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: CK63%20NYH
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK63%2520NYH%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for CK63%20NYH: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: DY61%20UVS
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY61%2520UVS%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for DY61%20UVS: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: DY63%20VYX
2026-03-29 11:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY63%2520VYX%27 HTTP/1.1" 200 None
2026-03-29 11:12:03 [bca.uk] INFO: Scrape type for DY63%20VYX: 0
2026-03-29 11:12:03 [bca.uk] INFO: Found listing with ID: HK16%20FVC
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK16%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HK16%20FVC: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: LD15%20ZDK
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD15%2520ZDK%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for LD15%20ZDK: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: LM63%20VOH
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM63%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for LM63%20VOH: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: MF22%20NTE
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF22%2520NTE%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for MF22%20NTE: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: RX65%20KYO
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX65%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for RX65%20KYO: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: LA19%20OGM
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA19%2520OGM%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for LA19%20OGM: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: GK13%20CMU
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK13%2520CMU%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for GK13%20CMU: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: RK58%20UEV
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK58%2520UEV%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for RK58%20UEV: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: RV65%20TVU
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV65%2520TVU%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for RV65%20TVU: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: BL16%20ZMO
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL16%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for BL16%20ZMO: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: EA67%20GFZ
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA67%2520GFZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for EA67%20GFZ: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: EX18%20CPO
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX18%2520CPO%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for EX18%20CPO: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: GJ66%20HZN
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ66%2520HZN%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for GJ66%20HZN: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: LA16%20KDU
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA16%2520KDU%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for LA16%20KDU: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: MT15%20LXL
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT15%2520LXL%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for MT15%20LXL: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: RJ07%20UTO
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ07%2520UTO%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for RJ07%20UTO: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: FV71%20LJU
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV71%2520LJU%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for FV71%20LJU: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: BV19%20BFY
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV19%2520BFY%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for BV19%20BFY: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: EY14%20WLC
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY14%2520WLC%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for EY14%20WLC: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YS72%20XCZ
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS72%2520XCZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YS72%20XCZ: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: EO14%20LKA
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO14%2520LKA%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for EO14%20LKA: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: FP20%20KGN
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP20%2520KGN%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for FP20%20KGN: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YE22%20OYB
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE22%2520OYB%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YE22%20OYB: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YD72%20CVW
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD72%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YD72%20CVW: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YC22%20WGE
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC22%2520WGE%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YC22%20WGE: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YB71%20DLV
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB71%2520DLV%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YB71%20DLV: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YB23%20ESY
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB23%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YB23%20ESY: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: FG72%20ZLE
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG72%2520ZLE%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for FG72%20ZLE: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: GX24%20UKB
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX24%2520UKB%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for GX24%20UKB: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HN21%20LLM
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN21%2520LLM%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HN21%20LLM: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HN22%20ZSG
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HN22%20ZSG: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HN25%20EJV
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN25%2520EJV%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HN25%20EJV: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HN70%20YDX
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN70%2520YDX%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HN70%20YDX: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HS24%20GZF
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HS24%2520GZF%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HS24%20GZF: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HV20%20XRR
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV20%2520XRR%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HV20%20XRR: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HV25%20LFX
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV25%2520LFX%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HV25%20LFX: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HX23%20NCF
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX23%2520NCF%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HX23%20NCF: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HY73%20KFU
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY73%2520KFU%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HY73%20KFU: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HY74%20MZT
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY74%2520MZT%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HY74%20MZT: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: KJ73%20ZXA
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJ73%2520ZXA%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for KJ73%20ZXA: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: LR68%20KMY
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR68%2520KMY%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for LR68%20KMY: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: PF72%20YNU
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF72%2520YNU%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for PF72%20YNU: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: RJ72%20YEY
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ72%2520YEY%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for RJ72%20YEY: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: SF19%20EBJ
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF19%2520EBJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for SF19%20EBJ: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: WO19%20DKN
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WO19%2520DKN%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for WO19%20DKN: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YB22%20WCA
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB22%2520WCA%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YB22%20WCA: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YA72%20XTC
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA72%2520XTC%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YA72%20XTC: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: YA72%20SUH
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA72%2520SUH%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for YA72%20SUH: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: SH72%20EWE
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH72%2520EWE%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for SH72%20EWE: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: OV23%20FHD
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520FHD%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for OV23%20FHD: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: HN72%20VFD
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN72%2520VFD%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for HN72%20VFD: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: GX23%20XHN
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX23%2520XHN%27 HTTP/1.1" 200 None
2026-03-29 11:12:04 [bca.uk] INFO: Scrape type for GX23%20XHN: 0
2026-03-29 11:12:04 [bca.uk] INFO: Found listing with ID: GJ22%20NLP
2026-03-29 11:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520NLP%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for GJ22%20NLP: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: DN10%20POA
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN10%2520POA%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for DN10%20POA: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: FE23%20ZZJ
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520ZZJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for FE23%20ZZJ: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: FE23%20XOP
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XOP%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for FE23%20XOP: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: DU74%20YYP
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU74%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for DU74%20YYP: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: DF24%20TYP
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520TYP%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for DF24%20TYP: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: BP72%20XTH
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for BP72%20XTH: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: LB71%20VYP
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520VYP%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for LB71%20VYP: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: YE71%20UXA
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE71%2520UXA%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for YE71%20UXA: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: BG08%20KZL
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG08%2520KZL%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for BG08%20KZL: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: RV10%20FBL
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for RV10%20FBL: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: RGZ%208218
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RGZ%25208218%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for RGZ%208218: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: DG56%20XFA
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG56%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for DG56%20XFA: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: KN17%20BCY
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520BCY%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for KN17%20BCY: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: YE15%20RSZ
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520RSZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for YE15%20RSZ: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: WV60%20ULZ
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV60%2520ULZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for WV60%20ULZ: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: WF08%20CYV
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520CYV%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for WF08%20CYV: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: ND09%20UCG
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for ND09%20UCG: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: EK08%20NNT
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520NNT%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for EK08%20NNT: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: KU13%20EPY
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520EPY%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for KU13%20EPY: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: LT69%20LKF
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKF%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for LT69%20LKF: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: WG06%20EOC
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG06%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for WG06%20EOC: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: WR62%20KWU
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520KWU%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for WR62%20KWU: 0
2026-03-29 11:12:05 [bca.uk] INFO: Found listing with ID: YR66%20YDL
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520YDL%27 HTTP/1.1" 200 None
2026-03-29 11:12:05 [bca.uk] INFO: Scrape type for YR66%20YDL: 0
2026-03-29 11:12:05 [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-29 11:12:05 [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-29 11:12:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:12:08 [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-29 11:12:08 [bca.uk] INFO: Total items found: 100
2026-03-29 11:12:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded
2026-03-29 11:12:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:12:08 [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-29 11:12:08 [bca.uk] INFO: Found listing with ID: LM03%20UOW
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM03%2520UOW%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for LM03%20UOW: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: NU54%20GKG
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU54%2520GKG%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for NU54%20GKG: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: PN54%20SOC
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN54%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for PN54%20SOC: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: YD10%20SWY
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD10%2520SWY%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for YD10%20SWY: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: KC07%20ZNX
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC07%2520ZNX%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for KC07%20ZNX: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: DG13%20XYL
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520XYL%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for DG13%20XYL: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: DN64%20XSY
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520XSY%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for DN64%20XSY: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: ML67%20KTE
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520KTE%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for ML67%20KTE: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: NJ60%20WFO
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520WFO%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for NJ60%20WFO: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: ST71%20RVA
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520RVA%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for ST71%20RVA: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: YB68%20OWU
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB68%2520OWU%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for YB68%20OWU: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: PK65%20RTV
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520RTV%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for PK65%20RTV: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: RO11%20ZMY
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520ZMY%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for RO11%20ZMY: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: BD68%20CGF
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520CGF%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for BD68%20CGF: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: VO69%20KKU
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520KKU%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for VO69%20KKU: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: BD18%20OHW
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for BD18%20OHW: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: DA11%20YBP
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520YBP%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for DA11%20YBP: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: CV09%20TRX
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520TRX%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for CV09%20TRX: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: SO55%20OVH
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO55%2520OVH%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for SO55%20OVH: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: YP25%20BVB
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for YP25%20BVB: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: WO21%20RXJ
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520RXJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for WO21%20RXJ: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: AM02%20OAR
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM02%2520OAR%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for AM02%20OAR: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: GL70%20BUW
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL70%2520BUW%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for GL70%20BUW: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: PY22%20EZP
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520EZP%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for PY22%20EZP: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: FP19%20CKG
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP19%2520CKG%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for FP19%20CKG: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: KR18%20NPP
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR18%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for KR18%20NPP: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: NX18%20UPL
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520UPL%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for NX18%20UPL: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: DA62%20WFY
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA62%2520WFY%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for DA62%20WFY: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: FV14%20VRD
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV14%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for FV14%20VRD: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: YK12%20ZZG
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520ZZG%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for YK12%20ZZG: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: EN14%20OPY
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for EN14%20OPY: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: RO64%20HCD
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520HCD%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for RO64%20HCD: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: MM63%20VBO
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM63%2520VBO%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for MM63%20VBO: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: SG65%20ENN
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520ENN%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for SG65%20ENN: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: KV64%20HKH
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520HKH%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for KV64%20HKH: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: FE23%20OLU
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520OLU%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for FE23%20OLU: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: YP63%20CFJ
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP63%2520CFJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for YP63%20CFJ: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: SL64%20VKX
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520VKX%27 HTTP/1.1" 200 None
2026-03-29 11:12:08 [bca.uk] INFO: Scrape type for SL64%20VKX: 0
2026-03-29 11:12:08 [bca.uk] INFO: Found listing with ID: PJ14%20OKB
2026-03-29 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ14%2520OKB%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for PJ14%20OKB: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YR73%20ZBL
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZBL%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YR73%20ZBL: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: OV19%20WVN
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520WVN%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for OV19%20WVN: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YE17%20RJO
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520RJO%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YE17%20RJO: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: FE22%20HHC
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520HHC%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for FE22%20HHC: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: DF14%20YVY
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520YVY%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for DF14%20YVY: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: PN65%20ZKF
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for PN65%20ZKF: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: SE15%20AFU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE15%2520AFU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for SE15%20AFU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YL73%20HVO
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520HVO%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YL73%20HVO: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YL73%20AYE
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYE%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YL73%20AYE: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YH73%20SWJ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YH73%20SWJ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: PK23%20DCU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520DCU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for PK23%20DCU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LM23%20VVL
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VVL%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LM23%20VVL: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LM23%20VSA
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VSA%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LM23%20VSA: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LM23%20VPT
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VPT%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LM23%20VPT: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LM23%20VLZ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VLZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LM23%20VLZ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LL23%20WCU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520WCU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LL23%20WCU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: HJ73%20OGH
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OGH%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for HJ73%20OGH: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YH73%20SWU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YH73%20SWU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YK72%20MZU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520MZU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YK72%20MZU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YH73%20RSV
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YH73%20RSV: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: EJ71%20BZD
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BZD%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for EJ71%20BZD: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LM23%20VXR
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VXR%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LM23%20VXR: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LM23%20VNR
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VNR%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LM23%20VNR: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: KF72%20AOM
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AOM%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for KF72%20AOM: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YP25%20BUW
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BUW%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YP25%20BUW: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: HJ73%20NKT
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NKT%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for HJ73%20NKT: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: RE74%20DSU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520DSU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for RE74%20DSU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YO24%20XFJ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XFJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YO24%20XFJ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YO24%20XDX
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XDX%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YO24%20XDX: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: RK74%20LVZ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520LVZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for RK74%20LVZ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: BJ23%20WRN
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520WRN%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for BJ23%20WRN: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: BC17%20DND
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520DND%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for BC17%20DND: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YC25%20VUU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VUU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YC25%20VUU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: WV63%20OWA
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for WV63%20OWA: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: WA19%20MUB
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA19%2520MUB%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for WA19%20MUB: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LY10%20AHG
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY10%2520AHG%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LY10%20AHG: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: OE23%20LNR
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520LNR%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for OE23%20LNR: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: PE16%20VFW
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VFW%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for PE16%20VFW: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: WP22%20JXW
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520JXW%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for WP22%20JXW: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: VK16%20NGN
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520NGN%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for VK16%20NGN: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YP74%20WKZ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520WKZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YP74%20WKZ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: LX23%20VMJ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX23%2520VMJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for LX23%20VMJ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: EO21%20MVC
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for EO21%20MVC: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: BH19%20YVM
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for BH19%20YVM: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: HK18%20NHU
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK18%2520NHU%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for HK18%20NHU: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: HW71%20KOB
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW71%2520KOB%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for HW71%20KOB: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: N9%20AEN
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N9%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for N9%20AEN: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: SC68%20UYP
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC68%2520UYP%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for SC68%20UYP: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: BT07%20HUP
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT07%2520HUP%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for BT07%20HUP: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: HY72%20DFD
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520DFD%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for HY72%20DFD: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: FA16%20YVJ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520YVJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for FA16%20YVJ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: WL13%20EOE
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL13%2520EOE%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for WL13%20EOE: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: HK23%20GZJ
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520GZJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for HK23%20GZJ: 0
2026-03-29 11:12:09 [bca.uk] INFO: Found listing with ID: YF57%20FBA
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520FBA%27 HTTP/1.1" 200 None
2026-03-29 11:12:09 [bca.uk] INFO: Scrape type for YF57%20FBA: 0
2026-03-29 11:12:10 [bca.uk] INFO: Found listing with ID: TT13%20OLE
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TT13%2520OLE%27 HTTP/1.1" 200 None
2026-03-29 11:12:10 [bca.uk] INFO: Scrape type for TT13%20OLE: 0
2026-03-29 11:12:10 [bca.uk] INFO: Found listing with ID: DE14%20YDG
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520YDG%27 HTTP/1.1" 200 None
2026-03-29 11:12:10 [bca.uk] INFO: Scrape type for DE14%20YDG: 0
2026-03-29 11:12:10 [bca.uk] INFO: Found listing with ID: DU18%20YMX
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520YMX%27 HTTP/1.1" 200 None
2026-03-29 11:12:10 [bca.uk] INFO: Scrape type for DU18%20YMX: 0
2026-03-29 11:12:10 [bca.uk] INFO: Found listing with ID: ET16%20WXR
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET16%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 11:12:10 [bca.uk] INFO: Scrape type for ET16%20WXR: 0
2026-03-29 11:12:10 [bca.uk] INFO: Found listing with ID: PO14%20WHT
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO14%2520WHT%27 HTTP/1.1" 200 None
2026-03-29 11:12:10 [bca.uk] INFO: Scrape type for PO14%20WHT: 0
2026-03-29 11:12:10 [bca.uk] INFO: Found listing with ID: HK15%20BTY
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BTY%27 HTTP/1.1" 200 None
2026-03-29 11:12:10 [bca.uk] INFO: Scrape type for HK15%20BTY: 0
2026-03-29 11:12:10 [bca.uk] INFO: Found listing with ID: VO71%20KPR
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520KPR%27 HTTP/1.1" 200 None
2026-03-29 11:12:10 [bca.uk] INFO: Scrape type for VO71%20KPR: 0
2026-03-29 11:12:10 [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-29 11:12:10 [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-29 11:12:10 [scrapy.extensions.logstats] INFO: Crawled 164 pages (at 11 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:12:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:12:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:12:18 [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-29 11:12:18 [bca.uk] INFO: Total items found: 100
2026-03-29 11:12:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded
2026-03-29 11:12:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:12:18 [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-29 11:12:18 [bca.uk] INFO: Found listing with ID: NA16%20FUW
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA16%2520FUW%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for NA16%20FUW: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: HN72%20LMM
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LMM%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for HN72%20LMM: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: SB62%20GHY
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520GHY%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for SB62%20GHY: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: DV68%20KWD
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520KWD%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for DV68%20KWD: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: KP69%20MYB
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for KP69%20MYB: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: DV22%20BXC
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520BXC%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for DV22%20BXC: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: CA74%20LKZ
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520LKZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for CA74%20LKZ: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: NA15%20GHZ
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520GHZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:18 [bca.uk] INFO: Scrape type for NA15%20GHZ: 0
2026-03-29 11:12:18 [bca.uk] INFO: Found listing with ID: GJ62%20XMB
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520XMB%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for GJ62%20XMB: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: MA75%20SGV
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SGV%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for MA75%20SGV: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: MH54%20GNO
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH54%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for MH54%20GNO: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: NJ13%20BYM
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520BYM%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for NJ13%20BYM: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SV62%20VRE
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SV62%20VRE: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YS67%20RXJ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520RXJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YS67%20RXJ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: KR63%20XEU
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520XEU%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for KR63%20XEU: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YJ18%20WLD
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520WLD%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YJ18%20WLD: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: NK64%20MXG
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK64%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for NK64%20MXG: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SN15%20VXX
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN15%2520VXX%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SN15%20VXX: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SL60%20VLH
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520VLH%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SL60%20VLH: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: GV74%20FSG
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520FSG%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for GV74%20FSG: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: MW62%20SKF
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520SKF%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for MW62%20SKF: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: BW19%20HVD
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520HVD%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for BW19%20HVD: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: MT69%20THK
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT69%2520THK%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for MT69%20THK: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: MW65%20WFC
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520WFC%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for MW65%20WFC: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: PE68%20EWE
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520EWE%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for PE68%20EWE: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YK64%20BWY
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK64%2520BWY%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YK64%20BWY: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: NL12%20OVE
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520OVE%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for NL12%20OVE: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: BV19%20ZNA
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520ZNA%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for BV19%20ZNA: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: PGZ%206311
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25206311%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for PGZ%206311: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SK60%20HRC
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SK60%20HRC: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: KW15%20KJF
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520KJF%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for KW15%20KJF: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: NL14%20WLW
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520WLW%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for NL14%20WLW: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YR11%20PHZ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR11%2520PHZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YR11%20PHZ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YM63%20CHV
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM63%2520CHV%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YM63%20CHV: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SG63%20LWN
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520LWN%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SG63%20LWN: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: WN75%20JXU
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520JXU%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for WN75%20JXU: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: AK65%20RBF
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520RBF%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for AK65%20RBF: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YT07%20DXJ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT07%2520DXJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YT07%20DXJ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: FD72%20XZY
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520XZY%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for FD72%20XZY: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: MW66%20GYJ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520GYJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for MW66%20GYJ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: KU64%20VCF
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU64%2520VCF%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for KU64%20VCF: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: DV73%20VJX
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520VJX%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for DV73%20VJX: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SK11%20NNJ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK11%2520NNJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SK11%20NNJ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: DF18%20JZA
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520JZA%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for DF18%20JZA: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YA64%20LPX
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520LPX%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YA64%20LPX: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YC17%20YDM
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YC17%20YDM: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SC67%20EBP
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC67%2520EBP%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SC67%20EBP: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SJ15%20VVR
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VVR%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SJ15%20VVR: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SD16%20ZSG
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD16%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SD16%20ZSG: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SH64%20YFP
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520YFP%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SH64%20YFP: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: GL64%20YPJ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YPJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for GL64%20YPJ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: WF66%20DSE
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520DSE%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for WF66%20DSE: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: EO59%20UNY
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO59%2520UNY%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for EO59%20UNY: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SY15%20UNN
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520UNN%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SY15%20UNN: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: MX13%20UTC
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520UTC%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for MX13%20UTC: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SO65%20FVM
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520FVM%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SO65%20FVM: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: OY17%20DYA
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520DYA%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for OY17%20DYA: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: SO65%20APK
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520APK%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for SO65%20APK: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: BM19%20NWB
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520NWB%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for BM19%20NWB: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: LL15%20EZC
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520EZC%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for LL15%20EZC: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: VE18%20NEJ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for VE18%20NEJ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YB18%20KBN
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520KBN%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YB18%20KBN: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YR73%20ZPY
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YR73%20ZPY: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: BK62%20ZSZ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for BK62%20ZSZ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: VX64%20YVJ
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX64%2520YVJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for VX64%20YVJ: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: LR18%20FGA
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520FGA%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for LR18%20FGA: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: YA73%20XHV
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520XHV%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for YA73%20XHV: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: FY13%20LMF
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY13%2520LMF%27 HTTP/1.1" 200 None
2026-03-29 11:12:19 [bca.uk] INFO: Scrape type for FY13%20LMF: 0
2026-03-29 11:12:19 [bca.uk] INFO: Found listing with ID: WJ18%20EXX
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520EXX%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for WJ18%20EXX: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: EG16%20PUU
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520PUU%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for EG16%20PUU: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: NV67%20DDY
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV67%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for NV67%20DDY: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: WM73%20OKP
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OKP%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for WM73%20OKP: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: BL64%20VXN
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520VXN%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for BL64%20VXN: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: GM66%20TJX
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520TJX%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for GM66%20TJX: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: YK16%20GDF
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520GDF%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for YK16%20GDF: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: HV65%20OJN
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520OJN%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for HV65%20OJN: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: RO73%20MYA
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MYA%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for RO73%20MYA: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: VO10%20XGE
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520XGE%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for VO10%20XGE: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: KT15%20EYK
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for KT15%20EYK: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: YH67%20WGE
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520WGE%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for YH67%20WGE: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: WN72%20GJU
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for WN72%20GJU: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: RO73%20MXU
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MXU%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for RO73%20MXU: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: FX12%20XZC
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX12%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for FX12%20XZC: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: LJ51%20ZZZ
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ51%2520ZZZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for LJ51%20ZZZ: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: DU17%20LVB
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for DU17%20LVB: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: OU14%20UXG
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for OU14%20UXG: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: RO73%20HYA
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYA%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for RO73%20HYA: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: YT15%20YLJ
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520YLJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for YT15%20YLJ: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: FV61%20LYD
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520LYD%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for FV61%20LYD: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: WK09%20ZMO
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for WK09%20ZMO: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: LM23%20VWJ
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VWJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for LM23%20VWJ: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: LS65%20UVK
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for LS65%20UVK: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: YG65%20ZHC
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for YG65%20ZHC: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: S25%20PUG
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S25%2520PUG%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for S25%20PUG: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: YP66%20VYM
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520VYM%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for YP66%20VYM: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: LF19%20DVM
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520DVM%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for LF19%20DVM: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: LM23%20VTF
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTF%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for LM23%20VTF: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: NG14%20ZXT
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG14%2520ZXT%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for NG14%20ZXT: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: FV22%20FMC
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV22%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for FV22%20FMC: 0
2026-03-29 11:12:20 [bca.uk] INFO: Found listing with ID: AE68%20OBV
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE68%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 11:12:20 [bca.uk] INFO: Scrape type for AE68%20OBV: 0
2026-03-29 11:12:20 [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-29 11:12:20 [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-29 11: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-29 11:12:22 [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-29 11:12:22 [bca.uk] INFO: Total items found: 100
2026-03-29 11:12:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded
2026-03-29 11:12:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:12:22 [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-29 11:12:22 [bca.uk] INFO: Found listing with ID: VE10%20UVU
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE10%2520UVU%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for VE10%20UVU: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LX69%20NMU
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX69%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LX69%20NMU: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: GJ64%20LCM
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520LCM%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for GJ64%20LCM: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: OY59%20TLJ
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520TLJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for OY59%20TLJ: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: SB72%20OUV
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520OUV%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for SB72%20OUV: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: WT18%20MBO
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520MBO%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for WT18%20MBO: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: BP66%20HFX
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520HFX%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for BP66%20HFX: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: GDFM13544
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GDFM13544%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for GDFM13544: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: YS21%20LTZ
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520LTZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for YS21%20LTZ: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: PO18%20PZA
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO18%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for PO18%20PZA: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: BP22%20YJU
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520YJU%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for BP22%20YJU: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: OY70%20YSE
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520YSE%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for OY70%20YSE: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: SO16%20WNB
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO16%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for SO16%20WNB: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: SM69%20VUE
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM69%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for SM69%20VUE: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LXZ%204766
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25204766%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LXZ%204766: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: RX14%20GZH
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX14%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for RX14%20GZH: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: PS66%20CLS
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PS66%2520CLS%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for PS66%20CLS: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LX67%20PWO
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520PWO%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LX67%20PWO: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LV67%20TJX
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520TJX%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LV67%20TJX: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: HT72%20FFN
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520FFN%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for HT72%20FFN: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LL21%20UZP
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520UZP%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LL21%20UZP: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: OV72%20XVR
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520XVR%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for OV72%20XVR: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LG64%20YHY
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520YHY%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LG64%20YHY: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: CV22%20VOG
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520VOG%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for CV22%20VOG: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LF15%20RNU
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LF15%20RNU: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: KP18%20BVS
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520BVS%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for KP18%20BVS: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: SA22%20HSZ
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA22%2520HSZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for SA22%20HSZ: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: GL16%20UDO
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for GL16%20UDO: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: GC65%20WPR
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520WPR%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for GC65%20WPR: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: MJ74%20WBF
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520WBF%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for MJ74%20WBF: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: MA74%20ZYT
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520ZYT%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for MA74%20ZYT: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: YY19%20ARF
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for YY19%20ARF: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: YL69%20AKJ
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520AKJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for YL69%20AKJ: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: C12C47855
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C47855%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for C12C47855: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: YJ65%20YUE
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YUE%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for YJ65%20YUE: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: YC66%20OTY
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC66%2520OTY%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for YC66%20OTY: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: PK64%20CZM
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520CZM%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for PK64%20CZM: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: OE66%20SXU
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520SXU%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for OE66%20SXU: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: LT16%20USV
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT16%2520USV%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for LT16%20USV: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: KP15%20OJL
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OJL%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for KP15%20OJL: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: U12H79858
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12H79858%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for U12H79858: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: HV66%20ENK
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for HV66%20ENK: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: FN19%20FHL
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 11:12:22 [bca.uk] INFO: Scrape type for FN19%20FHL: 0
2026-03-29 11:12:22 [bca.uk] INFO: Found listing with ID: WP21%20RWE
2026-03-29 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520RWE%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for WP21%20RWE: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: FH18%20EJU
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520EJU%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for FH18%20EJU: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: BN13%20OWC
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OWC%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for BN13%20OWC: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: GJ17%20NVY
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for GJ17%20NVY: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: C12C68760
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C68760%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for C12C68760: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: GHFK86668
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFK86668%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for GHFK86668: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: KT66%20WTU
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT66%2520WTU%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for KT66%20WTU: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: WF67%20ODN
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520ODN%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for WF67%20ODN: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: WD70%20HHV
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520HHV%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for WD70%20HHV: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: VN14%20JVJ
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520JVJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for VN14%20JVJ: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: SL16%20WTE
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520WTE%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for SL16%20WTE: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: WK23%20TXW
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for WK23%20TXW: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: ML15%20TFZ
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520TFZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for ML15%20TFZ: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: DG24%20NRX
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520NRX%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for DG24%20NRX: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: YT68%20AOG
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520AOG%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for YT68%20AOG: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: AP65%20JUU
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520JUU%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for AP65%20JUU: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: FT63%20JXA
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for FT63%20JXA: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: FV67%20HLY
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520HLY%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for FV67%20HLY: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: MJ17%20UDE
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520UDE%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for MJ17%20UDE: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: 0F8654191
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%270F8654191%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for 0F8654191: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: U12F58223
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12F58223%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for U12F58223: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: MA16%20VCF
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520VCF%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for MA16%20VCF: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: LV18%20UCC
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV18%2520UCC%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for LV18%20UCC: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: DF24%20XAJ
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520XAJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for DF24%20XAJ: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: C12C36979
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C36979%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for C12C36979: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: GHEA20456
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHEA20456%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for GHEA20456: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: GHFS25380
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFS25380%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for GHFS25380: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: GHGY83561
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHGY83561%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for GHGY83561: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: GXJY09716
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GXJY09716%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for GXJY09716: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: KK68%20TXE
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK68%2520TXE%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for KK68%20TXE: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: YH71%20KRN
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520KRN%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for YH71%20KRN: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: RX64%20VKG
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX64%2520VKG%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for RX64%20VKG: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: OU16%20HHJ
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for OU16%20HHJ: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: FE67%20FPU
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520FPU%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for FE67%20FPU: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: DX69%20ZJO
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZJO%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for DX69%20ZJO: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: YG72%20VKL
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520VKL%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for YG72%20VKL: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: CE69%20ZXK
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZXK%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for CE69%20ZXK: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: MD22%20FVC
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD22%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for MD22%20FVC: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: BJ19%20CWR
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520CWR%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for BJ19%20CWR: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: BT60%20ZXZ
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT60%2520ZXZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for BT60%20ZXZ: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: BV14%20LCL
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520LCL%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for BV14%20LCL: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: BW70%20KTV
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KTV%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for BW70%20KTV: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: DL60%20KXX
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL60%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for DL60%20KXX: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: DX22%20WKC
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520WKC%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for DX22%20WKC: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: KO19%20LSL
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520LSL%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for KO19%20LSL: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: LG22%20NWY
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520NWY%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for LG22%20NWY: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: LN24%20RCU
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RCU%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for LN24%20RCU: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: MA74%20KJV
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520KJV%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for MA74%20KJV: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: PO19%20XXU
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XXU%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for PO19%20XXU: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: SH15%20ESF
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH15%2520ESF%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for SH15%20ESF: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: PN59%20LKF
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520LKF%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for PN59%20LKF: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: GL21%20OMZ
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520OMZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for GL21%20OMZ: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: YP22%20MUE
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520MUE%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for YP22%20MUE: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: WF54%20KZD
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF54%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for WF54%20KZD: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: CE18%20FZW
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE18%2520FZW%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for CE18%20FZW: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: YJ69%20MFD
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520MFD%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for YJ69%20MFD: 0
2026-03-29 11:12:23 [bca.uk] INFO: Found listing with ID: AE16%20XJU
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 11:12:23 [bca.uk] INFO: Scrape type for AE16%20XJU: 0
2026-03-29 11:12:23 [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-29 11:12:23 [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-29 11:12:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:12:40 [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-29 11:12:40 [bca.uk] INFO: Total items found: 100
2026-03-29 11:12:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded
2026-03-29 11:12:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:12:40 [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-29 11:12:40 [bca.uk] INFO: Found listing with ID: WR75%20FBO
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520FBO%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for WR75%20FBO: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: LV62%20TZL
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV62%2520TZL%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for LV62%20TZL: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: VO13%20WVX
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO13%2520WVX%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for VO13%20WVX: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: AX02%20MWJ
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX02%2520MWJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for AX02%20MWJ: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: KV18%20VHB
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520VHB%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for KV18%20VHB: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: BW21%20AZC
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520AZC%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for BW21%20AZC: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: EU17%20RHX
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RHX%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for EU17%20RHX: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: HN60%20CZD
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN60%2520CZD%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for HN60%20CZD: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: WP61%20WMD
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for WP61%20WMD: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: LA69%20HEU
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520HEU%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for LA69%20HEU: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: GN18%20PYL
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN18%2520PYL%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for GN18%20PYL: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: LW14%20OFD
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW14%2520OFD%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for LW14%20OFD: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: JP62%20SVP
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JP62%2520SVP%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for JP62%20SVP: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: WD67%20MYR
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520MYR%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for WD67%20MYR: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: YF21%20TVN
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for YF21%20TVN: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: YA21%20OSL
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for YA21%20OSL: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: KW18%20FVJ
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520FVJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for KW18%20FVJ: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: YA71%20PYH
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520PYH%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for YA71%20PYH: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: CX66%20VNU
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX66%2520VNU%27 HTTP/1.1" 200 None
2026-03-29 11:12:40 [bca.uk] INFO: Scrape type for CX66%20VNU: 0
2026-03-29 11:12:40 [bca.uk] INFO: Found listing with ID: LR70%20XGG
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR70%2520XGG%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for LR70%20XGG: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: ST70%20XVP
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST70%2520XVP%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for ST70%20XVP: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: LG23%20YCD
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG23%2520YCD%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for LG23%20YCD: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: DS16%20CFY
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS16%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for DS16%20CFY: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: PF19%20SNK
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PF19%2520SNK%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for PF19%20SNK: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: YY19%20ZRA
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY19%2520ZRA%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for YY19%20ZRA: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: AE19%20OSN
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE19%2520OSN%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for AE19%20OSN: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: EU18%20OFG
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU18%2520OFG%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for EU18%20OFG: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: LC70%20UBJ
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC70%2520UBJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for LC70%20UBJ: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: ND70%20UOH
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND70%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for ND70%20UOH: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: VGZ%205934
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VGZ%25205934%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for VGZ%205934: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: YO68%20FKN
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO68%2520FKN%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for YO68%20FKN: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: WM21%20ZFV
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM21%2520ZFV%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for WM21%20ZFV: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: DY22%20HLN
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY22%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for DY22%20HLN: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: FE71%20ZHB
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE71%2520ZHB%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for FE71%20ZHB: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: GP56%20XRW
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP56%2520XRW%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for GP56%20XRW: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: WV23%20YDM
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV23%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for WV23%20YDM: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: SF11%20CJO
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF11%2520CJO%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for SF11%20CJO: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: CK12%20VEB
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK12%2520VEB%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for CK12%20VEB: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: YD59%20BLX
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD59%2520BLX%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for YD59%20BLX: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: BN64%20ACJ
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN64%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for BN64%20ACJ: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: LS71%20VPL
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS71%2520VPL%27 HTTP/1.1" 200 None
2026-03-29 11:12:41 [bca.uk] INFO: Scrape type for LS71%20VPL: 0
2026-03-29 11:12:41 [bca.uk] INFO: Found listing with ID: SG17%20PXB
2026-03-29 11:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG17%2520PXB%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for SG17%20PXB: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: GN14%20KUV
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520KUV%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for GN14%20KUV: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: LB15%20BTX
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520BTX%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for LB15%20BTX: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: KV61%20PNX
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520PNX%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for KV61%20PNX: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: RO18%20NJV
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520NJV%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for RO18%20NJV: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: LV74%20JDK
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV74%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for LV74%20JDK: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: YC11%20NHY
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC11%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for YC11%20NHY: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: FH21%20WLA
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH21%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for FH21%20WLA: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: KT18%20XHX
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520XHX%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for KT18%20XHX: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: GF67%20XWD
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for GF67%20XWD: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: LP64%20LWK
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for LP64%20LWK: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: SB14%20UEP
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB14%2520UEP%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for SB14%20UEP: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: VA15%20MHF
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA15%2520MHF%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for VA15%20MHF: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: WJ64%20EPA
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ64%2520EPA%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for WJ64%20EPA: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: KW69%20ZYS
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520ZYS%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for KW69%20ZYS: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: OW66%20KUE
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for OW66%20KUE: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BG18%20XYT
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BG18%20XYT: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD74%20RVM
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520RVM%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD74%20RVM: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD74%20TFV
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TFV%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD74%20TFV: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD74%20TGF
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGF%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD74%20TGF: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD74%20TGN
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGN%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD74%20TGN: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD74%20TLV
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TLV%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD74%20TLV: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD74%20UUB
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD74%20UUB: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BG24%20NHY
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BG24%20NHY: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BG24%20NJE
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NJE%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BG24%20NJE: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BK24%20GGJ
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520GGJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BK24%20GGJ: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BP24%20VPR
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP24%2520VPR%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BP24%20VPR: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: NL65%20CWG
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520CWG%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for NL65%20CWG: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BW63%20UOL
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW63%2520UOL%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BW63%20UOL: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: FH63%20FXK
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for FH63%20FXK: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: GM65%20MZV
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520MZV%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for GM65%20MZV: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BC15%20ZNN
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC15%2520ZNN%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BC15%20ZNN: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: GL62%20LYA
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520LYA%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for GL62%20LYA: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: NG25%20DSE
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG25%2520DSE%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for NG25%20DSE: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: YC62%20LNA
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC62%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for YC62%20LNA: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: PE21%20YRU
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE21%2520YRU%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for PE21%20YRU: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: DA63%20ZBZ
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for DA63%20ZBZ: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: SR10%20JVX
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR10%2520JVX%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for SR10%20JVX: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: LR61%20BEL
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR61%2520BEL%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for LR61%20BEL: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: LP73%20GCZ
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520GCZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for LP73%20GCZ: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: ET10%20JBZ
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520JBZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for ET10%20JBZ: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: EJ10%20GOC
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ10%2520GOC%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for EJ10%20GOC: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BG70%20LHT
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BG70%20LHT: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: MD65%20YLR
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD65%2520YLR%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for MD65%20YLR: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: KR66%20FDZ
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520FDZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for KR66%20FDZ: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: FV62%20YSN
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YSN%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for FV62%20YSN: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: GU17%20VUF
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520VUF%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for GU17%20VUF: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: KN22%20WLL
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520WLL%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for KN22%20WLL: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: WP66%20XWR
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520XWR%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for WP66%20XWR: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD25%20SZE
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD25%2520SZE%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD25%20SZE: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BD72%20MOV
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BD72%20MOV: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BJ75%20OXW
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520OXW%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BJ75%20OXW: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BL24%20KCN
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520KCN%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BL24%20KCN: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: BX25%20UUL
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX25%2520UUL%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for BX25%20UUL: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: DA72%20ZNK
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZNK%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for DA72%20ZNK: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: MD73%20YAF
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520YAF%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for MD73%20YAF: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: PF72%20TKV
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for PF72%20TKV: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: PL73%20FNR
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL73%2520FNR%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for PL73%20FNR: 0
2026-03-29 11:12:42 [bca.uk] INFO: Found listing with ID: SY25%20VYC
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY25%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 11:12:42 [bca.uk] INFO: Scrape type for SY25%20VYC: 0
2026-03-29 11:12:42 [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-29 11:12:42 [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-29 11:12:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:12:52 [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-29 11:12:52 [bca.uk] INFO: Total items found: 100
2026-03-29 11:12:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded
2026-03-29 11:12:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:12:52 [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-29 11:12:52 [bca.uk] INFO: Found listing with ID: YY66%20NAO
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for YY66%20NAO: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: KW21%20HLU
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520HLU%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for KW21%20HLU: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: BC16%20GSO
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520GSO%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for BC16%20GSO: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: MC16%20RHA
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for MC16%20RHA: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: SM18%20EYV
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520EYV%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for SM18%20EYV: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: YK16%20ECY
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520ECY%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for YK16%20ECY: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: YK67%20EPM
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520EPM%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for YK67%20EPM: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: YH22%20LFE
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for YH22%20LFE: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: KE15%20XAY
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520XAY%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for KE15%20XAY: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: RX20%20KHJ
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for RX20%20KHJ: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: WG13%20WJK
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG13%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for WG13%20WJK: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: HK68%20OYA
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520OYA%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for HK68%20OYA: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: OY64%20YEU
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520YEU%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for OY64%20YEU: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: LM69%20OAH
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM69%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for LM69%20OAH: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: YH17%20LVA
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH17%2520LVA%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for YH17%20LVA: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: YT24%20RJJ
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT24%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for YT24%20RJJ: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: EJ19%20GZB
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520GZB%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for EJ19%20GZB: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: WP66%20MFV
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for WP66%20MFV: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: VX63%20BLK
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520BLK%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for VX63%20BLK: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: GY72%20CWN
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520CWN%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for GY72%20CWN: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: AO17%20ZBJ
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for AO17%20ZBJ: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: OU63%20XGP
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for OU63%20XGP: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: BT71%20EPC
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520EPC%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for BT71%20EPC: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: OW18%20MLY
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW18%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for OW18%20MLY: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: DP65%20OAA
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520OAA%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for DP65%20OAA: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: CX20%20OUA
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520OUA%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for CX20%20OUA: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: KN14%20CZW
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for KN14%20CZW: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: BP67%20ZGT
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520ZGT%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for BP67%20ZGT: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: LS71%20FDE
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for LS71%20FDE: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: YX14%20YFV
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX14%2520YFV%27 HTTP/1.1" 200 None
2026-03-29 11:12:52 [bca.uk] INFO: Scrape type for YX14%20YFV: 0
2026-03-29 11:12:52 [bca.uk] INFO: Found listing with ID: RE24%20VYW
2026-03-29 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520VYW%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for RE24%20VYW: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DY23%20SZD
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520SZD%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DY23%20SZD: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YK23%20UXG
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK23%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YK23%20UXG: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: GX16%20NVO
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520NVO%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for GX16%20NVO: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YK16%20WNJ
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520WNJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YK16%20WNJ: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: GL16%20HGX
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520HGX%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for GL16%20HGX: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: WK24%20UYU
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK24%2520UYU%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for WK24%20UYU: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: VN63%20AWJ
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520AWJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for VN63%20AWJ: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YS11%20ZDP
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS11%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YS11%20ZDP: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: FD12%20CRV
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD12%2520CRV%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for FD12%20CRV: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DN24%20YTE
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520YTE%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DN24%20YTE: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: BK72%20YLE
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520YLE%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for BK72%20YLE: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: MJ24%20BZE
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520BZE%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for MJ24%20BZE: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: HT71%20WFL
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520WFL%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for HT71%20WFL: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: CY23%20JZV
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY23%2520JZV%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for CY23%20JZV: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: BK71%20XAY
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520XAY%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for BK71%20XAY: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: WR72%20LDX
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520LDX%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for WR72%20LDX: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: MF74%20YZU
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF74%2520YZU%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for MF74%20YZU: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: AN08%20YUX
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN08%2520YUX%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for AN08%20YUX: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: WX22%20WJV
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for WX22%20WJV: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YH22%20LNP
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNP%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YH22%20LNP: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YR22%20AMO
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520AMO%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YR22%20AMO: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DV24%20YML
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520YML%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DV24%20YML: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: FX23%20YXL
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520YXL%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for FX23%20YXL: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: RV20%20BHF
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520BHF%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for RV20%20BHF: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: BT73%20GMG
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for BT73%20GMG: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: HF64%20OET
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF64%2520OET%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for HF64%20OET: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DN72%20USZ
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520USZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DN72%20USZ: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: FM73%20TOU
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM73%2520TOU%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for FM73%20TOU: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: KS23%20HSD
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HSD%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for KS23%20HSD: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: KU70%20WME
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520WME%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for KU70%20WME: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: WA22%20YCC
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for WA22%20YCC: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: AJ72%20LNE
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520LNE%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for AJ72%20LNE: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: EF18%20AOO
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520AOO%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for EF18%20AOO: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: BG74%20UWW
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520UWW%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for BG74%20UWW: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: LD69%20CKV
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for LD69%20CKV: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: KU68%20KXC
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520KXC%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for KU68%20KXC: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: LP22%20EUY
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520EUY%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for LP22%20EUY: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YP04%20LFK
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP04%2520LFK%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YP04%20LFK: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: SG22%20YLV
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520YLV%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for SG22%20YLV: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: SL22%20FMJ
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FMJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for SL22%20FMJ: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: BT73%20HSO
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for BT73%20HSO: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DC68%20BUJ
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC68%2520BUJ%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DC68%20BUJ: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: MA22%20BYG
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520BYG%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for MA22%20BYG: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DG21%20OMM
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG21%2520OMM%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DG21%20OMM: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DA23%20MKK
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MKK%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DA23%20MKK: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: SV22%20UBY
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520UBY%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for SV22%20UBY: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: BJ22%20KSE
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for BJ22%20KSE: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: GN22%20ULG
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN22%2520ULG%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for GN22%20ULG: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: SP23%20HFK
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HFK%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for SP23%20HFK: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: SP23%20HYC
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for SP23%20HYC: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: W111%20CWT
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W111%2520CWT%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for W111%20CWT: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YH20%20USV
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520USV%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YH20%20USV: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: YN19%20NTG
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520NTG%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for YN19%20NTG: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: DU21%20XHZ
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for DU21%20XHZ: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: WX21%20YFF
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YFF%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for WX21%20YFF: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: HV22%20OHW
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for HV22%20OHW: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: PE22%20ZHB
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520ZHB%27 HTTP/1.1" 200 None
2026-03-29 11:12:53 [bca.uk] INFO: Scrape type for PE22%20ZHB: 0
2026-03-29 11:12:53 [bca.uk] INFO: Found listing with ID: PY72%20HDG
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520HDG%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for PY72%20HDG: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: YG22%20NTE
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520NTE%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for YG22%20NTE: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: FX22%20UBM
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520UBM%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for FX22%20UBM: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: YG22%20XHN
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520XHN%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for YG22%20XHN: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: DN24%20RPZ
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for DN24%20RPZ: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: YK19%20VRL
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VRL%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for YK19%20VRL: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: FX23%20HXG
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HXG%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for FX23%20HXG: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: CY71%20MTU
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY71%2520MTU%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for CY71%20MTU: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: LF24%20RMV
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for LF24%20RMV: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: NU75%20JXN
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU75%2520JXN%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for NU75%20JXN: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: OE23%20EVR
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EVR%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for OE23%20EVR: 0
2026-03-29 11:12:54 [bca.uk] INFO: Found listing with ID: RK22%20SWX
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520SWX%27 HTTP/1.1" 200 None
2026-03-29 11:12:54 [bca.uk] INFO: Scrape type for RK22%20SWX: 0
2026-03-29 11:12:54 [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-29 11:12:54 [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-29 11:12:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:12:59 [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-29 11:12:59 [bca.uk] INFO: Total items found: 100
2026-03-29 11:12:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded
2026-03-29 11:12:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:12:59 [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-29 11:12:59 [bca.uk] INFO: Found listing with ID: RK22%20XNF
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520XNF%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for RK22%20XNF: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: YX22%20ZTN
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520ZTN%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for YX22%20ZTN: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: NA22%20WZX
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520WZX%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for NA22%20WZX: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: AP71%20HVH
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520HVH%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for AP71%20HVH: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: AX12%20GWW
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX12%2520GWW%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for AX12%20GWW: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: RE22%20DJV
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DJV%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for RE22%20DJV: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: SD72%20XOV
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520XOV%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for SD72%20XOV: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: BG23%20UXC
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520UXC%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for BG23%20UXC: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: HV71%20XPX
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XPX%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for HV71%20XPX: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: MM72%20EXU
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520EXU%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for MM72%20EXU: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: BD21%20GZN
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520GZN%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for BD21%20GZN: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: CN68%20VXS
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN68%2520VXS%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for CN68%20VXS: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: HN17%20ZXB
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520ZXB%27 HTTP/1.1" 200 None
2026-03-29 11:12:59 [bca.uk] INFO: Scrape type for HN17%20ZXB: 0
2026-03-29 11:12:59 [bca.uk] INFO: Found listing with ID: KW19%20RMV
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for KW19%20RMV: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: LR23%20XOZ
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for LR23%20XOZ: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: MT19%20VGK
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520VGK%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for MT19%20VGK: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: RA23%20NPN
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA23%2520NPN%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for RA23%20NPN: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: WX19%20UVG
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX19%2520UVG%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for WX19%20UVG: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: KP16%20VKR
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520VKR%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for KP16%20VKR: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: AY20%20ZZG
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520ZZG%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for AY20%20ZZG: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: BV74%20EXF
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV74%2520EXF%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for BV74%20EXF: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: NA72%20MUU
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520MUU%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for NA72%20MUU: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: AF22%20UBK
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UBK%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for AF22%20UBK: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: LM19%20JZP
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for LM19%20JZP: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: KM70%20YZO
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM70%2520YZO%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for KM70%20YZO: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: BG09%20GKA
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for BG09%20GKA: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: WN14%20RWJ
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520RWJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for WN14%20RWJ: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: KY62%20VVF
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520VVF%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for KY62%20VVF: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: P17%20SKD
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P17%2520SKD%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for P17%20SKD: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: LN66%20NPX
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN66%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for LN66%20NPX: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: PL66%20BYF
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL66%2520BYF%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for PL66%20BYF: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: BW66%20GVP
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520GVP%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for BW66%20GVP: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: YK68%20ZBN
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520ZBN%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for YK68%20ZBN: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: YD21%20EDM
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD21%2520EDM%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for YD21%20EDM: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: GL20%20UHO
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for GL20%20UHO: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: GM18%20UHK
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM18%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for GM18%20UHK: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: NV17%20UXW
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for NV17%20UXW: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: EK18%20FGN
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520FGN%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for EK18%20FGN: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: DE64%20BKG
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520BKG%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for DE64%20BKG: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: SB09%20SYX
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB09%2520SYX%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for SB09%20SYX: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: FD67%20HXJ
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520HXJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for FD67%20HXJ: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: LS07%20DVF
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS07%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for LS07%20DVF: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: SM15%20MWL
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520MWL%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for SM15%20MWL: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: YA11%20RXW
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520RXW%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for YA11%20RXW: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: FX72%20NNZ
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX72%2520NNZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for FX72%20NNZ: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: GJ18%20XZK
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XZK%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for GJ18%20XZK: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: GV66%20PZS
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520PZS%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for GV66%20PZS: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: HG17%20OPK
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520OPK%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for HG17%20OPK: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: HX64%20XJN
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520XJN%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for HX64%20XJN: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: KM18%20SUY
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520SUY%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for KM18%20SUY: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: KO21%20FML
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO21%2520FML%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for KO21%20FML: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: KR65%20TVW
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for KR65%20TVW: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: LD19%20UXW
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for LD19%20UXW: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: LM70%20LDF
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520LDF%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for LM70%20LDF: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: LO64%20XFE
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520XFE%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for LO64%20XFE: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: ML24%20DWU
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520DWU%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for ML24%20DWU: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: ML66%20MYS
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520MYS%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for ML66%20MYS: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: OE73%20NXH
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE73%2520NXH%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for OE73%20NXH: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: OV18%20XBN
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520XBN%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for OV18%20XBN: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: PN66%20WSJ
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WSJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for PN66%20WSJ: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: RA18%20LAA
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520LAA%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for RA18%20LAA: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: ST68%20YPN
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520YPN%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for ST68%20YPN: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: VF69%20KCZ
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520KCZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for VF69%20KCZ: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: VK22%20VYN
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for VK22%20VYN: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: VK61%20WXM
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for VK61%20WXM: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: VK69%20SMU
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520SMU%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for VK69%20SMU: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: VN71%20HKB
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520HKB%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for VN71%20HKB: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: VN72%20URC
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520URC%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for VN72%20URC: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: VT19%20NMU
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for VT19%20NMU: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: WJ14%20CHL
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520CHL%27 HTTP/1.1" 200 None
2026-03-29 11:13:00 [bca.uk] INFO: Scrape type for WJ14%20CHL: 0
2026-03-29 11:13:00 [bca.uk] INFO: Found listing with ID: WU74%20LCA
2026-03-29 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU74%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for WU74%20LCA: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: YD18%20PMC
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520PMC%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for YD18%20PMC: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: YN69%20VUR
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520VUR%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for YN69%20VUR: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: YO68%20OYN
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520OYN%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for YO68%20OYN: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: YS60%20OGO
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS60%2520OGO%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for YS60%20OGO: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: YS70%20YHL
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520YHL%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for YS70%20YHL: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: YY17%20UPO
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520UPO%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for YY17%20UPO: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: AE69%20BSV
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520BSV%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for AE69%20BSV: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: AK58%20ZZW
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520ZZW%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for AK58%20ZZW: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: AK69%20YVY
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520YVY%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for AK69%20YVY: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: AV18%20FHT
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for AV18%20FHT: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: AY24%20WZV
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY24%2520WZV%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for AY24%20WZV: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: BD24%20OPB
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OPB%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for BD24%20OPB: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: BF67%20FMX
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520FMX%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for BF67%20FMX: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: BJ20%20CFA
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520CFA%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for BJ20%20CFA: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: BJ70%20ZYT
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520ZYT%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for BJ70%20ZYT: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: BN58%20YXR
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN58%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 11:13:01 [bca.uk] INFO: Scrape type for BN58%20YXR: 0
2026-03-29 11:13:01 [bca.uk] INFO: Found listing with ID: BP19%20ULV
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for BP19%20ULV: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: BW23%20MME
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW23%2520MME%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for BW23%20MME: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: CY15%20FSD
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520FSD%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for CY15%20FSD: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: DE69%20YXA
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520YXA%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for DE69%20YXA: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: DN20%20VVE
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520VVE%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for DN20%20VVE: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: DV14%20NUK
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520NUK%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for DV14%20NUK: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: DX22%20OMV
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520OMV%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for DX22%20OMV: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: DY18%20WKM
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520WKM%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for DY18%20WKM: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: EA74%20GFU
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA74%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for EA74%20GFU: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: FE68%20YXY
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520YXY%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for FE68%20YXY: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: FL62%20VUX
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL62%2520VUX%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for FL62%20VUX: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: FN64%20FJA
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520FJA%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for FN64%20FJA: 0
2026-03-29 11:13:02 [bca.uk] INFO: Found listing with ID: FR61%20CKA
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR61%2520CKA%27 HTTP/1.1" 200 None
2026-03-29 11:13:02 [bca.uk] INFO: Scrape type for FR61%20CKA: 0
2026-03-29 11:13:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:13:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11: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-29 11:13:03 [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-29 11:13:03 [bca.uk] INFO: Total items found: 100
2026-03-29 11:13:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded
2026-03-29 11:13:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:13:03 [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-29 11:13:03 [bca.uk] INFO: Found listing with ID: PJ66%20XTM
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ66%2520XTM%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for PJ66%20XTM: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: WG24%20EGE
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG24%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for WG24%20EGE: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: PK12%20LMF
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK12%2520LMF%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for PK12%20LMF: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: MV18%20FNM
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV18%2520FNM%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for MV18%20FNM: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: GN16%20UPX
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN16%2520UPX%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for GN16%20UPX: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: CA62%20HNC
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA62%2520HNC%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for CA62%20HNC: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: YF64%20GUD
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF64%2520GUD%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for YF64%20GUD: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: GL17%20EKJ
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL17%2520EKJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:03 [bca.uk] INFO: Scrape type for GL17%20EKJ: 0
2026-03-29 11:13:03 [bca.uk] INFO: Found listing with ID: DC18%20ETO
2026-03-29 11:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ETO%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for DC18%20ETO: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: BP21%20OPC
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520OPC%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for BP21%20OPC: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: MF67%20EYS
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520EYS%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for MF67%20EYS: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: MT11%20LOV
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT11%2520LOV%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for MT11%20LOV: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: FR19%20BJZ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520BJZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for FR19%20BJZ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: YF11%20RLZ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF11%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for YF11%20RLZ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: BV70%20TKC
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520TKC%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for BV70%20TKC: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: LB68%20LZH
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520LZH%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for LB68%20LZH: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: PN14%20XWK
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN14%2520XWK%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for PN14%20XWK: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: NX22%20YRE
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520YRE%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for NX22%20YRE: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: HT04%20EMV
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT04%2520EMV%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for HT04%20EMV: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: SF63%20KLO
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520KLO%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for SF63%20KLO: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: DL70%20DFN
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520DFN%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for DL70%20DFN: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: MD19%20MXJ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520MXJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for MD19%20MXJ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: WF18%20VYG
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF18%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for WF18%20VYG: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: DC17%20XSD
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC17%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for DC17%20XSD: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: VA21%20XJO
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for VA21%20XJO: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: LL71%20FHM
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FHM%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for LL71%20FHM: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: CA70%20WXZ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA70%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for CA70%20WXZ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: LF19%20UDK
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520UDK%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for LF19%20UDK: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: NG15%20EOO
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520EOO%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for NG15%20EOO: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: BV60%20HHM
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV60%2520HHM%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for BV60%20HHM: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: DC66%20NTY
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520NTY%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for DC66%20NTY: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: FV15%20VCK
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520VCK%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for FV15%20VCK: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: WH19%20UDG
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UDG%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for WH19%20UDG: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: MD15%20UJX
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520UJX%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for MD15%20UJX: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: FP22%20KUF
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520KUF%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for FP22%20KUF: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: HW18%20FKF
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW18%2520FKF%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for HW18%20FKF: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: DA11%20DLN
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520DLN%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for DA11%20DLN: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: KU66%20YWT
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520YWT%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for KU66%20YWT: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: CV68%20UMS
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV68%2520UMS%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for CV68%20UMS: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: OV17%20LZD
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520LZD%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for OV17%20LZD: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: HK20%20OCF
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK20%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for HK20%20OCF: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: WX66%20UZD
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520UZD%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for WX66%20UZD: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: BL70%20UTV
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520UTV%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for BL70%20UTV: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: AO16%20DUJ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO16%2520DUJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for AO16%20DUJ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: CA24%20VRW
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA24%2520VRW%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for CA24%20VRW: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: NJ70%20ZZO
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ70%2520ZZO%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for NJ70%20ZZO: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: BL63%20XPE
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520XPE%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for BL63%20XPE: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: HX22%20GKO
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for HX22%20GKO: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: FL18%20WSJ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520WSJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for FL18%20WSJ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: YX10%20HNG
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX10%2520HNG%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for YX10%20HNG: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: KV17%20XKT
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for KV17%20XKT: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: VN61%20NXL
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for VN61%20NXL: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: MD64%20TMO
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD64%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for MD64%20TMO: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: EA17%20YTW
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520YTW%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for EA17%20YTW: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: WG66%20FCJ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520FCJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for WG66%20FCJ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: ND63%20FOJ
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520FOJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for ND63%20FOJ: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: AU09%20ZDF
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU09%2520ZDF%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for AU09%20ZDF: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: LB14%20SVU
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB14%2520SVU%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for LB14%20SVU: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: GJ65%20YOD
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520YOD%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for GJ65%20YOD: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: GU14%20UUR
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for GU14%20UUR: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: ME19%20EHK
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for ME19%20EHK: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: DE15%20OXC
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520OXC%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for DE15%20OXC: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: NL15%20OMT
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520OMT%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for NL15%20OMT: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: BX06%20EYS
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX06%2520EYS%27 HTTP/1.1" 200 None
2026-03-29 11:13:04 [bca.uk] INFO: Scrape type for BX06%20EYS: 0
2026-03-29 11:13:04 [bca.uk] INFO: Found listing with ID: YY15%20EWR
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for YY15%20EWR: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: HK73%20GXE
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520GXE%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for HK73%20GXE: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: DU20%20SFJ
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520SFJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for DU20%20SFJ: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: DS63%20ZFJ
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS63%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for DS63%20ZFJ: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: CF69%20RKX
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520RKX%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for CF69%20RKX: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: FP64%20JRV
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520JRV%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for FP64%20JRV: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: EK64%20YCP
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK64%2520YCP%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for EK64%20YCP: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: FL21%20RVA
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520RVA%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for FL21%20RVA: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: DG19%20ALO
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG19%2520ALO%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for DG19%20ALO: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: PK17%20DWG
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for PK17%20DWG: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: DC18%20ZFK
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ZFK%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for DC18%20ZFK: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: YP24%20XMV
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XMV%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for YP24%20XMV: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: YP24%20TVC
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVC%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for YP24%20TVC: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: E6%20STJ
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E6%2520STJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for E6%20STJ: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: HN74%20OOV
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for HN74%20OOV: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: BJ57%20AXO
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ57%2520AXO%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for BJ57%20AXO: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: KX15%20XDG
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520XDG%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for KX15%20XDG: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: LL16%20ONE
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520ONE%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for LL16%20ONE: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: GC65%20RHO
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520RHO%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for GC65%20RHO: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: MM74%20YRN
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YRN%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for MM74%20YRN: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: EF13%20UOK
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520UOK%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for EF13%20UOK: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: AF14%20OUN
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520OUN%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for AF14%20OUN: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: MM74%20YOJ
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for MM74%20YOJ: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: LG14%20KBG
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520KBG%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for LG14%20KBG: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: BD68%20FXZ
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520FXZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for BD68%20FXZ: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: LG18%20LYT
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520LYT%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for LG18%20LYT: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: RE18%20HPL
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for RE18%20HPL: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: RE66%20ZXR
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520ZXR%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for RE66%20ZXR: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: LN14%20AZJ
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520AZJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for LN14%20AZJ: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: MF63%20OGB
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520OGB%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for MF63%20OGB: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: YY14%20JWG
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY14%2520JWG%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for YY14%20JWG: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: MM74%20YOL
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOL%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for MM74%20YOL: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: HV74%20FYM
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520FYM%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for HV74%20FYM: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: NJ16%20OZV
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520OZV%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for NJ16%20OZV: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: HV09%20EEY
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520EEY%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for HV09%20EEY: 0
2026-03-29 11:13:05 [bca.uk] INFO: Found listing with ID: MK10%20YRG
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK10%2520YRG%27 HTTP/1.1" 200 None
2026-03-29 11:13:05 [bca.uk] INFO: Scrape type for MK10%20YRG: 0
2026-03-29 11:13:05 [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-29 11:13:05 [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-29 11:13:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:13:08 [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-29 11:13:08 [bca.uk] INFO: Total items found: 100
2026-03-29 11:13:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded
2026-03-29 11:13:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:13:08 [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-29 11:13:08 [bca.uk] INFO: Found listing with ID: YP74%20VUX
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP74%2520VUX%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for YP74%20VUX: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: YH18%20ZEU
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH18%2520ZEU%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for YH18%20ZEU: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: GD17%20CKF
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD17%2520CKF%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for GD17%20CKF: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RX74%20EFT
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX74%2520EFT%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RX74%20EFT: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: EG18%20BHD
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EG18%2520BHD%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for EG18%20BHD: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RX74%20CEO
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX74%2520CEO%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RX74%20CEO: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: AK14%20EHJ
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK14%2520EHJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for AK14%20EHJ: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: BK74%20APV
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK74%2520APV%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for BK74%20APV: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: SG66%20AYS
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG66%2520AYS%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for SG66%20AYS: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: CN15%20OVR
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CN15%2520OVR%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for CN15%20OVR: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: DL74%20VCU
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL74%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for DL74%20VCU: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: KV14%20NEN
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV14%2520NEN%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for KV14%20NEN: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: FN17%20EEP
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN17%2520EEP%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for FN17%20EEP: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: LJ16%20SLU
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LJ16%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for LJ16%20SLU: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: OU19%20XBC
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU19%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for OU19%20XBC: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RJ16%20TMX
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ16%2520TMX%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RJ16%20TMX: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RV15%20KDZ
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV15%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RV15%20KDZ: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: SF19%20WCN
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SF19%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for SF19%20WCN: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: SH66%20XBF
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH66%2520XBF%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for SH66%20XBF: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: SJ18%20WBU
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ18%2520WBU%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for SJ18%20WBU: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: WG19%20EJF
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG19%2520EJF%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for WG19%20EJF: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: WH19%20HPZ
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WH19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for WH19%20HPZ: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: WT19%20UJM
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT19%2520UJM%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for WT19%20UJM: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: YA21%20GZM
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YA21%2520GZM%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for YA21%20GZM: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: YB10%20MYN
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB10%2520MYN%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for YB10%20MYN: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: YJ15%20GSP
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ15%2520GSP%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for YJ15%20GSP: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: YR14%20MVX
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR14%2520MVX%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for YR14%20MVX: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: HV12%20ANR
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV12%2520ANR%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for HV12%20ANR: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: HV22%20XSR
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV22%2520XSR%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for HV22%20XSR: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: HV60%20WCK
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV60%2520WCK%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for HV60%20WCK: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: HV67%20PYU
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV67%2520PYU%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for HV67%20PYU: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: HY15%20YZC
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY15%2520YZC%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for HY15%20YZC: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: HY22%20LWZ
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY22%2520LWZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for HY22%20LWZ: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: HY64%20VCV
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY64%2520VCV%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for HY64%20VCV: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: KM12%20VCX
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM12%2520VCX%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for KM12%20VCX: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: KR08%20UYS
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR08%2520UYS%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for KR08%20UYS: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: LB20%20LHK
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB20%2520LHK%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for LB20%20LHK: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: LF14%20NFP
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF14%2520NFP%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for LF14%20NFP: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: LF68%20UNM
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF68%2520UNM%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for LF68%20UNM: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: LL66%20OAM
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL66%2520OAM%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for LL66%20OAM: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: LP66%20WNX
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP66%2520WNX%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for LP66%20WNX: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: LP72%20TEV
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP72%2520TEV%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for LP72%20TEV: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: ND61%20NTN
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND61%2520NTN%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for ND61%20NTN: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: OU17%20WPF
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU17%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for OU17%20WPF: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: OV67%20FVO
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV67%2520FVO%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for OV67%20FVO: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RE16%20KYH
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE16%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RE16%20KYH: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RE67%20WVT
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE67%2520WVT%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RE67%20WVT: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RJ14%20XAL
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ14%2520XAL%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RJ14%20XAL: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RJ18%20WPP
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ18%2520WPP%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RJ18%20WPP: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RK64%20JXN
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK64%2520JXN%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RK64%20JXN: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RV66%20FOK
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV66%2520FOK%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RV66%20FOK: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: RY66%20OYC
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RY66%2520OYC%27 HTTP/1.1" 200 None
2026-03-29 11:13:08 [bca.uk] INFO: Scrape type for RY66%20OYC: 0
2026-03-29 11:13:08 [bca.uk] INFO: Found listing with ID: SC66%20HZA
2026-03-29 11:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520HZA%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for SC66%20HZA: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: VA12%20KAK
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA12%2520KAK%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for VA12%20KAK: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: VK19%20YHY
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520YHY%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for VK19%20YHY: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: WF65%20YUA
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520YUA%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for WF65%20YUA: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: WG18%20XYN
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XYN%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for WG18%20XYN: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: WJ18%20JFK
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520JFK%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for WJ18%20JFK: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: WJ69%20EFS
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520EFS%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for WJ69%20EFS: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: WP11%20FNY
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520FNY%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for WP11%20FNY: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: WT19%20MWC
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MWC%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for WT19%20MWC: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: BG65%20LKA
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520LKA%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for BG65%20LKA: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: BG66%20AOL
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for BG66%20AOL: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: BJ68%20MKO
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520MKO%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for BJ68%20MKO: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: BT65%20RKY
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT65%2520RKY%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for BT65%20RKY: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: DK12%20ZWB
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK12%2520ZWB%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for DK12%20ZWB: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: DS14%20ATY
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS14%2520ATY%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for DS14%20ATY: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: DX16%20BHE
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520BHE%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for DX16%20BHE: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: EA66%20NHF
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for EA66%20NHF: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: EO69%20CAU
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520CAU%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for EO69%20CAU: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: FE12%20GVZ
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520GVZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for FE12%20GVZ: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: GC19%20HMG
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for GC19%20HMG: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: GF72%20YGV
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520YGV%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for GF72%20YGV: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: GN06%20ZJU
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN06%2520ZJU%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for GN06%20ZJU: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: GN66%20OBA
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520OBA%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for GN66%20OBA: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HD18%20LRO
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD18%2520LRO%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HD18%20LRO: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HG19%20YXO
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HG19%20YXO: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HJ14%20VGO
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520VGO%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HJ14%20VGO: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HJ20%20KNC
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520KNC%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HJ20%20KNC: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HJ69%20KFN
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520KFN%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HJ69%20KFN: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HJ69%20XER
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520XER%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HJ69%20XER: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HK22%20OZL
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520OZL%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HK22%20OZL: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HN16%20KFZ
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520KFZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HN16%20KFZ: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HN17%20YVO
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520YVO%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HN17%20YVO: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HN62%20LDK
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN62%2520LDK%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HN62%20LDK: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HN65%20YJM
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HN65%20YJM: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HN67%20HZX
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HN67%20HZX: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HN70%20EYF
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520EYF%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HN70%20EYF: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HS18%20GVN
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS18%2520GVN%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HS18%20GVN: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: HS19%20KYT
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520KYT%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for HS19%20KYT: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: AP66%20PJX
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP66%2520PJX%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for AP66%20PJX: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: BF66%20CWO
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF66%2520CWO%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for BF66%20CWO: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: BN25%20RGY
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RGY%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for BN25%20RGY: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: YP15%20FWC
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520FWC%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for YP15%20FWC: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: LF13%20ZRD
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520ZRD%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for LF13%20ZRD: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: WM19%20MJE
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520MJE%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for WM19%20MJE: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: PY20%20EZG
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520EZG%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for PY20%20EZG: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: NJ59%20ZRN
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ59%2520ZRN%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for NJ59%20ZRN: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: GF68%20XCK
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520XCK%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for GF68%20XCK: 0
2026-03-29 11:13:09 [bca.uk] INFO: Found listing with ID: MA63%20FDF
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA63%2520FDF%27 HTTP/1.1" 200 None
2026-03-29 11:13:09 [bca.uk] INFO: Scrape type for MA63%20FDF: 0
2026-03-29 11:13:09 [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-29 11:13:09 [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-29 11: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-29 11:13:10 [scrapy.extensions.logstats] INFO: Crawled 171 pages (at 7 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:13:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Total items found: 100
2026-03-29 11:13:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded
2026-03-29 11:13:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Found listing with ID: KR65%20XYZ
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520XYZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:19 [bca.uk] INFO: Scrape type for KR65%20XYZ: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: DT66%20NJY
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for DT66%20NJY: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: EJ60%20VMA
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for EJ60%20VMA: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: FL64%20EPN
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520EPN%27 HTTP/1.1" 200 None
2026-03-29 11:13:19 [bca.uk] INFO: Scrape type for FL64%20EPN: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: PK61%20EUC
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for PK61%20EUC: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: SG67%20NNY
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for SG67%20NNY: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: EY67%20EHN
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520EHN%27 HTTP/1.1" 200 None
2026-03-29 11:13:19 [bca.uk] INFO: Scrape type for EY67%20EHN: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: EY65%20NTN
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520NTN%27 HTTP/1.1" 200 None
2026-03-29 11:13:19 [bca.uk] INFO: Scrape type for EY65%20NTN: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: GL72%20PMX
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for GL72%20PMX: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: KU17%20FTJ
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:19 [bca.uk] INFO: Scrape type for KU17%20FTJ: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: LC71%20DFU
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for LC71%20DFU: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: LX19%20YTN
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for LX19%20YTN: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: LY14%20AOK
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for LY14%20AOK: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: NU69%20HVX
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for NU69%20HVX: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: OY17%20GEJ
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for OY17%20GEJ: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: S11%20WRR
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for S11%20WRR: 0
2026-03-29 11:13:19 [bca.uk] INFO: Found listing with ID: VK68%20WDN
2026-03-29 11:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:19 [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-29 11:13:19 [bca.uk] INFO: Scrape type for VK68%20WDN: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: WF65%20USE
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520USE%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for WF65%20USE: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: WP18%20PWY
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520PWY%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for WP18%20PWY: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: WX66%20VHF
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520VHF%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for WX66%20VHF: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: EY22%20ULL
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for EY22%20ULL: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: AV09%20TEO
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for AV09%20TEO: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: YV03%20EFE
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV03%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for YV03%20EFE: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: CK68%20CFY
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for CK68%20CFY: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: LS10%20XSO
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS10%2520XSO%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for LS10%20XSO: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: LX24%20PCU
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX24%2520PCU%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for LX24%20PCU: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: DG68%20MTX
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for DG68%20MTX: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: CN71%20UJT
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for CN71%20UJT: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: SW17%20XJF
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520XJF%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for SW17%20XJF: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: MT23%20CCV
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520CCV%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for MT23%20CCV: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: MX69%20CCU
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520CCU%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for MX69%20CCU: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: SA21%20JPF
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520JPF%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for SA21%20JPF: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: BG15%20OHA
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG15%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for BG15%20OHA: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: BG66%20LNE
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520LNE%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for BG66%20LNE: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: BU72%20HBA
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520HBA%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for BU72%20HBA: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: DG69%20HMV
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG69%2520HMV%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for DG69%20HMV: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: DN20%20OSK
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OSK%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for DN20%20OSK: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: FG20%20LJA
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520LJA%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for FG20%20LJA: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: KR22%20BYL
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520BYL%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for KR22%20BYL: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: KW68%20ZDH
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW68%2520ZDH%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for KW68%20ZDH: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: LL69%20JHU
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520JHU%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for LL69%20JHU: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: MF22%20PFN
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520PFN%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for MF22%20PFN: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: ML70%20FSO
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520FSO%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for ML70%20FSO: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: OE17%20WBN
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for OE17%20WBN: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: LK16%20OFO
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK16%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for LK16%20OFO: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: RJ51%20FZS
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ51%2520FZS%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for RJ51%20FZS: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: YP18%20ZJN
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520ZJN%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for YP18%20ZJN: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: HG64%20PJU
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520PJU%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for HG64%20PJU: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: GF16%20UZD
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF16%2520UZD%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for GF16%20UZD: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: LV14%20UDJ
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520UDJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for LV14%20UDJ: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: FX64%20LSF
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520LSF%27 HTTP/1.1" 200 None
2026-03-29 11:13:20 [bca.uk] INFO: Scrape type for FX64%20LSF: 0
2026-03-29 11:13:20 [bca.uk] INFO: Found listing with ID: FC16%20EOG
2026-03-29 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FC16%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for FC16%20EOG: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LG66%20TVC
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520TVC%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LG66%20TVC: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LRZ%20411
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LRZ%2520411%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LRZ%20411: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: BU14%20KCK
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU14%2520KCK%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for BU14%20KCK: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: GX16%20VXR
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VXR%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for GX16%20VXR: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: SE66%20WBO
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for SE66%20WBO: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: BT69%20WGO
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT69%2520WGO%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for BT69%20WGO: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: NJ13%20EYY
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520EYY%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for NJ13%20EYY: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: R98%20MGH
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R98%2520MGH%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for R98%20MGH: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: YG23%20XFC
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFC%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for YG23%20XFC: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: FE17%20AHD
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE17%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for FE17%20AHD: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: WX68%20VXD
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX68%2520VXD%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for WX68%20VXD: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: AJ17%20ECE
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520ECE%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for AJ17%20ECE: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: AY66%20NLM
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for AY66%20NLM: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: FJ67%20KGP
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KGP%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for FJ67%20KGP: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: NV65%20ENY
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520ENY%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for NV65%20ENY: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: NDD%20502F
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NDD%2520502F%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for NDD%20502F: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: VN70%20VYB
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520VYB%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for VN70%20VYB: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LG68%20ZNZ
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LG68%20ZNZ: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LX70%20SJU
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520SJU%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LX70%20SJU: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LL58%20VBZ
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VBZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LL58%20VBZ: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LJ16%20NHV
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520NHV%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LJ16%20NHV: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: HY19%20ZZP
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZP%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for HY19%20ZZP: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: X29%20ACM
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X29%2520ACM%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for X29%20ACM: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LG19%20GPR
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520GPR%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LG19%20GPR: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: KM74%20JDZ
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM74%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for KM74%20JDZ: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: BM17%20UHU
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM17%2520UHU%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for BM17%20UHU: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: BL66%20LNU
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520LNU%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for BL66%20LNU: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: CX19%20GXV
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520GXV%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for CX19%20GXV: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: EU18%20RNV
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520RNV%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for EU18%20RNV: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: BV14%20NLK
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520NLK%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for BV14%20NLK: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: YC14%20WNZ
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC14%2520WNZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for YC14%20WNZ: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: FE69%20KTA
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for FE69%20KTA: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: BK12%20BYJ
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520BYJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for BK12%20BYJ: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: BK59%20XZA
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK59%2520XZA%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for BK59%20XZA: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: DN69%20UPD
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520UPD%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for DN69%20UPD: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: EW19%20GVK
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EW19%2520GVK%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for EW19%20GVK: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: GD67%20WUM
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD67%2520WUM%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for GD67%20WUM: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: LV68%20NTA
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520NTA%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for LV68%20NTA: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: YM21%20POH
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520POH%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for YM21%20POH: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: A23%20NAO
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A23%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for A23%20NAO: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: DE63%20MWM
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE63%2520MWM%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for DE63%20MWM: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: EY64%20XUK
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY64%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for EY64%20XUK: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: YP14%20AXN
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520AXN%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for YP14%20AXN: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: FX66%20OYJ
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX66%2520OYJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for FX66%20OYJ: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: YT59%20OPC
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT59%2520OPC%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for YT59%20OPC: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: ET10%20OEG
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520OEG%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for ET10%20OEG: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: YC23%20GYR
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GYR%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for YC23%20GYR: 0
2026-03-29 11:13:21 [bca.uk] INFO: Found listing with ID: CF69%20BNV
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520BNV%27 HTTP/1.1" 200 None
2026-03-29 11:13:21 [bca.uk] INFO: Scrape type for CF69%20BNV: 0
2026-03-29 11:13:21 [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-29 11:13:21 [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-29 11:13:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:13:33 [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-29 11:13:33 [bca.uk] INFO: Total items found: 100
2026-03-29 11:13:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded
2026-03-29 11:13:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:13:33 [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-29 11:13:33 [bca.uk] INFO: Found listing with ID: LD68%20TUY
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD68%2520TUY%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for LD68%20TUY: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: LX54%20EFM
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX54%2520EFM%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for LX54%20EFM: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: MM69%20AFJ
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520AFJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for MM69%20AFJ: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: YX17%20UST
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX17%2520UST%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for YX17%20UST: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: GM65%20LOF
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520LOF%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for GM65%20LOF: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: LP25%20CGX
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP25%2520CGX%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for LP25%20CGX: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: AX19%20CUA
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for AX19%20CUA: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: CK20%20XRD
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520XRD%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for CK20%20XRD: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: YB70%20ZRK
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520ZRK%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for YB70%20ZRK: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: YG17%20XZK
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520XZK%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for YG17%20XZK: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: FH17%20FGP
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520FGP%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for FH17%20FGP: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: WF20%20CJE
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for WF20%20CJE: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: WK22%20VSC
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520VSC%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for WK22%20VSC: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: BD20%20XZW
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520XZW%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for BD20%20XZW: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: HF22%20MLL
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF22%2520MLL%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for HF22%20MLL: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: HGZ%203039
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HGZ%25203039%27 HTTP/1.1" 200 None
2026-03-29 11:13:33 [bca.uk] INFO: Scrape type for HGZ%203039: 0
2026-03-29 11:13:33 [bca.uk] INFO: Found listing with ID: MW67%20XGP
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for MW67%20XGP: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: PE61%20RDO
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520RDO%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for PE61%20RDO: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WN17%20FWZ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WN17%20FWZ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: RF19%20OEO
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520OEO%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for RF19%20OEO: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: RO23%20JHE
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520JHE%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for RO23%20JHE: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: RO23%20JTU
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520JTU%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for RO23%20JTU: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: VX55%20UCA
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX55%2520UCA%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for VX55%20UCA: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: YC20%20AOV
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for YC20%20AOV: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: YN17%20WSL
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520WSL%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for YN17%20WSL: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: YY62%20LLD
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY62%2520LLD%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for YY62%20LLD: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EK17%20YRP
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520YRP%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EK17%20YRP: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: RO17%20AYF
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for RO17%20AYF: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WP67%20CJZ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP67%2520CJZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WP67%20CJZ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: AE17%20MKZ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE17%2520MKZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for AE17%20MKZ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: AE20%20WTL
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE20%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for AE20%20WTL: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: HK22%20DXB
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520DXB%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for HK22%20DXB: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: LP22%20BZS
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520BZS%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for LP22%20BZS: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WV70%20PLN
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520PLN%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WV70%20PLN: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: LC64%20RXW
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC64%2520RXW%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for LC64%20RXW: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: YK09%20AOV
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for YK09%20AOV: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WN64%20YWU
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520YWU%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WN64%20YWU: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WN22%20XNE
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520XNE%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WN22%20XNE: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: VU11%20OVP
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520OVP%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for VU11%20OVP: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: LM15%20CFO
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for LM15%20CFO: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WV20%20SVK
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520SVK%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WV20%20SVK: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: TGZ%203183
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TGZ%25203183%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for TGZ%203183: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: MF67%20FCD
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520FCD%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for MF67%20FCD: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: RE20%20ZBU
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE20%2520ZBU%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for RE20%20ZBU: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: GV13%20ACJ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for GV13%20ACJ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: ES11%20MAM
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ES11%2520MAM%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for ES11%20MAM: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: LR72%20VXA
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR72%2520VXA%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for LR72%20VXA: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: MF69%20RWN
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520RWN%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for MF69%20RWN: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: OV18%20AHL
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520AHL%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for OV18%20AHL: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: RA06%20FLF
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA06%2520FLF%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for RA06%20FLF: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: RX17%20MHZ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX17%2520MHZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for RX17%20MHZ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WM64%20BPE
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520BPE%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WM64%20BPE: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: WM67%20RHU
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for WM67%20RHU: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: YA18%20UPJ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520UPJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for YA18%20UPJ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: YR13%20CAE
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520CAE%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for YR13%20CAE: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: LN65%20EJO
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520EJO%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for LN65%20EJO: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: LJ61%20NPP
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ61%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for LJ61%20NPP: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: KN65%20JHY
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520JHY%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for KN65%20JHY: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: KF16%20BTZ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520BTZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for KF16%20BTZ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: HS19%20ZVA
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520ZVA%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for HS19%20ZVA: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: HJ10%20UYB
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ10%2520UYB%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for HJ10%20UYB: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: HJ08%20YGW
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ08%2520YGW%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for HJ08%20YGW: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: GU65%20VJF
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU65%2520VJF%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for GU65%20VJF: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: GL21%20UOR
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520UOR%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for GL21%20UOR: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: GF63%20FZS
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF63%2520FZS%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for GF63%20FZS: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EY63%20SVW
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520SVW%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EY63%20SVW: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: ET65%20BJO
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET65%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for ET65%20BJO: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EO67%20CLF
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO67%2520CLF%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EO67%20CLF: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EN17%20RKE
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520RKE%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EN17%20RKE: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EK17%20XYO
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520XYO%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EK17%20XYO: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EK09%20OJZ
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK09%2520OJZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EK09%20OJZ: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EJ19%20UVB
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EJ19%20UVB: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EJ15%20LFB
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ15%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EJ15%20LFB: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EF18%20XLV
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for EF18%20XLV: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: YJ18%20VWG
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520VWG%27 HTTP/1.1" 200 None
2026-03-29 11:13:34 [bca.uk] INFO: Scrape type for YJ18%20VWG: 0
2026-03-29 11:13:34 [bca.uk] INFO: Found listing with ID: EA17%20KXN
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for EA17%20KXN: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: GN16%20UHO
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for GN16%20UHO: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: GN65%20UYG
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520UYG%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for GN65%20UYG: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: LT15%20AZB
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520AZB%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for LT15%20AZB: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: BN61%20GUG
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520GUG%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for BN61%20GUG: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: LX63%20RHF
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for LX63%20RHF: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: NJ58%20PAO
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ58%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for NJ58%20PAO: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: YK57%20YBD
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK57%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for YK57%20YBD: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: DK63%20TWV
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for DK63%20TWV: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: VO14%20LUL
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520LUL%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for VO14%20LUL: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: RK69%20HTX
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520HTX%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for RK69%20HTX: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: RK19%20TDX
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520TDX%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for RK19%20TDX: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: RA53%20TVW
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA53%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for RA53%20TVW: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: MD15%20DZE
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520DZE%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for MD15%20DZE: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: DX16%20XOG
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520XOG%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for DX16%20XOG: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: LT06%20NRE
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT06%2520NRE%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for LT06%20NRE: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: LG54%20CTX
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG54%2520CTX%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for LG54%20CTX: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: HV17%20HNY
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520HNY%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for HV17%20HNY: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: HJ05%20GYZ
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ05%2520GYZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for HJ05%20GYZ: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: EA61%20KZG
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA61%2520KZG%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for EA61%20KZG: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: EA18%20TVO
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520TVO%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for EA18%20TVO: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: CE10%20WLK
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE10%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for CE10%20WLK: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: SB06%20MXP
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB06%2520MXP%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for SB06%20MXP: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: GM21%20AOT
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520AOT%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for GM21%20AOT: 0
2026-03-29 11:13:35 [bca.uk] INFO: Found listing with ID: DY16%20UYF
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 11:13:35 [bca.uk] INFO: Scrape type for DY16%20UYF: 0
2026-03-29 11:13:35 [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-29 11:13:35 [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-29 11:13:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:13:47 [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-29 11:13:47 [bca.uk] INFO: Total items found: 100
2026-03-29 11:13:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded
2026-03-29 11:13:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:13:47 [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-29 11:13:47 [bca.uk] INFO: Found listing with ID: DE15%20UOH
2026-03-29 11:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE15%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 11:13:47 [bca.uk] INFO: Scrape type for DE15%20UOH: 0
2026-03-29 11:13:47 [bca.uk] INFO: Found listing with ID: AP14%20CKK
2026-03-29 11:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP14%2520CKK%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for AP14%20CKK: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: AO11%20XUF
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO11%2520XUF%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for AO11%20XUF: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: AD19%20LFS
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520LFS%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for AD19%20LFS: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FE12%20YZW
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520YZW%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FE12%20YZW: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: BC22%20HCF
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HCF%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for BC22%20HCF: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: RX66%20CYJ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520CYJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for RX66%20CYJ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: LD65%20WHV
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WHV%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for LD65%20WHV: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SP67%20RNJ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520RNJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SP67%20RNJ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: DK63%20ZNX
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520ZNX%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for DK63%20ZNX: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: EA67%20BCE
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520BCE%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for EA67%20BCE: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: DN64%20NMA
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520NMA%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for DN64%20NMA: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: M31%20FFM
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M31%2520FFM%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for M31%20FFM: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: CN57%20BXX
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN57%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for CN57%20BXX: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: ML09%20UUK
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML09%2520UUK%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for ML09%20UUK: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: V8%20XMB
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V8%2520XMB%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for V8%20XMB: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YN15%20XGT
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520XGT%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YN15%20XGT: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YP16%20NZW
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520NZW%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YP16%20NZW: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: LM68%20OYW
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520OYW%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for LM68%20OYW: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SN66%20UAJ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520UAJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SN66%20UAJ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YW16%20FXJ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520FXJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YW16%20FXJ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FY58%20BNL
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY58%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FY58%20BNL: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: NJ65%20VHK
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for NJ65%20VHK: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YC61%20XUK
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC61%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YC61%20XUK: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: WD17%20BEU
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520BEU%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for WD17%20BEU: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YP18%20LVE
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520LVE%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YP18%20LVE: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YR70%20SOJ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520SOJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YR70%20SOJ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YN19%20SFE
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520SFE%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YN19%20SFE: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FP18%20VGG
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP18%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FP18%20VGG: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YM21%20KDN
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YM21%20KDN: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: GM66%20UNZ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520UNZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for GM66%20UNZ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: ND09%20WWH
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520WWH%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for ND09%20WWH: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YB14%20EKN
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520EKN%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YB14%20EKN: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: YT65%20UZB
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520UZB%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for YT65%20UZB: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: KR16%20DSO
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520DSO%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for KR16%20DSO: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SB15%20YZK
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YZK%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SB15%20YZK: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: AF12%20ZSV
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF12%2520ZSV%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for AF12%20ZSV: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: DG13%20KNH
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520KNH%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for DG13%20KNH: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: PE62%20WNJ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE62%2520WNJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for PE62%20WNJ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: LR65%20MUU
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520MUU%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for LR65%20MUU: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: VN18%20WUD
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WUD%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for VN18%20WUD: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: LL18%20CYH
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520CYH%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for LL18%20CYH: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: BJ17%20FRR
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520FRR%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for BJ17%20FRR: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: LG22%20FFL
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FFL%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for LG22%20FFL: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FT15%20LKJ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT15%2520LKJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FT15%20LKJ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FG60%20VRM
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FG60%20VRM: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SB15%20YBK
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YBK%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SB15%20YBK: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FX68%20XVB
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520XVB%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FX68%20XVB: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: NC21%20AUN
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520AUN%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for NC21%20AUN: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SO65%20KZA
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520KZA%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SO65%20KZA: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FL64%20YUC
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520YUC%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FL64%20YUC: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: FL66%20PFX
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520PFX%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for FL66%20PFX: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: P7%20DYX
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P7%2520DYX%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for P7%20DYX: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: NU63%20VHG
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU63%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for NU63%20VHG: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SF16%20NSP
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF16%2520NSP%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SF16%20NSP: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: KD15%20VBN
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520VBN%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for KD15%20VBN: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: MJ20%20XLS
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520XLS%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for MJ20%20XLS: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: MJ21%20XSD
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for MJ21%20XSD: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: WF17%20PZZ
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520PZZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for WF17%20PZZ: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SB69%20MLK
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SB69%20MLK: 0
2026-03-29 11:13:48 [bca.uk] INFO: Found listing with ID: SP17%20NHY
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 11:13:48 [bca.uk] INFO: Scrape type for SP17%20NHY: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: VL19%20RHV
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VL19%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for VL19%20RHV: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: YJ69%20SHN
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520SHN%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for YJ69%20SHN: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: ND19%20GYA
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520GYA%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for ND19%20GYA: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: DX20%20HSV
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX20%2520HSV%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for DX20%20HSV: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: DG68%20SWW
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for DG68%20SWW: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: EK70%20MUC
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520MUC%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for EK70%20MUC: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: EO20%20YNC
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for EO20%20YNC: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: DS15%20CFY
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for DS15%20CFY: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: HN67%20PNL
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520PNL%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for HN67%20PNL: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NL11%20EFD
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for NL11%20EFD: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NX65%20XFZ
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX65%2520XFZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for NX65%20XFZ: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: VN70%20OMO
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520OMO%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for VN70%20OMO: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: BK16%20OVY
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520OVY%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for BK16%20OVY: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: DP70%20XLA
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XLA%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for DP70%20XLA: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NK11%20HVZ
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK11%2520HVZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for NK11%20HVZ: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NK20%20NKZ
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK20%2520NKZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for NK20%20NKZ: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: GD62%20AEJ
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD62%2520AEJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for GD62%20AEJ: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NL64%20UEZ
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520UEZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for NL64%20UEZ: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: ST67%20EOE
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520EOE%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for ST67%20EOE: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NA12%20ZTG
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520ZTG%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for NA12%20ZTG: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: FV15%20NSE
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520NSE%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for FV15%20NSE: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: FP17%20OKN
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for FP17%20OKN: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NJ17%20ZDN
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for NJ17%20ZDN: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: WK17%20KNO
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK17%2520KNO%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for WK17%20KNO: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: AK67%20XSN
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520XSN%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for AK67%20XSN: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: DS15%20VPJ
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520VPJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for DS15%20VPJ: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: GF21%20XLX
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520XLX%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for GF21%20XLX: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: LN69%20JMX
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520JMX%27 HTTP/1.1" 200 None
2026-03-29 11:13:49 [bca.uk] INFO: Scrape type for LN69%20JMX: 0
2026-03-29 11:13:49 [bca.uk] INFO: Found listing with ID: NL11%20KUO
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520KUO%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for NL11%20KUO: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: GV16%20ZSL
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520ZSL%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for GV16%20ZSL: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: GU69%20FDP
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520FDP%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for GU69%20FDP: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: WN66%20VLC
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520VLC%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for WN66%20VLC: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: KW15%20YUU
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520YUU%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for KW15%20YUU: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: FG69%20BNE
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520BNE%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for FG69%20BNE: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: AX57%20BMU
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX57%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for AX57%20BMU: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: DL67%20YBD
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for DL67%20YBD: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: A21%20PCN
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A21%2520PCN%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for A21%20PCN: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: FN67%20KYU
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520KYU%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for FN67%20KYU: 0
2026-03-29 11:13:50 [bca.uk] INFO: Found listing with ID: YB65%20UKC
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UKC%27 HTTP/1.1" 200 None
2026-03-29 11:13:50 [bca.uk] INFO: Scrape type for YB65%20UKC: 0
2026-03-29 11:13:50 [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-29 11:13:50 [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-29 11:13:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:13:52 [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-29 11:13:52 [bca.uk] INFO: Total items found: 100
2026-03-29 11:13:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded
2026-03-29 11:13:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:13:52 [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-29 11:13:52 [bca.uk] INFO: Found listing with ID: JRZ%201374
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27JRZ%25201374%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for JRZ%201374: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: WN61%20WMF
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN61%2520WMF%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for WN61%20WMF: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: FL71%20KXN
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL71%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for FL71%20KXN: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: BK72%20VBL
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK72%2520VBL%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for BK72%20VBL: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: FP63%20FYT
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP63%2520FYT%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for FP63%20FYT: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: VA14%20FDE
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA14%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for VA14%20FDE: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: YX65%20YLD
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX65%2520YLD%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for YX65%20YLD: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: NA72%20PVZ
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for NA72%20PVZ: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: LE19%20OAO
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LE19%2520OAO%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for LE19%20OAO: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: WM17%20UBA
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM17%2520UBA%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for WM17%20UBA: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: BR19%20TWE
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BR19%2520TWE%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for BR19%20TWE: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: ML70%20KYB
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML70%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for ML70%20KYB: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: FV66%20ULA
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV66%2520ULA%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for FV66%20ULA: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: SH18%20FCF
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH18%2520FCF%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for SH18%20FCF: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: PX13%20WHW
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX13%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for PX13%20WHW: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: WM11%20VUT
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM11%2520VUT%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for WM11%20VUT: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: KJ18%20KXV
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJ18%2520KXV%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for KJ18%20KXV: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: MM74%20YOV
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM74%2520YOV%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for MM74%20YOV: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: ND67%20NUB
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND67%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for ND67%20NUB: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: NJ69%20ZLZ
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ69%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for NJ69%20ZLZ: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: H23%20GYP
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27H23%2520GYP%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for H23%20GYP: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: PX64%20VTL
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PX64%2520VTL%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for PX64%20VTL: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: GJ67%20AVB
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ67%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for GJ67%20AVB: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: EY63%20KOX
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY63%2520KOX%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for EY63%20KOX: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: BK74%20FHP
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK74%2520FHP%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for BK74%20FHP: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: FY71%20YBD
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY71%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for FY71%20YBD: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: SG18%20UCD
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG18%2520UCD%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for SG18%20UCD: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: YR20%20EWH
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR20%2520EWH%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for YR20%20EWH: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: HV25%20JZC
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV25%2520JZC%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for HV25%20JZC: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: MA17%20GME
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA17%2520GME%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for MA17%20GME: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: VE19%20GDV
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE19%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for VE19%20GDV: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: WU17%20PXF
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU17%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for WU17%20PXF: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: FGZ%203391
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FGZ%25203391%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for FGZ%203391: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: VO66%20WKC
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO66%2520WKC%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for VO66%20WKC: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: PJ70%20ZTE
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PJ70%2520ZTE%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for PJ70%20ZTE: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: BK65%20BXF
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK65%2520BXF%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for BK65%20BXF: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: KW67%20AHA
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW67%2520AHA%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for KW67%20AHA: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: KY19%20WJP
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY19%2520WJP%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for KY19%20WJP: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: YP24%20XHC
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP24%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for YP24%20XHC: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: DL65%20UBT
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL65%2520UBT%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for DL65%20UBT: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: LS13%20PZA
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS13%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for LS13%20PZA: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: WA22%20LRJ
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA22%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for WA22%20LRJ: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: WG14%20YXO
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG14%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for WG14%20YXO: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: SP16%20YTU
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP16%2520YTU%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for SP16%20YTU: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: AK15%20UKF
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK15%2520UKF%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for AK15%20UKF: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: WJ69%20UWZ
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ69%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for WJ69%20UWZ: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: GY62%20FCG
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY62%2520FCG%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for GY62%20FCG: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: LG61%20MYR
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG61%2520MYR%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for LG61%20MYR: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: NJ16%20JYW
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ16%2520JYW%27 HTTP/1.1" 200 None
2026-03-29 11:13:52 [bca.uk] INFO: Scrape type for NJ16%20JYW: 0
2026-03-29 11:13:52 [bca.uk] INFO: Found listing with ID: CA16%20XZO
2026-03-29 11:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA16%2520XZO%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for CA16%20XZO: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: DW19%20XGT
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DW19%2520XGT%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for DW19%20XGT: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: VE67%20HCK
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE67%2520HCK%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for VE67%20HCK: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: KM22%20OUP
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM22%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for KM22%20OUP: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: KN09%20ZNP
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN09%2520ZNP%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for KN09%20ZNP: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: WM14%20WVU
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WM14%2520WVU%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for WM14%20WVU: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YH16%20NFA
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH16%2520NFA%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YH16%20NFA: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: FE20%20OYY
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE20%2520OYY%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for FE20%20OYY: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YG70%20XRF
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG70%2520XRF%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YG70%20XRF: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: BD18%20WLA
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD18%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for BD18%20WLA: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: EU67%20OKD
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU67%2520OKD%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for EU67%20OKD: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: KU17%20LHB
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU17%2520LHB%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for KU17%20LHB: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: EJ71%20ZWA
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ71%2520ZWA%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for EJ71%20ZWA: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: ND67%20AZU
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND67%2520AZU%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for ND67%20AZU: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: GF69%20UKK
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF69%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for GF69%20UKK: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: S44%20DPR
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27S44%2520DPR%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for S44%20DPR: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: LG67%20GYO
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG67%2520GYO%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for LG67%20GYO: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: NL72%20XSN
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL72%2520XSN%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for NL72%20XSN: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: SK13%20UXH
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK13%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for SK13%20UXH: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: BV14%20YLU
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV14%2520YLU%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for BV14%20YLU: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: DC16%20XBH
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC16%2520XBH%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for DC16%20XBH: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YE17%20LJU
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE17%2520LJU%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YE17%20LJU: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: F17%20JGM
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27F17%2520JGM%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for F17%20JGM: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: RBZ%20771
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RBZ%2520771%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for RBZ%20771: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: WA70%20PNF
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA70%2520PNF%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for WA70%20PNF: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: MW11%20NUB
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW11%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for MW11%20NUB: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: SY14%20GKO
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SY14%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for SY14%20GKO: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: FV64%20URM
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV64%2520URM%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for FV64%20URM: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: LT13%20FGD
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT13%2520FGD%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for LT13%20FGD: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: WV63%20DFP
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV63%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for WV63%20DFP: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YY19%20ZHP
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY19%2520ZHP%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YY19%20ZHP: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: DA18%20AFN
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA18%2520AFN%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for DA18%20AFN: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: DG20%20KTE
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG20%2520KTE%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for DG20%20KTE: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: LC65%20VKE
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC65%2520VKE%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for LC65%20VKE: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: BG67%20PHA
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG67%2520PHA%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for BG67%20PHA: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YC20%20OZV
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC20%2520OZV%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YC20%20OZV: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: DK71%20XRH
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK71%2520XRH%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for DK71%20XRH: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YN64%20OXV
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YN64%2520OXV%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YN64%20OXV: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YP62%20VWJ
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP62%2520VWJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YP62%20VWJ: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: ET66%20GXS
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ET66%2520GXS%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for ET66%20GXS: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: GR19%20DXJ
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GR19%2520DXJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for GR19%20DXJ: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: KM20%20UNL
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM20%2520UNL%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for KM20%20UNL: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: KY22%20YRZ
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY22%2520YRZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for KY22%20YRZ: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: ML70%20CYH
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML70%2520CYH%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for ML70%20CYH: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: OGZ%203885
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OGZ%25203885%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for OGZ%203885: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: OU64%20TZW
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU64%2520TZW%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for OU64%20TZW: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: VN13%20URU
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN13%2520URU%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for VN13%20URU: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: VU61%20RWE
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU61%2520RWE%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for VU61%20RWE: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: VX21%20LDE
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX21%2520LDE%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for VX21%20LDE: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: YC67%20KRF
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC67%2520KRF%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for YC67%20KRF: 0
2026-03-29 11:13:53 [bca.uk] INFO: Found listing with ID: AO65%20EAM
2026-03-29 11:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO65%2520EAM%27 HTTP/1.1" 200 None
2026-03-29 11:13:53 [bca.uk] INFO: Scrape type for AO65%20EAM: 0
2026-03-29 11:13:53 [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-29 11:13:53 [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-29 11:13:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:13:55 [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-29 11:13:56 [bca.uk] INFO: Total items found: 100
2026-03-29 11:13:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded
2026-03-29 11:13:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:13:56 [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-29 11:13:56 [bca.uk] INFO: Found listing with ID: BA18%20WKV
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BA18%2520WKV%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BA18%20WKV: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: BU20%20LFY
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU20%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BU20%20LFY: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: BX70%20UZO
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX70%2520UZO%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BX70%20UZO: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: GD16%20CYL
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD16%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for GD16%20CYL: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: KP69%20JZF
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP69%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for KP69%20JZF: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: LG18%20SFU
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG18%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for LG18%20SFU: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: OW71%20EER
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW71%2520EER%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for OW71%20EER: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: FN14%20YCA
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN14%2520YCA%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for FN14%20YCA: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: GJ18%20XHE
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ18%2520XHE%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for GJ18%20XHE: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: VO68%20WLK
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO68%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for VO68%20WLK: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: WP69%20UPR
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP69%2520UPR%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for WP69%20UPR: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: R24%20HMB
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27R24%2520HMB%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for R24%20HMB: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: CK12%20VGP
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK12%2520VGP%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for CK12%20VGP: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: WF10%20VSZ
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF10%2520VSZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for WF10%20VSZ: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: WG16%20KPO
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG16%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for WG16%20KPO: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: EK20%20UCR
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK20%2520UCR%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for EK20%20UCR: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: EO60%20FJV
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO60%2520FJV%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for EO60%20FJV: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: DN16%20EGZ
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN16%2520EGZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for DN16%20EGZ: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: KY12%20EWT
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY12%2520EWT%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for KY12%20EWT: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: LP09%20EKK
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP09%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for LP09%20EKK: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: KR16%20YCM
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR16%2520YCM%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for KR16%20YCM: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: BX71%20DYT
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX71%2520DYT%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BX71%20DYT: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: YR24%20PWK
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR24%2520PWK%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for YR24%20PWK: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: WP74%20UYN
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP74%2520UYN%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for WP74%20UYN: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: BK22%20NZA
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK22%2520NZA%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BK22%20NZA: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: BP22%20AFO
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP22%2520AFO%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BP22%20AFO: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: EO22%20NUB
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO22%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for EO22%20NUB: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: MC74%20UFS
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MC74%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for MC74%20UFS: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: OW23%20JRO
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW23%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for OW23%20JRO: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: HK71%20OHD
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK71%2520OHD%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for HK71%20OHD: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: SO21%20HBP
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SO21%2520HBP%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for SO21%20HBP: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: AK71%20ZNU
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK71%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for AK71%20ZNU: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: BK71%20GWO
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK71%2520GWO%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BK71%20GWO: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: FV71%20OKG
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV71%2520OKG%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for FV71%20OKG: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: GJ22%20EFB
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ22%2520EFB%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for GJ22%20EFB: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: LD21%20MHX
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for LD21%20MHX: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: MJ20%20VGK
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ20%2520VGK%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for MJ20%20VGK: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: KY71%20NPX
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY71%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for KY71%20NPX: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: MH24%20UGO
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH24%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for MH24%20UGO: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: CX22%20HFE
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX22%2520HFE%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for CX22%20HFE: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: BT71%20KXB
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT71%2520KXB%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for BT71%20KXB: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: DA23%20MHE
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA23%2520MHE%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for DA23%20MHE: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: OV23%20SZC
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520SZC%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for OV23%20SZC: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: OY72%20ZSV
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY72%2520ZSV%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for OY72%20ZSV: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: AP62%20DKP
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AP62%2520DKP%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for AP62%20DKP: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: WP20%20MHF
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP20%2520MHF%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for WP20%20MHF: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: LX58%20XUO
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX58%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for LX58%20XUO: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: GL21%20EVM
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL21%2520EVM%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for GL21%20EVM: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: EA71%20UWN
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA71%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for EA71%20UWN: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: WO66%20EVT
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WO66%2520EVT%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for WO66%20EVT: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: YG62%20DNJ
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG62%2520DNJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for YG62%20DNJ: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: FG10%20FPF
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG10%2520FPF%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for FG10%20FPF: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: OW19%20OPD
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW19%2520OPD%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for OW19%20OPD: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: MT14%20XXB
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT14%2520XXB%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for MT14%20XXB: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: RE17%20GLK
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE17%2520GLK%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for RE17%20GLK: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: SA18%20GRY
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA18%2520GRY%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for SA18%20GRY: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: SK19%20WDZ
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK19%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for SK19%20WDZ: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: SM17%20EBA
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM17%2520EBA%27 HTTP/1.1" 200 None
2026-03-29 11:13:56 [bca.uk] INFO: Scrape type for SM17%20EBA: 0
2026-03-29 11:13:56 [bca.uk] INFO: Found listing with ID: WK16%20BGY
2026-03-29 11:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK16%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for WK16%20BGY: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: CN64%20RHV
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CN64%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for CN64%20RHV: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: DE16%20ETK
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE16%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for DE16%20ETK: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: EN17%20AWR
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN17%2520AWR%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for EN17%20AWR: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: EX17%20URM
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX17%2520URM%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for EX17%20URM: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: FX68%20VNB
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX68%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for FX68%20VNB: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: GP16%20OCE
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP16%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for GP16%20OCE: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: KF16%20XDS
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF16%2520XDS%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for KF16%20XDS: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: LD18%20RXF
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD18%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for LD18%20RXF: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: LR15%20USX
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR15%2520USX%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for LR15%20USX: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: LY66%20VFN
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY66%2520VFN%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for LY66%20VFN: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: CF69%20JKU
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF69%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for CF69%20JKU: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: WN73%20EZA
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN73%2520EZA%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for WN73%20EZA: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: WP72%20SZW
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP72%2520SZW%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for WP72%20SZW: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: HN72%20LWJ
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN72%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for HN72%20LWJ: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: WG23%20NVR
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG23%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for WG23%20NVR: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: EP68%20BKX
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EP68%2520BKX%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for EP68%20BKX: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: ST15%20RNA
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST15%2520RNA%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for ST15%20RNA: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: CK67%20KOE
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK67%2520KOE%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for CK67%20KOE: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: PK66%20HDN
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK66%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for PK66%20HDN: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: KW17%20VFU
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW17%2520VFU%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for KW17%20VFU: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: SB64%20SGO
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SB64%2520SGO%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for SB64%20SGO: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: SN69%20MMO
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN69%2520MMO%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for SN69%20MMO: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: EJ70%20WCG
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ70%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for EJ70%20WCG: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: SA15%20GVV
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA15%2520GVV%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for SA15%20GVV: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: AJ10%20BZU
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ10%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for AJ10%20BZU: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: CE13%20KHF
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE13%2520KHF%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for CE13%20KHF: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: EA64%20HLU
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA64%2520HLU%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for EA64%20HLU: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: EY65%20OLT
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY65%2520OLT%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for EY65%20OLT: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: GC69%20AWZ
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GC69%2520AWZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for GC69%20AWZ: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: GD20%20FSE
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD20%2520FSE%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for GD20%20FSE: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: GD24%20CWC
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD24%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for GD24%20CWC: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: GL20%20XBW
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL20%2520XBW%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for GL20%20XBW: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: GM17%20FYZ
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GM17%2520FYZ%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for GM17%20FYZ: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: LA17%20EUB
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA17%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for LA17%20EUB: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: LC19%20LKD
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC19%2520LKD%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for LC19%20LKD: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: LG62%20ESF
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG62%2520ESF%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for LG62%20ESF: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: LX56%20ZZF
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX56%2520ZZF%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for LX56%20ZZF: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: SE16%20ZZS
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE16%2520ZZS%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for SE16%20ZZS: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: SH68%20UYO
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH68%2520UYO%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for SH68%20UYO: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: SK17%20PVL
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK17%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for SK17%20PVL: 0
2026-03-29 11:13:57 [bca.uk] INFO: Found listing with ID: WP14%20FTY
2026-03-29 11:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP14%2520FTY%27 HTTP/1.1" 200 None
2026-03-29 11:13:57 [bca.uk] INFO: Scrape type for WP14%20FTY: 0
2026-03-29 11:13:57 [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-29 11:13:57 [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-29 11:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:00 [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-29 11:14:00 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded
2026-03-29 11:14:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:00 [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-29 11:14:00 [bca.uk] INFO: Found listing with ID: AV18%20LWX
2026-03-29 11:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV18%2520LWX%27 HTTP/1.1" 200 None
2026-03-29 11:14:00 [bca.uk] INFO: Scrape type for AV18%20LWX: 0
2026-03-29 11:14:00 [bca.uk] INFO: Found listing with ID: BD74%20NYM
2026-03-29 11:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD74%2520NYM%27 HTTP/1.1" 200 None
2026-03-29 11:14:00 [bca.uk] INFO: Scrape type for BD74%20NYM: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: BD74%20VSJ
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD74%2520VSJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for BD74%20VSJ: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: BJ23%20GVG
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ23%2520GVG%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for BJ23%20GVG: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: BK23%20YOR
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK23%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for BK23%20YOR: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: CA25%20NHF
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA25%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for CA25%20NHF: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: DY72%20UVJ
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY72%2520UVJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for DY72%20UVJ: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: GJ23%20UJH
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ23%2520UJH%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for GJ23%20UJH: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: KJZ138755
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJZ138755%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for KJZ138755: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: KP72%20VOB
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP72%2520VOB%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for KP72%20VOB: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LB75%20FLK
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB75%2520FLK%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LB75%20FLK: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LR22%20HKZ
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520HKZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LR22%20HKZ: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: MA23%20LRJ
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA23%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for MA23%20LRJ: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: MH72%20CVX
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH72%2520CVX%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for MH72%20CVX: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: OE74%20XRC
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE74%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for OE74%20XRC: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: RO71%20HTK
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO71%2520HTK%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for RO71%20HTK: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: WU22%20KWX
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU22%2520KWX%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for WU22%20KWX: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LD70%20NXS
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD70%2520NXS%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LD70%20NXS: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: DL11%20UXM
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL11%2520UXM%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for DL11%20UXM: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LF71%20UOD
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF71%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LF71%20UOD: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: FT72%20LFY
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FT72%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for FT72%20LFY: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: WG14%20VJP
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG14%2520VJP%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for WG14%20VJP: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: BP19%20UYK
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP19%2520UYK%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for BP19%20UYK: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: YE18%20FEP
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE18%2520FEP%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for YE18%20FEP: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: YR72%20KNE
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR72%2520KNE%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for YR72%20KNE: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: FG72%20WUA
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG72%2520WUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for FG72%20WUA: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: RO64%20ZPC
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO64%2520ZPC%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for RO64%20ZPC: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LD22%20YZJ
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD22%2520YZJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LD22%20YZJ: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: DA72%20AVU
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA72%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for DA72%20AVU: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: HV22%20ODE
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV22%2520ODE%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for HV22%20ODE: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: RV70%20XUT
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for RV70%20XUT: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LN70%20JXB
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN70%2520JXB%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LN70%20JXB: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: BJ67%20LXG
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ67%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for BJ67%20LXG: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: AO24%20XBC
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AO24%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for AO24%20XBC: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LF66%20DWV
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF66%2520DWV%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LF66%20DWV: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: EK15%20WTJ
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK15%2520WTJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for EK15%20WTJ: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: EP18%20JYO
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EP18%2520JYO%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for EP18%20JYO: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: GN20%20XGG
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN20%2520XGG%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for GN20%20XGG: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LP72%20OEY
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP72%2520OEY%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LP72%20OEY: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: SE19%20OWB
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE19%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for SE19%20OWB: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: SJ71%20CJE
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ71%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for SJ71%20CJE: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: SV68%20ZRK
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SV68%2520ZRK%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for SV68%20ZRK: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: WU71%20CXX
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU71%2520CXX%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for WU71%20CXX: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: YL73%20DFD
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YL73%2520DFD%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for YL73%20DFD: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: YR69%20HRJ
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR69%2520HRJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for YR69%20HRJ: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: CN73%20ZKY
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CN73%2520ZKY%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for CN73%20ZKY: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: DV25%20OFM
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV25%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for DV25%20OFM: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LA72%20VHB
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA72%2520VHB%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LA72%20VHB: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LM25%20YGK
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM25%2520YGK%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LM25%20YGK: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LO74%20VLW
2026-03-29 11:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO74%2520VLW%27 HTTP/1.1" 200 None
2026-03-29 11:14:01 [bca.uk] INFO: Scrape type for LO74%20VLW: 0
2026-03-29 11:14:01 [bca.uk] INFO: Found listing with ID: LO75%20HSD
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO75%2520HSD%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for LO75%20HSD: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: MC72%20VNB
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MC72%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for MC72%20VNB: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: NJ71%20VML
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ71%2520VML%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for NJ71%20VML: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: PK23%20AUA
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK23%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for PK23%20AUA: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: RF23%20YVP
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF23%2520YVP%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for RF23%20YVP: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: RF25%20XKY
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for RF25%20XKY: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: SH71%20NVE
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH71%2520NVE%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for SH71%20NVE: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: DX17%20NVL
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DX17%2520NVL%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for DX17%20NVL: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: FD15%20FKB
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD15%2520FKB%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for FD15%20FKB: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: BJ65%20VXC
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ65%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for BJ65%20VXC: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: SM63%20CYG
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM63%2520CYG%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for SM63%20CYG: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: WF13%20MVC
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF13%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for WF13%20MVC: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: SK16%20ONJ
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK16%2520ONJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for SK16%20ONJ: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: AJ72%20FSF
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ72%2520FSF%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for AJ72%20FSF: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: EJ73%20XPO
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ73%2520XPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for EJ73%20XPO: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: MA21%20SVN
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA21%2520SVN%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for MA21%20SVN: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: DF69%20LPC
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DF69%2520LPC%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for DF69%20LPC: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: GJ63%20AWU
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ63%2520AWU%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for GJ63%20AWU: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: KY66%20GYH
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY66%2520GYH%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for KY66%20GYH: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: NG69%20FHT
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG69%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for NG69%20FHT: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: NU23%20KHB
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU23%2520KHB%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for NU23%20KHB: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: OU17%20YZR
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU17%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for OU17%20YZR: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: YR13%20XDZ
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR13%2520XDZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for YR13%20XDZ: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: YR72%20OHG
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR72%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for YR72%20OHG: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: LF67%20UEW
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF67%2520UEW%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for LF67%20UEW: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: BL74%20WJV
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL74%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for BL74%20WJV: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: BT70%20AXV
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT70%2520AXV%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for BT70%20AXV: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: KN73%20ODX
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN73%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for KN73%20ODX: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: KT24%20TEO
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KT24%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for KT24%20TEO: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: KU21%20PJJ
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU21%2520PJJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for KU21%20PJJ: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: KW73%20HVX
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW73%2520HVX%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for KW73%20HVX: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: LL67%20YWF
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL67%2520YWF%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for LL67%20YWF: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: LM20%20MUO
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM20%2520MUO%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for LM20%20MUO: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: M15%20CXT
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27M15%2520CXT%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for M15%20CXT: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: PO68%20ZDU
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO68%2520ZDU%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for PO68%20ZDU: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: PO72%20YGK
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO72%2520YGK%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for PO72%20YGK: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: RF71%20CNO
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF71%2520CNO%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for RF71%20CNO: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: RX20%20ULV
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX20%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for RX20%20ULV: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: S30%20PFW
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27S30%2520PFW%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for S30%20PFW: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: WG71%20FTF
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG71%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for WG71%20FTF: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: YP22%20YCH
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP22%2520YCH%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for YP22%20YCH: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: AF73%20ESY
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF73%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for AF73%20ESY: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: DL73%20HOJ
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL73%2520HOJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for DL73%20HOJ: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: DL73%20LGJ
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL73%2520LGJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for DL73%20LGJ: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: DS24%20OYZ
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS24%2520OYZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for DS24%20OYZ: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: DV24%20JNK
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV24%2520JNK%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for DV24%20JNK: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: DY74%20BVL
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY74%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for DY74%20BVL: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: GD23%20YKE
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GD23%2520YKE%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for GD23%20YKE: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: KE73%20BBF
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE73%2520BBF%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for KE73%20BBF: 0
2026-03-29 11:14:02 [bca.uk] INFO: Found listing with ID: KF73%20AOK
2026-03-29 11:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KF73%2520AOK%27 HTTP/1.1" 200 None
2026-03-29 11:14:02 [bca.uk] INFO: Scrape type for KF73%20AOK: 0
2026-03-29 11:14:02 [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-29 11:14:02 [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-29 11:14:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:05 [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-29 11:14:05 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:05 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded
2026-03-29 11:14:05 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:05 [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-29 11:14:05 [bca.uk] INFO: Found listing with ID: LL74%20DGV
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL74%2520DGV%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LL74%20DGV: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LL74%20DHX
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL74%2520DHX%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LL74%20DHX: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LL74%20DHY
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL74%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LL74%20DHY: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LL74%20DKO
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL74%2520DKO%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LL74%20DKO: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LN24%20RHF
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN24%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LN24%20RHF: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LN24%20RUR
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN24%2520RUR%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LN24%20RUR: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LP23%20GVM
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP23%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LP23%20GVM: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LP23%20GYX
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP23%2520GYX%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LP23%20GYX: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LP23%20GZA
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP23%2520GZA%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LP23%20GZA: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: ML74%20XNM
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML74%2520XNM%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for ML74%20XNM: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: VK24%20MMX
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK24%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for VK24%20MMX: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WP74%20CVY
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP74%2520CVY%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WP74%20CVY: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WP74%20CVZ
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP74%2520CVZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WP74%20CVZ: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: YJ73%20WTY
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YJ73%2520WTY%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for YJ73%20WTY: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: BN11%20MWK
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN11%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for BN11%20MWK: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: GR56%20OBC
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GR56%2520OBC%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for GR56%20OBC: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: VE16%20KPV
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE16%2520KPV%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for VE16%20KPV: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: KD17%20DTF
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KD17%2520DTF%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for KD17%20DTF: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LC23%20OUV
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC23%2520OUV%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LC23%20OUV: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LA72%20FWB
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA72%2520FWB%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LA72%20FWB: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: EU65%20VYS
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU65%2520VYS%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for EU65%20VYS: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: RF16%20ZJV
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF16%2520ZJV%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for RF16%20ZJV: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: LL70%20UTF
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL70%2520UTF%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for LL70%20UTF: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: BJ25%20KCV
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BJ25%2520KCV%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for BJ25%20KCV: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: BK74%20FUJ
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK74%2520FUJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for BK74%20FUJ: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: RX25%20AUV
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX25%2520AUV%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for RX25%20AUV: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: RX25%20AUW
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX25%2520AUW%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for RX25%20AUW: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UFM
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UFM%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UFM: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UFV
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UFV: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UGA
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UGA%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UGA: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UGG
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UGG%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UGG: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UGL
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UGL: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UGP
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UGP%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UGP: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UHB
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UHB: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UHF
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UHF%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UHF: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: WT25%20UHG
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT25%2520UHG%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for WT25%20UHG: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: YP24%20TVZ
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP24%2520TVZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:05 [bca.uk] INFO: Scrape type for YP24%20TVZ: 0
2026-03-29 11:14:05 [bca.uk] INFO: Found listing with ID: YP74%20VLB
2026-03-29 11:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YP74%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for YP74%20VLB: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: CV70%20HFA
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV70%2520HFA%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for CV70%20HFA: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: YO18%20RZN
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO18%2520RZN%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for YO18%20RZN: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: AV69%20TBZ
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV69%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for AV69%20TBZ: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: DA73%20PBX
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA73%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for DA73%20PBX: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: DS69%20LSF
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS69%2520LSF%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for DS69%20LSF: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: EF65%20XAT
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF65%2520XAT%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for EF65%20XAT: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: EJ20%20ULD
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ20%2520ULD%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for EJ20%20ULD: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: FG14%20CUA
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG14%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for FG14%20CUA: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: GN21%20ZMV
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN21%2520ZMV%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for GN21%20ZMV: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: GV16%20UXD
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV16%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for GV16%20UXD: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KJ19%20NDD
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KJ19%2520NDD%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KJ19%20NDD: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KM69%20BWC
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM69%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KM69%20BWC: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KR24%20RDU
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR24%2520RDU%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KR24%20RDU: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KT15%20WKY
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KT15%2520WKY%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KT15%20WKY: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KW66%20SNU
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW66%2520SNU%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KW66%20SNU: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KY21%20DSV
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY21%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KY21%20DSV: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: LX14%20NEJ
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX14%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for LX14%20NEJ: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: MT20%20ZVJ
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT20%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for MT20%20ZVJ: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: OU18%20KRX
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OU18%2520KRX%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for OU18%20KRX: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: RJ19%20PBY
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ19%2520PBY%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for RJ19%20PBY: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: RV69%20YBL
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RV69%2520YBL%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for RV69%20YBL: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: SE65%20YHM
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SE65%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for SE65%20YHM: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: SH70%20OFN
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH70%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for SH70%20OFN: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: YB14%20HFT
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB14%2520HFT%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for YB14%20HFT: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: YF68%20ZHY
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF68%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for YF68%20ZHY: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: YG69%20WDD
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG69%2520WDD%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for YG69%20WDD: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: DN23%20VEH
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN23%2520VEH%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for DN23%20VEH: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: GM67%20CME
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GM67%2520CME%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for GM67%20CME: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: GY71%20VDL
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY71%2520VDL%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for GY71%20VDL: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KE22%20PJV
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE22%2520PJV%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KE22%20PJV: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: SW69%20OJM
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW69%2520OJM%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for SW69%20OJM: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: VD03%20MON
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VD03%2520MON%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for VD03%20MON: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: BK24%20NHU
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK24%2520NHU%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for BK24%20NHU: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: CK21%20KYG
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK21%2520KYG%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for CK21%20KYG: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: CU17%20TZX
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU17%2520TZX%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for CU17%20TZX: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: CV73%20RUW
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV73%2520RUW%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for CV73%20RUW: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: VO73%20KCE
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO73%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for VO73%20KCE: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: LS73%20UPO
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS73%2520UPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for LS73%20UPO: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: SA19%20OCE
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA19%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for SA19%20OCE: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: SM21%20UGT
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM21%2520UGT%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for SM21%20UGT: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: WG18%20VLS
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG18%2520VLS%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for WG18%20VLS: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: WG72%20TBZ
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG72%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for WG72%20TBZ: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: YK17%20TKT
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK17%2520TKT%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for YK17%20TKT: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: BF67%20ZYR
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF67%2520ZYR%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for BF67%20ZYR: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: EK22%20MVT
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK22%2520MVT%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for EK22%20MVT: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: EX23%20VFD
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520VFD%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for EX23%20VFD: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: FX72%20RBU
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX72%2520RBU%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for FX72%20RBU: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: KX18%20FWZ
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KX18%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for KX18%20FWZ: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: LF23%20VTK
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LF23%2520VTK%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for LF23%20VTK: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: LG70%20XBH
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG70%2520XBH%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for LG70%20XBH: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: LV72%20KWO
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV72%2520KWO%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for LV72%20KWO: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: NA72%20FTZ
2026-03-29 11:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA72%2520FTZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:06 [bca.uk] INFO: Scrape type for NA72%20FTZ: 0
2026-03-29 11:14:06 [bca.uk] INFO: Found listing with ID: WR72%20ZZT
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR72%2520ZZT%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for WR72%20ZZT: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: AK18%20VST
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK18%2520VST%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for AK18%20VST: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: EK20%20NZC
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EK20%2520NZC%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for EK20%20NZC: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: GY61%20UKK
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GY61%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for GY61%20UKK: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: KR19%20RKX
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR19%2520RKX%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for KR19%20RKX: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: KU09%20FGO
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU09%2520FGO%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for KU09%20FGO: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: NG15%20GWX
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG15%2520GWX%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for NG15%20GWX: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: RX65%20PZP
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RX65%2520PZP%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for RX65%20PZP: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: WJ67%20UEN
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ67%2520UEN%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for WJ67%20UEN: 0
2026-03-29 11:14:07 [bca.uk] INFO: Found listing with ID: AF23%20YTL
2026-03-29 11:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF23%2520YTL%27 HTTP/1.1" 200 None
2026-03-29 11:14:07 [bca.uk] INFO: Scrape type for AF23%20YTL: 0
2026-03-29 11:14:07 [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-29 11:14:07 [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-29 11:14:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:09 [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-29 11:14:09 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded
2026-03-29 11:14:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:09 [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-29 11:14:09 [bca.uk] INFO: Found listing with ID: BK67%20ZZW
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK67%2520ZZW%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for BK67%20ZZW: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: EA20%20SZP
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA20%2520SZP%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for EA20%20SZP: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: LA17%20FML
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA17%2520FML%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for LA17%20FML: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: M28%20JXF
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27M28%2520JXF%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for M28%20JXF: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: MM67%20GNY
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM67%2520GNY%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for MM67%20GNY: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: NG16%20CNJ
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NG16%2520CNJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for NG16%20CNJ: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: OE14%20ZVC
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE14%2520ZVC%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for OE14%20ZVC: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: OW66%20ATN
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OW66%2520ATN%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for OW66%20ATN: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: VU68%20PBV
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VU68%2520PBV%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for VU68%20PBV: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: YG15%20BYV
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG15%2520BYV%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for YG15%20BYV: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: YF69%20OBM
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF69%2520OBM%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for YF69%20OBM: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: FE67%20PXN
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE67%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for FE67%20PXN: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: EY70%20LFR
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY70%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for EY70%20LFR: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: EA18%20OEP
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA18%2520OEP%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for EA18%20OEP: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: EN14%20GKC
2026-03-29 11:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN14%2520GKC%27 HTTP/1.1" 200 None
2026-03-29 11:14:09 [bca.uk] INFO: Scrape type for EN14%20GKC: 0
2026-03-29 11:14:09 [bca.uk] INFO: Found listing with ID: LP62%20TXD
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP62%2520TXD%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for LP62%20TXD: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: BP11%20YWW
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP11%2520YWW%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for BP11%20YWW: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: FN61%20HWO
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN61%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for FN61%20HWO: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: HG08%20HGP
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG08%2520HGP%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for HG08%20HGP: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: PN65%20NPA
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN65%2520NPA%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for PN65%20NPA: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: PO67%20WWL
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO67%2520WWL%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for PO67%20WWL: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: SJ53%20LFF
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ53%2520LFF%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for SJ53%20LFF: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: BD72%20UWA
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD72%2520UWA%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for BD72%20UWA: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: HV72%20UZX
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV72%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for HV72%20UZX: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: ND72%20UGO
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND72%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for ND72%20UGO: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: YS22%20ODW
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS22%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for YS22%20ODW: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: MT13%20VNW
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT13%2520VNW%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for MT13%20VNW: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: MV75%20YTH
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV75%2520YTH%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for MV75%20YTH: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: DS20%20DMV
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS20%2520DMV%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for DS20%20DMV: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: FD21%20UPE
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD21%2520UPE%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for FD21%20UPE: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: FG20%20GFE
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG20%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for FG20%20GFE: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: FH70%20KUE
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FH70%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for FH70%20KUE: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: FL70%20HLX
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL70%2520HLX%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for FL70%20HLX: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: FN71%20OKW
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN71%2520OKW%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for FN71%20OKW: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: BC18%20EZX
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BC18%2520EZX%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for BC18%20EZX: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: DP69%20VUY
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP69%2520VUY%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for DP69%20VUY: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: LR22%20HNG
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520HNG%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for LR22%20HNG: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: BG72%20UDV
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG72%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for BG72%20UDV: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: CJ72%20FRX
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ72%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for CJ72%20FRX: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: CJ72%20FSC
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CJ72%2520FSC%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for CJ72%20FSC: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: DC73%20CYT
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC73%2520CYT%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for DC73%20CYT: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: KP71%20CDK
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP71%2520CDK%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for KP71%20CDK: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: WP70%20UBB
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP70%2520UBB%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for WP70%20UBB: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: YC25%20NRJ
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC25%2520NRJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for YC25%20NRJ: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: YE25%20HRC
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE25%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for YE25%20HRC: 0
2026-03-29 11:14:10 [bca.uk] INFO: Found listing with ID: YC25%20WUP
2026-03-29 11:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC25%2520WUP%27 HTTP/1.1" 200 None
2026-03-29 11:14:10 [bca.uk] INFO: Scrape type for YC25%20WUP: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YC25%20ZGA
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YC25%20ZGA: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: BV23%20HVZ
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV23%2520HVZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for BV23%20HVZ: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: WA14%20NPO
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA14%2520NPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for WA14%20NPO: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: BL19%20XXY
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL19%2520XXY%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for BL19%20XXY: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: AU66%20LJX
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AU66%2520LJX%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for AU66%20LJX: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: EJ69%20DFG
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ69%2520DFG%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for EJ69%20DFG: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: LS69%20MKN
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS69%2520MKN%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for LS69%20MKN: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: ML68%20VTN
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML68%2520VTN%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for ML68%20VTN: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: SD22%20EER
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SD22%2520EER%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for SD22%20EER: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: WV18%20KJN
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WV18%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for WV18%20KJN: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YT67%20WDV
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT67%2520WDV%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YT67%20WDV: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: BV19%20XZP
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV19%2520XZP%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for BV19%20XZP: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: KM71%20EUY
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM71%2520EUY%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for KM71%20EUY: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: NA72%20EFE
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NA72%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for NA72%20EFE: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: BL71%20UGO
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL71%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for BL71%20UGO: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: BV70%20KNN
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV70%2520KNN%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for BV70%20KNN: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: DY23%20KSZ
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY23%2520KSZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for DY23%20KSZ: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: DY24%20LPE
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY24%2520LPE%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for DY24%20LPE: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: HJ23%20XOZ
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for HJ23%20XOZ: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: LA71%20XWD
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA71%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for LA71%20XWD: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: LK22%20VMA
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LK22%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for LK22%20VMA: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: LP21%20PVA
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP21%2520PVA%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for LP21%20PVA: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: OV71%20PXN
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV71%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for OV71%20PXN: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: OY22%20UXV
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OY22%2520UXV%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for OY22%20UXV: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: RF66%20OES
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF66%2520OES%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for RF66%20OES: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: WF71%20ZNT
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF71%2520ZNT%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for WF71%20ZNT: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YH71%20OOV
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH71%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YH71%20OOV: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: LC11%20GCF
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC11%2520GCF%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for LC11%20GCF: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: BT71%20LBF
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT71%2520LBF%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for BT71%20LBF: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: HT73%20DWP
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HT73%2520DWP%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for HT73%20DWP: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: HT73%20DXE
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HT73%2520DXE%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for HT73%20DXE: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: HT73%20DXW
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HT73%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for HT73%20DXW: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: HX24%20XHA
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX24%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for HX24%20XHA: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: LC72%20FFD
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for LC72%20FFD: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: LD72%20VBG
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LD72%2520VBG%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for LD72%20VBG: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: MM71%20KSF
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM71%2520KSF%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for MM71%20KSF: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: ND25%20HWR
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND25%2520HWR%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for ND25%20HWR: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: NL23%20OVF
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL23%2520OVF%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for NL23%20OVF: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: SK72%20WTZ
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK72%2520WTZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for SK72%20WTZ: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: WR71%20OWE
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR71%2520OWE%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for WR71%20OWE: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YD20%20FNX
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD20%2520FNX%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YD20%20FNX: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YE20%20AUA
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE20%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YE20%20AUA: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YE20%20AUH
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE20%2520AUH%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YE20%20AUH: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YE20%20AUJ
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE20%2520AUJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YE20%20AUJ: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: YE20%20DDA
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE20%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 11:14:11 [bca.uk] INFO: Scrape type for YE20%20DDA: 0
2026-03-29 11:14:11 [bca.uk] INFO: Found listing with ID: FL22%20SJX
2026-03-29 11:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL22%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for FL22%20SJX: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: FY20%20JNN
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY20%2520JNN%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for FY20%20JNN: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: SL22%20CBV
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL22%2520CBV%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for SL22%20CBV: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: SL22%20CCE
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SL22%2520CCE%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for SL22%20CCE: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: YR23%20CUK
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR23%2520CUK%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for YR23%20CUK: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: AV71%20EYD
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV71%2520EYD%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for AV71%20EYD: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: HJ22%20MKG
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HJ22%2520MKG%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for HJ22%20MKG: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: HN73%20NDG
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN73%2520NDG%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for HN73%20NDG: 0
2026-03-29 11:14:12 [bca.uk] INFO: Found listing with ID: LG22%20OPF
2026-03-29 11:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG22%2520OPF%27 HTTP/1.1" 200 None
2026-03-29 11:14:12 [bca.uk] INFO: Scrape type for LG22%20OPF: 0
2026-03-29 11:14:12 [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-29 11:14:12 [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-29 11:14:12 [scrapy.extensions.logstats] INFO: Crawled 179 pages (at 8 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:14:12 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:14:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:14 [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-29 11:14:14 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded
2026-03-29 11:14:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14: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-29 11:14:14 [bca.uk] INFO: Found listing with ID: ND70%20TXK
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND70%2520TXK%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for ND70%20TXK: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: NU71%20JXC
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU71%2520JXC%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for NU71%20JXC: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: SP20%20OYL
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP20%2520OYL%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for SP20%20OYL: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: WJ18%20NKM
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WJ18%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for WJ18%20NKM: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: WX22%20PZH
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WX22%2520PZH%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for WX22%20PZH: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: YT25%20JVE
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT25%2520JVE%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for YT25%20JVE: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: YG75%20EXW
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG75%2520EXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for YG75%20EXW: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: RJ74%20NJK
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ74%2520NJK%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for RJ74%20NJK: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: DY73%20EZL
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY73%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for DY73%20EZL: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: EN19%20YGL
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EN19%2520YGL%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for EN19%20YGL: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: FP71%20XUZ
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for FP71%20XUZ: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: VK72%20NGO
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VK72%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for VK72%20NGO: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: WN22%20SXW
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN22%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for WN22%20SXW: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: MB13%20CPB
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MB13%2520CPB%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for MB13%20CPB: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: SN65%20ACL
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SN65%2520ACL%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for SN65%20ACL: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: AP15%20EEW
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AP15%2520EEW%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for AP15%20EEW: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: BG19%20MDN
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG19%2520MDN%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for BG19%20MDN: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: LC22%20BXU
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC22%2520BXU%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for LC22%20BXU: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: CX05%20HZZ
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CX05%2520HZZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for CX05%20HZZ: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: EU09%20JZT
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EU09%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for EU09%20JZT: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: FV70%20PPZ
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV70%2520PPZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for FV70%20PPZ: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: PV11%20APE
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PV11%2520APE%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for PV11%20APE: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: BD08%20AEF
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD08%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for BD08%20AEF: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: DN22%20TKD
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for DN22%20TKD: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: EJ64%20KPK
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ64%2520KPK%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for EJ64%20KPK: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: EO17%20TWC
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO17%2520TWC%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for EO17%20TWC: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: KT65%20HYC
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KT65%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for KT65%20HYC: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: KV18%20FMP
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%2520FMP%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for KV18%20FMP: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: LT68%20EAP
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT68%2520EAP%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for LT68%20EAP: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: MA16%20KKR
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA16%2520KKR%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for MA16%20KKR: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: MF17%20PVL
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF17%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for MF17%20PVL: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: MW62%20HHD
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW62%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for MW62%20HHD: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: ND66%20ZNN
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND66%2520ZNN%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for ND66%20ZNN: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: PN67%20YJW
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN67%2520YJW%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for PN67%20YJW: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: RO16%20EXS
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO16%2520EXS%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for RO16%20EXS: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: SA18%20BFK
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA18%2520BFK%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for SA18%20BFK: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: SA54%20NBY
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA54%2520NBY%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for SA54%20NBY: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: SJ16%20LLW
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SJ16%2520LLW%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for SJ16%20LLW: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: SK65%20OEB
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK65%2520OEB%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for SK65%20OEB: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: SY17%20UAP
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SY17%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for SY17%20UAP: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: VX68%20NUJ
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX68%2520NUJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for VX68%20NUJ: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: W999%20EBY
2026-03-29 11:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27W999%2520EBY%27 HTTP/1.1" 200 None
2026-03-29 11:14:14 [bca.uk] INFO: Scrape type for W999%20EBY: 0
2026-03-29 11:14:14 [bca.uk] INFO: Found listing with ID: YR17%20MGU
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR17%2520MGU%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for YR17%20MGU: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: BG71%20UPP
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG71%2520UPP%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for BG71%20UPP: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: BK71%20ZLU
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK71%2520ZLU%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for BK71%20ZLU: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: BU71%20AYJ
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU71%2520AYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for BU71%20AYJ: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: KU74%20EHK
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KU74%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for KU74%20EHK: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: KV71%20XYJ
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KV71%2520XYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for KV71%20XYJ: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: LM71%20OCD
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM71%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for LM71%20OCD: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: MC71%20OHH
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MC71%2520OHH%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for MC71%20OHH: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: MT71%20OBW
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT71%2520OBW%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for MT71%20OBW: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: RE71%20LRL
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE71%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for RE71%20LRL: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: GP15%20AHK
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP15%2520AHK%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for GP15%20AHK: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: EY12%20YYJ
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY12%2520YYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for EY12%20YYJ: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: ST62%20KHP
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST62%2520KHP%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for ST62%20KHP: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: ND13%20KHL
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND13%2520KHL%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for ND13%20KHL: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: E4%20SXC
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27E4%2520SXC%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for E4%20SXC: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: SH64%20WCV
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH64%2520WCV%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for SH64%20WCV: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: RE70%20FXW
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE70%2520FXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for RE70%20FXW: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: AJ71%20FNF
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ71%2520FNF%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for AJ71%20FNF: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: DE70%20OYM
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE70%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for DE70%20OYM: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: YO68%20XDS
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO68%2520XDS%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for YO68%20XDS: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: ESZ%207875
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ESZ%25207875%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for ESZ%207875: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: WP18%20VMD
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP18%2520VMD%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for WP18%20VMD: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: MJ18%20DZA
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ18%2520DZA%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for MJ18%20DZA: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: MV63%20ENE
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV63%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for MV63%20ENE: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: CA72%20ZHD
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CA72%2520ZHD%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for CA72%20ZHD: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: LV70%20NVZ
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV70%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for LV70%20NVZ: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: SP19%20VTL
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP19%2520VTL%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for SP19%20VTL: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: GJ18%20FHV
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ18%2520FHV%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for GJ18%20FHV: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: SA16%20DCS
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA16%2520DCS%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for SA16%20DCS: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: NJ65%20DFK
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ65%2520DFK%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for NJ65%20DFK: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: FE20%20HJY
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE20%2520HJY%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for FE20%20HJY: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: BD64%20FOK
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD64%2520FOK%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for BD64%20FOK: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: OV15%20WSW
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV15%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for OV15%20WSW: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: CF22%20XZC
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF22%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for CF22%20XZC: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: FP69%20LLO
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP69%2520LLO%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for FP69%20LLO: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: GU24%20POA
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU24%2520POA%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for GU24%20POA: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: NK24%20XHA
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NK24%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for NK24%20XHA: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: YG23%20WLF
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG23%2520WLF%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for YG23%20WLF: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: WF71%20YSM
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF71%2520YSM%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for WF71%20YSM: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: WF71%20YSN
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF71%2520YSN%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for WF71%20YSN: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: NJ64%20OFS
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ64%2520OFS%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for NJ64%20OFS: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: DV21%20WPJ
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV21%2520WPJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for DV21%20WPJ: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: FF55%20RED
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FF55%2520RED%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for FF55%20RED: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: WK23%20ZSN
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK23%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for WK23%20ZSN: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: YR58%20WDW
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR58%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for YR58%20WDW: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: HS21%20CGV
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HS21%2520CGV%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for HS21%20CGV: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: KE15%20PYA
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KE15%2520PYA%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for KE15%20PYA: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: RN19%20UEX
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RN19%2520UEX%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for RN19%20UEX: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: WD66%20LFR
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WD66%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for WD66%20LFR: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: MT19%20KYO
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT19%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for MT19%20KYO: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: KP75%20DJF
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP75%2520DJF%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for KP75%20DJF: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: MV12%20KFD
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MV12%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for MV12%20KFD: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: KW74%20SRO
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KW74%2520SRO%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for KW74%20SRO: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: AJ16%20WFP
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ16%2520WFP%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for AJ16%20WFP: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: DY70%20OCD
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY70%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for DY70%20OCD: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: BT23%20DVJ
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT23%2520DVJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for BT23%20DVJ: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: WN75%20GWE
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN75%2520GWE%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for WN75%20GWE: 0
2026-03-29 11:14:15 [bca.uk] INFO: Found listing with ID: WN75%20SYE
2026-03-29 11:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN75%2520SYE%27 HTTP/1.1" 200 None
2026-03-29 11:14:15 [bca.uk] INFO: Scrape type for WN75%20SYE: 0
2026-03-29 11:14:15 [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-29 11:14:15 [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-29 11:14:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:19 [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-29 11:14:19 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded
2026-03-29 11:14:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:19 [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-29 11:14:19 [bca.uk] INFO: Found listing with ID: KN75%20HFF
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN75%2520HFF%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for KN75%20HFF: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: DL15%20FDD
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DL15%2520FDD%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for DL15%20FDD: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: HV71%20XGH
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV71%2520XGH%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for HV71%20XGH: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: GP25%20CDY
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GP25%2520CDY%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for GP25%20CDY: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: DV70%20UWF
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV70%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for DV70%20UWF: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: EO60%20XRH
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO60%2520XRH%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for EO60%20XRH: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: FD16%20GCK
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FD16%2520GCK%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for FD16%20GCK: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: HG69%20KKE
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG69%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for HG69%20KKE: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: LN60%20TKX
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN60%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for LN60%20TKX: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: PL72%20WSN
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PL72%2520WSN%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for PL72%20WSN: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: WN66%20HLW
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN66%2520HLW%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for WN66%20HLW: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: ET17%20HTZ
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ET17%2520HTZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for ET17%20HTZ: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: RE24%20EZL
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE24%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for RE24%20EZL: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: AE67%20HAX
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AE67%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for AE67%20HAX: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: HN15%20UYW
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN15%2520UYW%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for HN15%20UYW: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: HX23%20XLV
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX23%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for HX23%20XLV: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: BK22%20DVC
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK22%2520DVC%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for BK22%20DVC: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: LO22%20JPF
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO22%2520JPF%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for LO22%20JPF: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: LA70%20EFL
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LA70%2520EFL%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for LA70%20EFL: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: HV23%20NYR
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV23%2520NYR%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for HV23%20NYR: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: LO71%20TMV
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO71%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for LO71%20TMV: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: RK71%20CHO
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK71%2520CHO%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for RK71%20CHO: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: LM67%20OZN
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM67%2520OZN%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for LM67%20OZN: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: HY24%20BLK
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY24%2520BLK%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for HY24%20BLK: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: HX13%20ENE
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HX13%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for HX13%20ENE: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: BV24%20ZNU
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV24%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for BV24%20ZNU: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: NX13%20CEN
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX13%2520CEN%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for NX13%20CEN: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: BT24%20KGA
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT24%2520KGA%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for BT24%20KGA: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: WN23%20OXH
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN23%2520OXH%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for WN23%20OXH: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: OV23%20EOL
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OV23%2520EOL%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for OV23%20EOL: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: AD17%20HLF
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AD17%2520HLF%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for AD17%20HLF: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: YH71%20MGJ
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH71%2520MGJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for YH71%20MGJ: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: KM71%20TSU
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KM71%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for KM71%20TSU: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: KP24%20AAO
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP24%2520AAO%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for KP24%20AAO: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: RE74%20ZWC
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE74%2520ZWC%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for RE74%20ZWC: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: RF73%20KTP
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RF73%2520KTP%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for RF73%20KTP: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: PN23%20UOJ
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN23%2520UOJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for PN23%20UOJ: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: MT73%20UAP
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT73%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for MT73%20UAP: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: GX19%20GJU
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX19%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for GX19%20GJU: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: BN25%20PXZ
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN25%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for BN25%20PXZ: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: RJ75%20GZE
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ75%2520GZE%27 HTTP/1.1" 200 None
2026-03-29 11:14:19 [bca.uk] INFO: Scrape type for RJ75%20GZE: 0
2026-03-29 11:14:19 [bca.uk] INFO: Found listing with ID: OE21%20CMO
2026-03-29 11:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE21%2520CMO%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for OE21%20CMO: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: FE23%20XMT
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE23%2520XMT%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for FE23%20XMT: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: HY22%20HFS
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY22%2520HFS%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for HY22%20HFS: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: NL23%20OZW
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL23%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for NL23%20OZW: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: SA73%20AKV
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA73%2520AKV%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for SA73%20AKV: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: DP69%20UHU
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP69%2520UHU%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for DP69%20UHU: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: DK22%20MOA
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DK22%2520MOA%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for DK22%20MOA: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: KN75%20BKA
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN75%2520BKA%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for KN75%20BKA: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: DS22%20UFC
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS22%2520UFC%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for DS22%20UFC: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: LS24%20NLL
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS24%2520NLL%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for LS24%20NLL: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: MA22%20KZR
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA22%2520KZR%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for MA22%20KZR: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: YF75%20WHM
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF75%2520WHM%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for YF75%20WHM: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: OE72%20MXT
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27OE72%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for OE72%20MXT: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: SG22%20XYP
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG22%2520XYP%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for SG22%20XYP: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: KN75%20AVY
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN75%2520AVY%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for KN75%20AVY: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: CN23%20ZDP
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CN23%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for CN23%20ZDP: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: NJ23%20GWP
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ23%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for NJ23%20GWP: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: MJ18%20CMZ
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ18%2520CMZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for MJ18%20CMZ: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: RY73%20CWC
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RY73%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for RY73%20CWC: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: WT16%20AEZ
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WT16%2520AEZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for WT16%20AEZ: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: CV11%20EOK
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV11%2520EOK%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for CV11%20EOK: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: FY23%20WPF
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FY23%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for FY23%20WPF: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: GX61%20OFL
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX61%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for GX61%20OFL: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: KN75%20BJE
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN75%2520BJE%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for KN75%20BJE: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: KN75%20BHP
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN75%2520BHP%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for KN75%20BHP: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: EX21%20KPK
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EX21%2520KPK%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for EX21%20KPK: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: KN75%20AWO
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KN75%2520AWO%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for KN75%20AWO: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: RY21%20SXU
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RY21%2520SXU%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for RY21%20SXU: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: MT21%20HKE
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT21%2520HKE%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for MT21%20HKE: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: GJ21%20LWM
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ21%2520LWM%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for GJ21%20LWM: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: LS21%20ONM
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS21%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for LS21%20ONM: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: CF71%20JRU
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CF71%2520JRU%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for CF71%20JRU: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: MA25%20KOU
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA25%2520KOU%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for MA25%20KOU: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: LR22%20HOH
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LR22%2520HOH%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for LR22%20HOH: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: AV23%20VVP
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AV23%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for AV23%20VVP: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: VE70%20SYZ
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE70%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for VE70%20SYZ: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: VE22%20WUG
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE22%2520WUG%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for VE22%20WUG: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: GF23%20KPO
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF23%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for GF23%20KPO: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: CK72%20YEL
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK72%2520YEL%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for CK72%20YEL: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: BW72%20XUR
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BW72%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for BW72%20XUR: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: GF13%20CSY
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GF13%2520CSY%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for GF13%20CSY: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: ND72%20RGU
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND72%2520RGU%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for ND72%20RGU: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: LG22%20FNJ
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG22%2520FNJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for LG22%20FNJ: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: CE21%20SXM
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE21%2520SXM%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for CE21%20SXM: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: EO21%20WYX
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO21%2520WYX%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for EO21%20WYX: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: YH22%20LNK
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH22%2520LNK%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for YH22%20LNK: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: WN23%20FZJ
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WN23%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for WN23%20FZJ: 0
2026-03-29 11:14:20 [bca.uk] INFO: Found listing with ID: FV24%20ENH
2026-03-29 11:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FV24%2520ENH%27 HTTP/1.1" 200 None
2026-03-29 11:14:20 [bca.uk] INFO: Scrape type for FV24%20ENH: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: NV72%20HHZ
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NV72%2520HHZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for NV72%20HHZ: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: HY23%20KXM
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY23%2520KXM%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for HY23%20KXM: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: LB24%20XUO
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LB24%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for LB24%20XUO: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: GU23%20XLM
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU23%2520XLM%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for GU23%20XLM: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: HK23%20WJD
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK23%2520WJD%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for HK23%20WJD: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: MA71%20WNO
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA71%2520WNO%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for MA71%20WNO: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: KP22%20XMW
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP22%2520XMW%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for KP22%20XMW: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: DE24%20EUL
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE24%2520EUL%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for DE24%20EUL: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: NL22%20NWN
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL22%2520NWN%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for NL22%20NWN: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: FL71%20JHJ
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FL71%2520JHJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for FL71%20JHJ: 0
2026-03-29 11:14:21 [bca.uk] INFO: Found listing with ID: MX21%20YYN
2026-03-29 11:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MX21%2520YYN%27 HTTP/1.1" 200 None
2026-03-29 11:14:21 [bca.uk] INFO: Scrape type for MX21%20YYN: 0
2026-03-29 11:14:21 [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-29 11:14:21 [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-29 11:14:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14: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-29 11:14:24 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded
2026-03-29 11:14:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14: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-29 11:14:24 [bca.uk] INFO: Found listing with ID: YX23%20KFJ
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX23%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for YX23%20KFJ: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: YR22%20LVT
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR22%2520LVT%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for YR22%20LVT: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: LT60%20TJU
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT60%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for LT60%20TJU: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: GL71%20LSF
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL71%2520LSF%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for GL71%20LSF: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: DY22%20HZH
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY22%2520HZH%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for DY22%20HZH: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: VO66%20UXX
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO66%2520UXX%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for VO66%20UXX: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: YC15%20RDV
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC15%2520RDV%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for YC15%20RDV: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: DE22%20CZO
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DE22%2520CZO%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for DE22%20CZO: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: BV72%20YVK
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV72%2520YVK%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for BV72%20YVK: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: WP72%20ZZY
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP72%2520ZZY%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for WP72%20ZZY: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: EF19%20PZJ
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF19%2520PZJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for EF19%20PZJ: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: YG10%20MYY
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG10%2520MYY%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for YG10%20MYY: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: VN63%20SGY
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN63%2520SGY%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for VN63%20SGY: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: LO75%20ZWZ
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LO75%2520ZWZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for LO75%20ZWZ: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: WF14%20UAY
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF14%2520UAY%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for WF14%20UAY: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: BT06%20RDX
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT06%2520RDX%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for BT06%20RDX: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: CP02%20MFJ
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CP02%2520MFJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for CP02%20MFJ: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: HK07%20FLH
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HK07%2520FLH%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for HK07%20FLH: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: YR71%20OTF
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YR71%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for YR71%20OTF: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: HN59%20YFR
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN59%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for HN59%20YFR: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: SP14%20ASV
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SP14%2520ASV%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for SP14%20ASV: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: CC63%20RAC
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CC63%2520RAC%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for CC63%20RAC: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: RK66%20LSD
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RK66%2520LSD%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for RK66%20LSD: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: BT18%20XLN
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT18%2520XLN%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for BT18%20XLN: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: BSZ%209114
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BSZ%25209114%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for BSZ%209114: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: VE70%20GKN
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VE70%2520GKN%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for VE70%20GKN: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: HF23%20PRZ
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HF23%2520PRZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for HF23%20PRZ: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: WA07%20OGR
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA07%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for WA07%20OGR: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: KY19%20KGF
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY19%2520KGF%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for KY19%20KGF: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: PGZ%208458
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PGZ%25208458%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for PGZ%208458: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: NL10%20LFM
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL10%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for NL10%20LFM: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: FP53%20VXU
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FP53%2520VXU%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for FP53%20VXU: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: SG63%20WDX
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG63%2520WDX%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for SG63%20WDX: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: BP69%20SFF
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP69%2520SFF%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for BP69%20SFF: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: NX11%20FWL
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX11%2520FWL%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for NX11%20FWL: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: MH19%20TVZ
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH19%2520TVZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for MH19%20TVZ: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: WU19%20PHK
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU19%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for WU19%20PHK: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: NX60%20DBY
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NX60%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for NX60%20DBY: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: EO22%20YVD
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO22%2520YVD%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for EO22%20YVD: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: LP66%20DHJ
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LP66%2520DHJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for LP66%20DHJ: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: LV72%20OHX
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LV72%2520OHX%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for LV72%20OHX: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: DG20%20LZO
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG20%2520LZO%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for DG20%20LZO: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: MJ22%20VST
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ22%2520VST%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for MJ22%20VST: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: VX16%20OJG
2026-03-29 11:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX16%2520OJG%27 HTTP/1.1" 200 None
2026-03-29 11:14:24 [bca.uk] INFO: Scrape type for VX16%20OJG: 0
2026-03-29 11:14:24 [bca.uk] INFO: Found listing with ID: FE65%20AHF
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FE65%2520AHF%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for FE65%20AHF: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: LM21%20GXZ
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM21%2520GXZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for LM21%20GXZ: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: VN66%20HCP
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN66%2520HCP%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for VN66%20HCP: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: DU04%20DBY
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU04%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for DU04%20DBY: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: DG72%20YJS
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DG72%2520YJS%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for DG72%20YJS: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: KD23%20GOA
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KD23%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for KD23%20GOA: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: LT22%20XDU
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT22%2520XDU%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for LT22%20XDU: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: LX22%20LKE
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LX22%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for LX22%20LKE: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: DU68%20YTO
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU68%2520YTO%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for DU68%20YTO: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: DA20%20DGX
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA20%2520DGX%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for DA20%20DGX: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: SW68%20TZJ
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SW68%2520TZJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for SW68%20TZJ: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: SX22%20GFE
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SX22%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for SX22%20GFE: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: MH72%20FSA
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MH72%2520FSA%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for MH72%20FSA: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YD23%20GRH
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD23%2520GRH%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YD23%20GRH: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YY71%20THF
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY71%2520THF%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YY71%20THF: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YT67%20LRJ
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT67%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YT67%20LRJ: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: GX68%20WUJ
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX68%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for GX68%20WUJ: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: KK23%20TCV
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KK23%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for KK23%20TCV: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: MC18%20LLG
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MC18%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for MC18%20LLG: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: SK18%20DFJ
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK18%2520DFJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for SK18%20DFJ: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: GL72%20DND
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL72%2520DND%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for GL72%20DND: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: GL63%20UXW
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL63%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for GL63%20UXW: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: BL12%20YBV
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL12%2520YBV%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for BL12%20YBV: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: BD61%20XNW
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD61%2520XNW%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for BD61%20XNW: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: BL13%20SDV
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL13%2520SDV%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for BL13%20SDV: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: BV18%20OBO
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV18%2520OBO%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for BV18%20OBO: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: CU63%20XJN
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CU63%2520XJN%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for CU63%20XJN: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: DY10%20UWS
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DY10%2520UWS%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for DY10%20UWS: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YF15%20YYP
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF15%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YF15%20YYP: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YH20%20GOP
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH20%2520GOP%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YH20%20GOP: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YS17%20XUK
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS17%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YS17%20XUK: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: HG19%20XFT
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HG19%2520XFT%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for HG19%20XFT: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: EJ16%20BNL
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ16%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for EJ16%20BNL: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: WA17%20DHG
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA17%2520DHG%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for WA17%20DHG: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YT68%20KZO
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YT68%2520KZO%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YT68%20KZO: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: UD1027094
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27UD1027094%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for UD1027094: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: BK22%20KCA
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK22%2520KCA%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for BK22%20KCA: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: AP16%20OYK
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AP16%2520OYK%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for AP16%20OYK: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: LL68%20EBX
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL68%2520EBX%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for LL68%20EBX: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: NL61%20LTY
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL61%2520LTY%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for NL61%20LTY: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YF64%20NBK
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YF64%2520NBK%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YF64%20NBK: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YO11%20PZA
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YO11%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YO11%20PZA: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: WF15%20KXA
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF15%2520KXA%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for WF15%20KXA: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: LG23%20YAJ
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG23%2520YAJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for LG23%20YAJ: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: DN71%20VMC
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DN71%2520VMC%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for DN71%20VMC: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: GK24%20HTT
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GK24%2520HTT%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for GK24%20HTT: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: WR73%20NGX
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR73%2520NGX%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for WR73%20NGX: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: WF71%20XWR
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF71%2520XWR%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for WF71%20XWR: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: MW65%20YND
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MW65%2520YND%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for MW65%20YND: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: ME73%20SHX
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ME73%2520SHX%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for ME73%20SHX: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: DP69%20VZX
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP69%2520VZX%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for DP69%20VZX: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: HY70%20WVM
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY70%2520WVM%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for HY70%20WVM: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: KO16%20PXH
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KO16%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for KO16%20PXH: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: FX64%20XFA
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FX64%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for FX64%20XFA: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YS69%20PAO
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS69%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YS69%20PAO: 0
2026-03-29 11:14:25 [bca.uk] INFO: Found listing with ID: YS69%20EUE
2026-03-29 11:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS69%2520EUE%27 HTTP/1.1" 200 None
2026-03-29 11:14:25 [bca.uk] INFO: Scrape type for YS69%20EUE: 0
2026-03-29 11:14:25 [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-29 11:14:25 [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-29 11:14:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:27 [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-29 11:14:27 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:27 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded
2026-03-29 11:14:27 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:27 [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-29 11:14:27 [bca.uk] INFO: Found listing with ID: VN65%20UKA
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN65%2520UKA%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for VN65%20UKA: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: YM21%20ZPJ
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM21%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for YM21%20ZPJ: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: SK16%20VYY
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SK16%2520VYY%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for SK16%20VYY: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: SH14%20EFO
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SH14%2520EFO%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for SH14%20EFO: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: DS17%20VHK
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DS17%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for DS17%20VHK: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: BK66%20ZTP
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK66%2520ZTP%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for BK66%20ZTP: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: LL61%20EYB
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LL61%2520EYB%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for LL61%20EYB: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: SA13%20SVF
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SA13%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for SA13%20SVF: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: HY19%20EKZ
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HY19%2520EKZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for HY19%20EKZ: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: RA15%20LRO
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RA15%2520LRO%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for RA15%20LRO: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: WG18%20CXW
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WG18%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for WG18%20CXW: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: BD16%20UDO
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for BD16%20UDO: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: ND09%20UYY
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ND09%2520UYY%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for ND09%20UYY: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: GJ70%20XSM
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GJ70%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for GJ70%20XSM: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: AP53%20CON
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AP53%2520CON%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for AP53%20CON: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: LS60%20FAA
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LS60%2520FAA%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for LS60%20FAA: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: BP63%20EYL
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP63%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for BP63%20EYL: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: YX73%20XWD
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YX73%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for YX73%20XWD: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: MJ69%20ZRG
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ69%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for MJ69%20ZRG: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: EA04%20LNK
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA04%2520LNK%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for EA04%20LNK: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: BT72%20XAK
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT72%2520XAK%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for BT72%20XAK: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: GX17%20TVP
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GX17%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 11:14:27 [bca.uk] INFO: Scrape type for GX17%20TVP: 0
2026-03-29 11:14:27 [bca.uk] INFO: Found listing with ID: BV23%20RWW
2026-03-29 11:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV23%2520RWW%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BV23%20RWW: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: YK70%20HYU
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YK70%2520HYU%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for YK70%20HYU: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BL20%20DZB
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BL20%2520DZB%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BL20%20DZB: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: LG22%20ORN
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG22%2520ORN%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for LG22%20ORN: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: GN14%20WDZ
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GN14%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for GN14%20WDZ: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: DU24%20FSC
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DU24%2520FSC%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for DU24%20FSC: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: YE73%20UBO
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YE73%2520UBO%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for YE73%20UBO: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: NU67%20AUT
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NU67%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for NU67%20AUT: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BN52%20YJM
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN52%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BN52%20YJM: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BG72%20DHY
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG72%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BG72%20DHY: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: HT67%20CZW
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HT67%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for HT67%20CZW: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MJ75%20ZCT
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MJ75%2520ZCT%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MJ75%20ZCT: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BN24%20HLR
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BN24%2520HLR%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BN24%20HLR: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: VO22%20HGD
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO22%2520HGD%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for VO22%20HGD: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: AY66%20LGA
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AY66%2520LGA%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for AY66%20LGA: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: NL64%20DNF
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL64%2520DNF%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for NL64%20DNF: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: WK68%20YKJ
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WK68%2520YKJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for WK68%20YKJ: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: FG66%20RZD
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FG66%2520RZD%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for FG66%20RZD: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: VN16%20XUB
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN16%2520XUB%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for VN16%20XUB: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MK23%20HHP
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK23%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MK23%20HHP: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: EA68%20MUV
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EA68%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for EA68%20MUV: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BF18%20WWA
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BF18%2520WWA%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BF18%20WWA: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: NL20%20ONN
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL20%2520ONN%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for NL20%20ONN: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BW19%20COA
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BW19%2520COA%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BW19%20COA: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: WP71%20NCV
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WP71%2520NCV%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for WP71%20NCV: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BK23%20NWA
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK23%2520NWA%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BK23%20NWA: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: HV24%20NZP
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HV24%2520NZP%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for HV24%20NZP: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: LC71%20HHE
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LC71%2520HHE%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for LC71%20HHE: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: NL23%20LRY
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NL23%2520LRY%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for NL23%20LRY: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: LG22%20UWX
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG22%2520UWX%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for LG22%20UWX: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: ML20%20YAO
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ML20%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for ML20%20YAO: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: RO23%20VNF
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RO23%2520VNF%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for RO23%20VNF: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: LT72%20YAV
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT72%2520YAV%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for LT72%20YAV: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BK24%20NNZ
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK24%2520NNZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BK24%20NNZ: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BK68%20XNZ
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK68%2520XNZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BK68%20XNZ: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BP72%20GZF
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP72%2520GZF%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BP72%20GZF: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: LT22%20VKP
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT22%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for LT22%20VKP: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: YS15%20VCX
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YS15%2520VCX%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for YS15%20VCX: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MK73%20LFG
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK73%2520LFG%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MK73%20LFG: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BG68%20FXY
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG68%2520FXY%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BG68%20FXY: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: YY73%20XHH
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for YY73%20XHH: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: YY73%20XJG
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YY73%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for YY73%20XJG: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: AJ18%20FJX
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AJ18%2520FJX%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for AJ18%20FJX: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BP22%20XCF
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP22%2520XCF%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BP22%20XCF: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BU22%20YSD
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BU22%2520YSD%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BU22%20YSD: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: DC21%20KUE
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DC21%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for DC21%20KUE: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: YC68%20OZB
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YC68%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for YC68%20OZB: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BG24%20GUA
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BG24%2520GUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BG24%20GUA: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BP73%20HXY
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BP73%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BP73%20HXY: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: BT24%20NDJ
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BT24%2520NDJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for BT24%20NDJ: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MK24%20YNZ
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK24%2520YNZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MK24%20YNZ: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: HN23%20LUR
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27HN23%2520LUR%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for HN23%20LUR: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MA75%20YYP
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MA75%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MA75%20YYP: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MF25%20XKX
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF25%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MF25%20XKX: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MF25%20XKY
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MF25%20XKY: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MF25%20XLC
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MF25%2520XLC%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MF25%20XLC: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MM74%20COU
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM74%2520COU%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MM74%20COU: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: MM74%20GRZ
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for MM74%20GRZ: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: PO19%20OOV
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PO19%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 11:14:28 [bca.uk] INFO: Scrape type for PO19%20OOV: 0
2026-03-29 11:14:28 [bca.uk] INFO: Found listing with ID: WU22%20KDO
2026-03-29 11:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU22%2520KDO%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for WU22%20KDO: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: YM72%20ZNF
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YM72%2520ZNF%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for YM72%20ZNF: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: SM65%20FYJ
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SM65%2520FYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for SM65%20FYJ: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: BK67%20AHP
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BK67%2520AHP%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for BK67%20AHP: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: UGZ%203425
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27UGZ%25203425%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for UGZ%203425: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: YD09%20XLJ
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YD09%2520XLJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for YD09%20XLJ: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: YB10%20ZFF
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB10%2520ZFF%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for YB10%20ZFF: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: RE62%20WCV
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RE62%2520WCV%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for RE62%20WCV: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: PN67%20WXW
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PN67%2520WXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for PN67%20WXW: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: LT09%20NNH
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LT09%2520NNH%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for LT09%20NNH: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: CK62%20ELH
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CK62%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for CK62%20ELH: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: SR19%20FPO
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SR19%2520FPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for SR19%20FPO: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: EJ13%20WVF
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EJ13%2520WVF%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for EJ13%20WVF: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: EG66%20JWE
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EG66%2520JWE%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for EG66%20JWE: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: DV65%20YJU
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DV65%2520YJU%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for DV65%20YJU: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: CV61%20WFY
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CV61%2520WFY%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for CV61%20WFY: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: AF59%20TKA
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AF59%2520TKA%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for AF59%20TKA: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: WA16%20VAD
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WA16%2520VAD%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for WA16%20VAD: 0
2026-03-29 11:14:29 [bca.uk] INFO: Found listing with ID: ST71%20VFF
2026-03-29 11:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27ST71%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 11:14:29 [bca.uk] INFO: Scrape type for ST71%20VFF: 0
2026-03-29 11:14:29 [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-29 11:14:29 [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-29 11:14:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14: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-29 11:14:32 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded
2026-03-29 11:14:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14: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-29 11:14:32 [bca.uk] INFO: Found listing with ID: PF19%20VTY
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [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-29 11:14:32 [bca.uk] INFO: Scrape type for PF19%20VTY: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: RA18%20MSV
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520MSV%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for RA18%20MSV: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: FY64%20FYU
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520FYU%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for FY64%20FYU: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: EN23%20ZSJ
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN23%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for EN23%20ZSJ: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: DF65%20UEJ
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for DF65%20UEJ: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: AV13%20OOG
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [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-29 11:14:32 [bca.uk] INFO: Scrape type for AV13%20OOG: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: YB11%20BCE
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [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-29 11:14:32 [bca.uk] INFO: Scrape type for YB11%20BCE: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: PK19%20XDH
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520XDH%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for PK19%20XDH: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: SM65%20OKW
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520OKW%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for SM65%20OKW: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: WG12%20YKS
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG12%2520YKS%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for WG12%20YKS: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: YJ66%20XME
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520XME%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for YJ66%20XME: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: FJ72%20UAC
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ72%2520UAC%27 HTTP/1.1" 200 None
2026-03-29 11:14:32 [bca.uk] INFO: Scrape type for FJ72%20UAC: 0
2026-03-29 11:14:32 [bca.uk] INFO: Found listing with ID: WJ18%20HMA
2026-03-29 11:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for WJ18%20HMA: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: YC68%20GDH
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [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-29 11:14:33 [bca.uk] INFO: Scrape type for YC68%20GDH: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: EX69%20WHJ
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [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-29 11:14:33 [bca.uk] INFO: Scrape type for EX69%20WHJ: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: NG17%20OOD
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [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-29 11:14:33 [bca.uk] INFO: Scrape type for NG17%20OOD: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: SL20%20HZS
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [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-29 11:14:33 [bca.uk] INFO: Scrape type for SL20%20HZS: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: VE23%20ZSG
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [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-29 11:14:33 [bca.uk] INFO: Scrape type for VE23%20ZSG: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: BW72%20AUF
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520AUF%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for BW72%20AUF: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: NL72%20XGO
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XGO%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for NL72%20XGO: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: RXZ%207784
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25207784%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for RXZ%207784: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: ST68%20LBU
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520LBU%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for ST68%20LBU: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: RV18%20UZS
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520UZS%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for RV18%20UZS: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: PY21%20DWM
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY21%2520DWM%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for PY21%20DWM: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: ND65%20FNR
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520FNR%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for ND65%20FNR: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: KM23%20LRZ
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LRZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for KM23%20LRZ: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: LY72%20MWK
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for LY72%20MWK: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: EN71%20UBA
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UBA%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for EN71%20UBA: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: GY23%20CTX
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520CTX%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for GY23%20CTX: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: LR20%20DKY
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520DKY%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for LR20%20DKY: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: BD70%20XDL
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520XDL%27 HTTP/1.1" 200 None
2026-03-29 11:14:33 [bca.uk] INFO: Scrape type for BD70%20XDL: 0
2026-03-29 11:14:33 [bca.uk] INFO: Found listing with ID: DC18%20OMJ
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520OMJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for DC18%20OMJ: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: GY20%20ORS
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520ORS%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for GY20%20ORS: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: RV72%20YNL
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520YNL%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for RV72%20YNL: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: HT19%20YOF
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for HT19%20YOF: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: WD72%20HNU
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520HNU%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for WD72%20HNU: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: BJ23%20RXU
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520RXU%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for BJ23%20RXU: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: BW73%20YNC
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for BW73%20YNC: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: FE70%20KJY
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520KJY%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for FE70%20KJY: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: SA73%20NPD
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520NPD%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for SA73%20NPD: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: YB23%20WBV
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520WBV%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for YB23%20WBV: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: YC23%20GUA
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for YC23%20GUA: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: YR20%20FUM
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for YR20%20FUM: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: AH51%20RUS
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AH51%2520RUS%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for AH51%20RUS: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: MT65%20EFR
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT65%2520EFR%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for MT65%20EFR: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: AP71%20FJO
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for AP71%20FJO: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: KV70%20LKX
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for KV70%20LKX: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: FA19%20SDZ
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for FA19%20SDZ: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LP72%20RMV
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for LP72%20RMV: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: EJ23%20NAE
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for EJ23%20NAE: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LM23%20VGU
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VGU%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for LM23%20VGU: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: EJ71%20BKF
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for EJ71%20BKF: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: FP24%20YBG
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP24%2520YBG%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for FP24%20YBG: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: OE23%20CWN
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520CWN%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for OE23%20CWN: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: OU71%20YLJ
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU71%2520YLJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for OU71%20YLJ: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: SP04%20RNO
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP04%2520RNO%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for SP04%20RNO: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: GU75%20OHA
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for GU75%20OHA: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: EA15%20WLN
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA15%2520WLN%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for EA15%20WLN: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: AK71%20ZHP
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for AK71%20ZHP: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: WM71%20BRZ
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for WM71%20BRZ: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LS70%20VFV
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520VFV%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for LS70%20VFV: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: SJ24%20BHO
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for SJ24%20BHO: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: GY23%20FXZ
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [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-29 11:14:34 [bca.uk] INFO: Scrape type for GY23%20FXZ: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: HX23%20XLL
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520XLL%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for HX23%20XLL: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: RO14%20VUA
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520VUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for RO14%20VUA: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: KE69%20VWU
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE69%2520VWU%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for KE69%20VWU: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: RJ13%20YOK
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520YOK%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for RJ13%20YOK: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: KN65%20UHW
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520UHW%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for KN65%20UHW: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: GF61%20TVC
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF61%2520TVC%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for GF61%20TVC: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: AX69%20GJE
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX69%2520GJE%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for AX69%20GJE: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: KN68%20LUL
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LUL%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for KN68%20LUL: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: ND67%20AGZ
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AGZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for ND67%20AGZ: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: CX14%20LGD
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX14%2520LGD%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for CX14%20LGD: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: NA66%20UUN
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA66%2520UUN%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for NA66%20UUN: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: KF06%20VWS
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF06%2520VWS%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for KF06%20VWS: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: NL16%20YWD
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520YWD%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for NL16%20YWD: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: HN18%20YCO
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN18%2520YCO%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for HN18%20YCO: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LG22%20XSD
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for LG22%20XSD: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LG22%20YAF
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520YAF%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for LG22%20YAF: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LH68%20CKV
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH68%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for LH68%20CKV: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: YD67%20ZCJ
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD67%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for YD67%20ZCJ: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: PX18%20UPS
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX18%2520UPS%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for PX18%20UPS: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LS68%20DTU
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520DTU%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for LS68%20DTU: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: YJ16%20UJL
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520UJL%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for YJ16%20UJL: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: MD18%20FXV
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD18%2520FXV%27 HTTP/1.1" 200 None
2026-03-29 11:14:34 [bca.uk] INFO: Scrape type for MD18%20FXV: 0
2026-03-29 11:14:34 [bca.uk] INFO: Found listing with ID: LC24%20YNP
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520YNP%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for LC24%20YNP: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: CV63%20RSU
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV63%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for CV63%20RSU: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: SJ68%20DTU
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520DTU%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for SJ68%20DTU: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: MW66%20PXV
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520PXV%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for MW66%20PXV: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: BL15%20KBU
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520KBU%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for BL15%20KBU: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: GJ12%20VUC
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520VUC%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for GJ12%20VUC: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: PF12%20BZX
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF12%2520BZX%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for PF12%20BZX: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: KY14%20HHP
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY14%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for KY14%20HHP: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: DG17%20UUC
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520UUC%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for DG17%20UUC: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: DY67%20UZC
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY67%2520UZC%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for DY67%20UZC: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: HK19%20PJX
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PJX%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for HK19%20PJX: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: SG66%20YPJ
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520YPJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for SG66%20YPJ: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: YC15%20ORJ
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for YC15%20ORJ: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: YH62%20EDX
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520EDX%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for YH62%20EDX: 0
2026-03-29 11:14:35 [bca.uk] INFO: Found listing with ID: BF14%20XCO
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520XCO%27 HTTP/1.1" 200 None
2026-03-29 11:14:35 [bca.uk] INFO: Scrape type for BF14%20XCO: 0
2026-03-29 11:14:35 [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-29 11:14:35 [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-29 11:14:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14: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-29 11:14:38 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded
2026-03-29 11:14:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14: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-29 11:14:38 [bca.uk] INFO: Found listing with ID: VN22%20MYJ
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN22%2520MYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for VN22%20MYJ: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: LT22%20HVO
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HVO%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for LT22%20HVO: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: PL12%20ARO
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL12%2520ARO%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for PL12%20ARO: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: EA71%20CYG
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520CYG%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for EA71%20CYG: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: SK22%20USJ
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520USJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for SK22%20USJ: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: DX67%20NDC
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520NDC%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for DX67%20NDC: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: GK19%20CPV
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520CPV%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for GK19%20CPV: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: LJ25%20WGS
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ25%2520WGS%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for LJ25%20WGS: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: WM63%20EMF
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520EMF%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for WM63%20EMF: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: DU64%20GHV
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for DU64%20GHV: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: WN23%20NVP
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520NVP%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for WN23%20NVP: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: LD05%20OGW
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD05%2520OGW%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for LD05%20OGW: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: KS23%20DZG
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520DZG%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for KS23%20DZG: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: EO17%20RYB
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520RYB%27 HTTP/1.1" 200 None
2026-03-29 11:14:38 [bca.uk] INFO: Scrape type for EO17%20RYB: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: LM15%20RXN
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:38 [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-29 11:14:38 [bca.uk] INFO: Scrape type for LM15%20RXN: 0
2026-03-29 11:14:38 [bca.uk] INFO: Found listing with ID: CX15%20KJN
2026-03-29 11:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for CX15%20KJN: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: BN64%20TYB
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520TYB%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for BN64%20TYB: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: CA12%20TSV
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for CA12%20TSV: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: OE65%20ECX
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520ECX%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for OE65%20ECX: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: VN68%20FEJ
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for VN68%20FEJ: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: HF63%20TYB
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for HF63%20TYB: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: VIG%207935
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VIG%25207935%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for VIG%207935: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: PN59%20KWZ
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520KWZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for PN59%20KWZ: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: NK66%20VYG
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK66%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for NK66%20VYG: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: ND61%20LXZ
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for ND61%20LXZ: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: DL11%20XAS
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for DL11%20XAS: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LG60%20ZGK
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for LG60%20ZGK: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: BN06%20VJM
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for BN06%20VJM: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: PE59%20YSU
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for PE59%20YSU: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: OY61%20VGN
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for OY61%20VGN: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: YP63%20DYH
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for YP63%20DYH: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: HG10%20EHF
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for HG10%20EHF: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: SC63%20CGF
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for SC63%20CGF: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: SX66%20GHH
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX66%2520GHH%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for SX66%20GHH: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: CO56%20LAN
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [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-29 11:14:39 [bca.uk] INFO: Scrape type for CO56%20LAN: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: PO67%20AZA
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520AZA%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for PO67%20AZA: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: GJ66%20TWK
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520TWK%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for GJ66%20TWK: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: NX11%20EFC
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520EFC%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for NX11%20EFC: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LA22%20OSL
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for LA22%20OSL: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: BK22%20ENX
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520ENX%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for BK22%20ENX: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: CF23%20ORW
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF23%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for CF23%20ORW: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LD23%20BMY
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BMY%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for LD23%20BMY: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LR23%20ZGC
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGC%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for LR23%20ZGC: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: RK72%20YCC
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for RK72%20YCC: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: YN72%20PVX
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN72%2520PVX%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for YN72%20PVX: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: SX67%20ECJ
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX67%2520ECJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for SX67%20ECJ: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: MK22%20KLA
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520KLA%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for MK22%20KLA: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: WP23%20OEF
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEF%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for WP23%20OEF: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: YM72%20HUH
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for YM72%20HUH: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: AF23%20CWK
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CWK%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for AF23%20CWK: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: URZ%202372
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27URZ%25202372%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for URZ%202372: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: BV23%20XUN
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520XUN%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for BV23%20XUN: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: SL71%20LWT
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL71%2520LWT%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for SL71%20LWT: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: WP23%20OEL
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEL%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for WP23%20OEL: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: GX72%20TYT
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX72%2520TYT%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for GX72%20TYT: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LD22%20PZB
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520PZB%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for LD22%20PZB: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LE71%20CLO
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CLO%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for LE71%20CLO: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LO23%20CWN
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520CWN%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for LO23%20CWN: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: MJ71%20YBZ
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520YBZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for MJ71%20YBZ: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: RO72%20TPF
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for RO72%20TPF: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: WV71%20TBX
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520TBX%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for WV71%20TBX: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: GL15%20YCC
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL15%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for GL15%20YCC: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: RE23%20BYL
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520BYL%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for RE23%20BYL: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: MD72%20VZL
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZL%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for MD72%20VZL: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: BK23%20JZH
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JZH%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for BK23%20JZH: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: DL73%20KWZ
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KWZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for DL73%20KWZ: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: YT73%20FLJ
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT73%2520FLJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for YT73%20FLJ: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: OE68%20FBF
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520FBF%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for OE68%20FBF: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: GE19%20CTY
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520CTY%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for GE19%20CTY: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: LX70%20ZKN
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520ZKN%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for LX70%20ZKN: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: S9%20WBG
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S9%2520WBG%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for S9%20WBG: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: FG22%20YSC
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520YSC%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for FG22%20YSC: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: KS25%20SPX
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS25%2520SPX%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for KS25%20SPX: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: MJ20%20WZR
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520WZR%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for MJ20%20WZR: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: YM69%20YEE
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM69%2520YEE%27 HTTP/1.1" 200 None
2026-03-29 11:14:39 [bca.uk] INFO: Scrape type for YM69%20YEE: 0
2026-03-29 11:14:39 [bca.uk] INFO: Found listing with ID: DL73%20LFO
2026-03-29 11:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFO%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for DL73%20LFO: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: KW69%20LLA
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520LLA%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for KW69%20LLA: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: NG69%20TGV
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520TGV%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for NG69%20TGV: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: SK69%20PZD
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520PZD%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for SK69%20PZD: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: SL73%20DKE
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL73%2520DKE%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for SL73%20DKE: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: ST17%20WMD
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for ST17%20WMD: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: GK71%20PZV
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK71%2520PZV%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for GK71%20PZV: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: HG68%20JDZ
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for HG68%20JDZ: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: LC72%20XJW
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for LC72%20XJW: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: LG69%20YNU
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520YNU%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for LG69%20YNU: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: OU67%20NKS
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520NKS%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for OU67%20NKS: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: SH71%20DZM
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520DZM%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for SH71%20DZM: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: YA67%20LLE
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520LLE%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for YA67%20LLE: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: HT21%20LMM
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520LMM%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for HT21%20LMM: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: HX22%20OPU
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for HX22%20OPU: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: EO68%20YLG
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO68%2520YLG%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for EO68%20YLG: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: FP22%20VZX
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520VZX%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for FP22%20VZX: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: HX19%20XZR
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX19%2520XZR%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for HX19%20XZR: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: KJ17%20DWY
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520DWY%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for KJ17%20DWY: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: LB71%20KOE
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520KOE%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for LB71%20KOE: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: LS69%20HPE
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for LS69%20HPE: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: ML73%20OFE
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520OFE%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for ML73%20OFE: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: ND70%20FTZ
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520FTZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for ND70%20FTZ: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: RY66%20ONM
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for RY66%20ONM: 0
2026-03-29 11:14:40 [bca.uk] INFO: Found listing with ID: RJ73%20YLW
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520YLW%27 HTTP/1.1" 200 None
2026-03-29 11:14:40 [bca.uk] INFO: Scrape type for RJ73%20YLW: 0
2026-03-29 11:14:40 [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-29 11:14:40 [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-29 11:14:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14: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-29 11:14:43 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded
2026-03-29 11:14:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14: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-29 11:14:43 [bca.uk] INFO: Found listing with ID: SW14%20FUV
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520FUV%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for SW14%20FUV: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: FG19%20HKM
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520HKM%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for FG19%20HKM: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: GU72%20VDL
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520VDL%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for GU72%20VDL: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: RO73%20BUV
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520BUV%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for RO73%20BUV: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DL73%20LBP
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LBP%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DL73%20LBP: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: MA20%20CTU
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520CTU%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for MA20%20CTU: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: SM18%20KCE
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for SM18%20KCE: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DL74%20WVC
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [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-29 11:14:43 [bca.uk] INFO: Scrape type for DL74%20WVC: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DP74%20RWO
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [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-29 11:14:43 [bca.uk] INFO: Scrape type for DP74%20RWO: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DV24%20JXX
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [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-29 11:14:43 [bca.uk] INFO: Scrape type for DV24%20JXX: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DY74%20OHL
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [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-29 11:14:43 [bca.uk] INFO: Scrape type for DY74%20OHL: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: BW73%20LZN
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520LZN%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for BW73%20LZN: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: LC71%20SSV
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520SSV%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for LC71%20SSV: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: KK23%20BWC
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for KK23%20BWC: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: KM73%20YZN
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YZN%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for KM73%20YZN: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: MW74%20CZU
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520CZU%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for MW74%20CZU: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DN24%20TCJ
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [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-29 11:14:43 [bca.uk] INFO: Scrape type for DN24%20TCJ: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DY74%20BXB
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [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-29 11:14:43 [bca.uk] INFO: Scrape type for DY74%20BXB: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DL74%20WUJ
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [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-29 11:14:43 [bca.uk] INFO: Scrape type for DL74%20WUJ: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DS24%20OUY
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OUY%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DS24%20OUY: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DS24%20OZO
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DS24%20OZO: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: GL72%20ODW
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for GL72%20ODW: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: BU22%20ZSR
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520ZSR%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for BU22%20ZSR: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: GL72%20UVD
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UVD%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for GL72%20UVD: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: BG71%20UMM
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UMM%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for BG71%20UMM: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: LT24%20SWU
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520SWU%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for LT24%20SWU: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: WN21%20XLO
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XLO%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for WN21%20XLO: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DS24%20ORP
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORP%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DS24%20ORP: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DS24%20XXY
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXY%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DS24%20XXY: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DS24%20XXZ
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DS24%20XXZ: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: LD23%20UTS
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520UTS%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for LD23%20UTS: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: LR21%20YHE
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520YHE%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for LR21%20YHE: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: LS69%20AWM
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520AWM%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for LS69%20AWM: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: MM21%20HHO
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM21%2520HHO%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for MM21%20HHO: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: NL23%20ODN
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520ODN%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for NL23%20ODN: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: RX71%20EGV
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for RX71%20EGV: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: WF24%20EWY
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520EWY%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for WF24%20EWY: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: AF22%20XTB
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520XTB%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for AF22%20XTB: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: AF22%20YMD
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520YMD%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for AF22%20YMD: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DC25%20EXN
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC25%2520EXN%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DC25%20EXN: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DF71%20HHZ
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520HHZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DF71%20HHZ: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: DG24%20LAE
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LAE%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for DG24%20LAE: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: FN22%20LLG
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for FN22%20LLG: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: FN23%20OPA
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OPA%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for FN23%20OPA: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: GK22%20NDD
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK22%2520NDD%27 HTTP/1.1" 200 None
2026-03-29 11:14:43 [bca.uk] INFO: Scrape type for GK22%20NDD: 0
2026-03-29 11:14:43 [bca.uk] INFO: Found listing with ID: GL21%20HWG
2026-03-29 11:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for GL21%20HWG: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: GX70%20USS
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520USS%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for GX70%20USS: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: KE73%20APV
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520APV%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for KE73%20APV: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: KN23%20UWP
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UWP%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for KN23%20UWP: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: KW73%20YON
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YON%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for KW73%20YON: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: LA72%20CNF
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for LA72%20CNF: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: DV24%20JXP
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXP%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for DV24%20JXP: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: YJ65%20MGC
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for YJ65%20MGC: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: KE73%20RMV
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for KE73%20RMV: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: RV74%20UZM
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV74%2520UZM%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for RV74%20UZM: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: DN24%20TFE
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for DN24%20TFE: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: DS24%20OSP
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for DS24%20OSP: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: DY74%20BVV
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for DY74%20BVV: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: DY74%20BWC
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for DY74%20BWC: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: BT24%20VGZ
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520VGZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for BT24%20VGZ: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: MA21%20XWB
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520XWB%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for MA21%20XWB: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: WA21%20YCZ
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520YCZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for WA21%20YCZ: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: YC22%20FTP
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520FTP%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for YC22%20FTP: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: NJ23%20VZP
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520VZP%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for NJ23%20VZP: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: SG18%20TSX
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520TSX%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for SG18%20TSX: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: SH68%20ARF
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for SH68%20ARF: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: BK23%20TXW
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for BK23%20TXW: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: FH73%20BAO
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for FH73%20BAO: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: SH71%20GMF
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520GMF%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for SH71%20GMF: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: WU21%20FWJ
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520FWJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for WU21%20FWJ: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: BP21%20KUW
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520KUW%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for BP21%20KUW: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: DP70%20YSY
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for DP70%20YSY: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: GL72%20OGS
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OGS%27 HTTP/1.1" 200 None
2026-03-29 11:14:44 [bca.uk] INFO: Scrape type for GL72%20OGS: 0
2026-03-29 11:14:44 [bca.uk] INFO: Found listing with ID: SV23%20OXL
2026-03-29 11:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:44 [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-29 11:14:44 [bca.uk] INFO: Scrape type for SV23%20OXL: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: VO22%20UZT
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520UZT%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for VO22%20UZT: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: HF23%20WKP
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520WKP%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for HF23%20WKP: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: MA22%20FUD
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520FUD%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for MA22%20FUD: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: MA23%20UCH
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520UCH%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for MA23%20UCH: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: MV23%20OYJ
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520OYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for MV23%20OYJ: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: WV22%20XZA
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [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-29 11:14:45 [bca.uk] INFO: Scrape type for WV22%20XZA: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: HW75%20BVT
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW75%2520BVT%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for HW75%20BVT: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: MC21%20EBO
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520EBO%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for MC21%20EBO: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: PK20%20ORC
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [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-29 11:14:45 [bca.uk] INFO: Scrape type for PK20%20ORC: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: KO18%20MRV
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520MRV%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for KO18%20MRV: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: YH56%20UOD
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for YH56%20UOD: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: LT72%20MGJ
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520MGJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for LT72%20MGJ: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: NL23%20WGC
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WGC%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for NL23%20WGC: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: YC22%20ULM
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520ULM%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for YC22%20ULM: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: DA64%20HXR
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for DA64%20HXR: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: DU68%20HCD
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520HCD%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for DU68%20HCD: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: DY13%20XEV
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520XEV%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for DY13%20XEV: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: KV19%20GEP
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV19%2520GEP%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for KV19%20GEP: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: RX19%20UUZ
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520UUZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for RX19%20UUZ: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: GU23%20VTD
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTD%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for GU23%20VTD: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: HJ24%20UNS
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520UNS%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for HJ24%20UNS: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: MA23%20ZBX
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520ZBX%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for MA23%20ZBX: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: MJ71%20HPL
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for MJ71%20HPL: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: WJ63%20LDU
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for WJ63%20LDU: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: YT22%20WYV
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYV%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for YT22%20WYV: 0
2026-03-29 11:14:45 [bca.uk] INFO: Found listing with ID: YW73%20ECJ
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW73%2520ECJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:45 [bca.uk] INFO: Scrape type for YW73%20ECJ: 0
2026-03-29 11:14:45 [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-29 11:14:45 [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-29 11:14:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:46 [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-29 11:14:47 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded
2026-03-29 11:14:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Found listing with ID: BX22%20WJM
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520WJM%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for BX22%20WJM: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: DA72%20VNC
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VNC%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for DA72%20VNC: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: EX71%20ZUA
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX71%2520ZUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for EX71%20ZUA: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: FL23%20TFX
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520TFX%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for FL23%20TFX: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: FX22%20NXJ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520NXJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for FX22%20NXJ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: GL71%20OPD
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520OPD%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for GL71%20OPD: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: MV67%20HPL
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for MV67%20HPL: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: DX22%20YLM
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for DX22%20YLM: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: EO22%20GPK
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for EO22%20GPK: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: EO22%20HPE
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for EO22%20HPE: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: GY23%20CUW
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CUW%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for GY23%20CUW: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: KJ21%20ZBU
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ21%2520ZBU%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for KJ21%20ZBU: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: KX72%20TCZ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for KX72%20TCZ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: LA72%20DZU
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520DZU%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for LA72%20DZU: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: LR15%20LXK
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for LR15%20LXK: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: LR22%20XUE
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520XUE%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for LR22%20XUE: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: MD21%20YVG
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520YVG%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for MD21%20YVG: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: MK23%20USF
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for MK23%20USF: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: ML23%20CGO
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520CGO%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for ML23%20CGO: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: OV23%20CNU
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520CNU%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for OV23%20CNU: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: OX25%20DDJ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX25%2520DDJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for OX25%20DDJ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: PO20%20VTV
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO20%2520VTV%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for PO20%20VTV: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: SD70%20YCS
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520YCS%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for SD70%20YCS: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: VO72%20WGP
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for VO72%20WGP: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: YM72%20RJY
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520RJY%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for YM72%20RJY: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: AJ22%20GVY
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520GVY%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for AJ22%20GVY: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: AJ72%20RUC
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520RUC%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for AJ72%20RUC: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: BJ20%20JKZ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for BJ20%20JKZ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: BP72%20CGZ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for BP72%20CGZ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: BV23%20EHF
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for BV23%20EHF: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: DT70%20GMV
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520GMV%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for DT70%20GMV: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: GM23%20LHJ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for GM23%20LHJ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: EK72%20ZKC
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520ZKC%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for EK72%20ZKC: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: LR23%20FUO
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520FUO%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for LR23%20FUO: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: RE23%20MWV
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for RE23%20MWV: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: KE23%20UYD
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520UYD%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for KE23%20UYD: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: BP72%20UKY
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UKY%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for BP72%20UKY: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: BJ23%20OCH
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for BJ23%20OCH: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: FX22%20RXC
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520RXC%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for FX22%20RXC: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: MA22%20VOP
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VOP%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for MA22%20VOP: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: ML24%20PTZ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520PTZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for ML24%20PTZ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: NG21%20BPX
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520BPX%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for NG21%20BPX: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: CK22%20UUL
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for CK22%20UUL: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: DE72%20RLO
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for DE72%20RLO: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: KY18%20KCJ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [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-29 11:14:47 [bca.uk] INFO: Scrape type for KY18%20KCJ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: BP23%20OUK
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OUK%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for BP23%20OUK: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: CJ23%20MWD
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MWD%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for CJ23%20MWD: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: BK22%20UKZ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520UKZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for BK22%20UKZ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: DS72%20YRZ
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520YRZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for DS72%20YRZ: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: EF24%20XPC
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF24%2520XPC%27 HTTP/1.1" 200 None
2026-03-29 11:14:47 [bca.uk] INFO: Scrape type for EF24%20XPC: 0
2026-03-29 11:14:47 [bca.uk] INFO: Found listing with ID: HY23%20TVX
2026-03-29 11:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520TVX%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for HY23%20TVX: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: MA24%20TXE
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520TXE%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for MA24%20TXE: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: YP71%20UFT
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UFT%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for YP71%20UFT: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: KM73%20YKG
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for KM73%20YKG: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: DF21%20VPO
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520VPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for DF21%20VPO: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: GJ68%20JVG
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520JVG%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for GJ68%20JVG: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: NG71%20EZD
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520EZD%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for NG71%20EZD: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: NJ24%20UTX
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTX%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for NJ24%20UTX: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: NJ24%20UYE
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UYE%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for NJ24%20UYE: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: NL21%20WZF
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WZF%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for NL21%20WZF: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: WP70%20EOY
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520EOY%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for WP70%20EOY: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: AK71%20URR
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520URR%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for AK71%20URR: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: BL72%20ESY
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for BL72%20ESY: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: DE21%20VWW
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for DE21%20VWW: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: KK23%20BVV
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVV%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for KK23%20BVV: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: BK22%20UNP
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNP%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for BK22%20UNP: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: DV72%20VFK
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520VFK%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for DV72%20VFK: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: LC69%20LHO
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LHO%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for LC69%20LHO: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: LS22%20AYF
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for LS22%20AYF: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: VK22%20DHZ
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520DHZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for VK22%20DHZ: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: YT22%20ZYC
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for YT22%20ZYC: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: CU57%20OXG
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for CU57%20OXG: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: FD13%20EJK
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for FD13%20EJK: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: FL60%20VHN
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for FL60%20VHN: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: K21%20GMC
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for K21%20GMC: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: NG64%20CGO
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for NG64%20CGO: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: RJ07%20FKS
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for RJ07%20FKS: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: RL04%20HLD
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for RL04%20HLD: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: TN07%20UHB
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for TN07%20UHB: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: VX63%20EEM
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for VX63%20EEM: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: WN56%20UFH
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for WN56%20UFH: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: WP61%20VYK
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for WP61%20VYK: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: GL72%20ODN
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODN%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for GL72%20ODN: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: HG70%20HNB
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HNB%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for HG70%20HNB: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: KN23%20WRR
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [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-29 11:14:48 [bca.uk] INFO: Scrape type for KN23%20WRR: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: KN71%20UJC
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520UJC%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for KN71%20UJC: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: MC21%20AUU
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520AUU%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for MC21%20AUU: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: OV22%20AWX
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520AWX%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for OV22%20AWX: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: RO23%20KJX
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520KJX%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for RO23%20KJX: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: SG23%20YNK
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520YNK%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for SG23%20YNK: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: SH73%20OUC
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520OUC%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for SH73%20OUC: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: WD73%20YVK
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520YVK%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for WD73%20YVK: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: YT23%20GXA
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for YT23%20GXA: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: KM20%20KCJ
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520KCJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for KM20%20KCJ: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: KK23%20BVU
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVU%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for KK23%20BVU: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: KK23%20BWJ
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for KK23%20BWJ: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: OE17%20UFN
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520UFN%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for OE17%20UFN: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: GU22%20PNV
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520PNV%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for GU22%20PNV: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: MA22%20OFT
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520OFT%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for MA22%20OFT: 0
2026-03-29 11:14:48 [bca.uk] INFO: Found listing with ID: ML22%20OWF
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520OWF%27 HTTP/1.1" 200 None
2026-03-29 11:14:48 [bca.uk] INFO: Scrape type for ML22%20OWF: 0
2026-03-29 11:14:48 [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-29 11:14:48 [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-29 11:14:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded
2026-03-29 11:14:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Found listing with ID: MV22%20NYA
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for MV22%20NYA: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: NL23%20XMG
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for NL23%20XMG: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: OV72%20BXK
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520BXK%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for OV72%20BXK: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: VK21%20YGH
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520YGH%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for VK21%20YGH: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: YUI%206353
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YUI%25206353%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for YUI%206353: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: CMZ%206782
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25206782%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for CMZ%206782: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: RJ71%20ZPV
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520ZPV%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for RJ71%20ZPV: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DG22%20ZZX
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520ZZX%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for DG22%20ZZX: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DS24%20PHV
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for DS24%20PHV: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DU71%20YYM
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for DU71%20YYM: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DY71%20LDV
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520LDV%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for DY71%20LDV: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DS24%20ORV
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for DS24%20ORV: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: LP21%20UWA
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520UWA%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for LP21%20UWA: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: AJ22%20CCX
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CCX%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for AJ22%20CCX: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: BG71%20FCF
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for BG71%20FCF: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DX71%20BYJ
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520BYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for DX71%20BYJ: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: EJ23%20BVX
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BVX%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for EJ23%20BVX: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: FV72%20VGT
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520VGT%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for FV72%20VGT: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: HN24%20LYX
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520LYX%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for HN24%20LYX: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: MD72%20VOU
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for MD72%20VOU: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: OV25%20KJO
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520KJO%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for OV25%20KJO: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: WN22%20MTX
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for WN22%20MTX: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: WU23%20ESG
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520ESG%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for WU23%20ESG: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: YT22%20XUU
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520XUU%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for YT22%20XUU: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: SV23%20OPF
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OPF%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for SV23%20OPF: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: LM74%20MDF
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for LM74%20MDF: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DL74%20VDV
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for DL74%20VDV: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: LS74%20ZXD
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520ZXD%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for LS74%20ZXD: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: BD22%20PFK
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PFK%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for BD22%20PFK: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: KU19%20SHM
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU19%2520SHM%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for KU19%20SHM: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: YY69%20ONL
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520ONL%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for YY69%20ONL: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: MJ22%20VGA
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VGA%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for MJ22%20VGA: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: FX22%20OUG
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520OUG%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for FX22%20OUG: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: PE61%20OGR
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for PE61%20OGR: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: FP72%20XCK
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XCK%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for FP72%20XCK: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: AK60%20ZVN
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for AK60%20ZVN: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: BV65%20XVC
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for BV65%20XVC: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DY14%20FTC
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520FTC%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for DY14%20FTC: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DY57%20HVF
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for DY57%20HVF: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: JGZ%204099
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JGZ%25204099%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for JGZ%204099: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: LD17%20XHK
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for LD17%20XHK: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: LS09%20ZMO
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for LS09%20ZMO: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: LS57%20JLV
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for LS57%20JLV: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: LXZ%205644
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for LXZ%205644: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: MJ15%20GME
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for MJ15%20GME: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: PK11%20VMO
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520VMO%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for PK11%20VMO: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: WK23%20LFO
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520LFO%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for WK23%20LFO: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DL74%20WBK
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for DL74%20WBK: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DP74%20RVV
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:51 [bca.uk] INFO: Scrape type for DP74%20RVV: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DS24%20OVU
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OVU%27 HTTP/1.1" 200 None
2026-03-29 11:14:51 [bca.uk] INFO: Scrape type for DS24%20OVU: 0
2026-03-29 11:14:51 [bca.uk] INFO: Found listing with ID: DV24%20KFU
2026-03-29 11:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:51 [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-29 11:14:52 [bca.uk] INFO: Scrape type for DV24%20KFU: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: LN24%20TZH
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LN24%2520TZH%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for LN24%20TZH: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: LG22%20DVP
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LG22%2520DVP%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for LG22%20DVP: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: YH73%20GLJ
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YH73%2520GLJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for YH73%20GLJ: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: WU62%20XSV
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WU62%2520XSV%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for WU62%20XSV: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: VF69%20HNN
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VF69%2520HNN%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for VF69%20HNN: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: LM24%20WMO
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM24%2520WMO%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for LM24%20WMO: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: KY62%20JJX
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KY62%2520JJX%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for KY62%20JJX: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: NJ09%20XJL
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ09%2520XJL%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for NJ09%20XJL: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: LM23%20TTO
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM23%2520TTO%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for LM23%20TTO: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: LY72%20JSV
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LY72%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for LY72%20JSV: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: AK16%20UOM
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27AK16%2520UOM%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for AK16%20UOM: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: EF65%20UGS
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EF65%2520UGS%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for EF65%20UGS: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: GU59%20RNE
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GU59%2520RNE%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for GU59%20RNE: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: YG17%20MDC
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YG17%2520MDC%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for YG17%20MDC: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: CE19%20KDN
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27CE19%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for CE19%20KDN: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: MK71%20TPF
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MK71%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for MK71%20TPF: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: MM22%20KFV
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM22%2520KFV%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for MM22%20KFV: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: YB11%20UXM
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27YB11%2520UXM%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for YB11%20UXM: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: BX65%20TCV
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BX65%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for BX65%20TCV: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: GL62%20EAF
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL62%2520EAF%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for GL62%20EAF: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: KR60%20MWC
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KR60%2520MWC%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for KR60%20MWC: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: MM08%20NGG
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM08%2520NGG%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for MM08%20NGG: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: PK13%20JWV
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK13%2520JWV%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for PK13%20JWV: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: PK65%20YHH
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK65%2520YHH%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for PK65%20YHH: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: RJ11%20ZRY
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27RJ11%2520ZRY%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for RJ11%20ZRY: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: PK07%20USE
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27PK07%2520USE%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for PK07%20USE: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: BD16%20YAO
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BD16%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for BD16%20YAO: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: BV14%20RSX
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV14%2520RSX%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for BV14%20RSX: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: BV66%20FVG
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27BV66%2520FVG%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for BV66%20FVG: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: DA16%20VLV
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DA16%2520VLV%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for DA16%20VLV: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: DP67%20FVA
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27DP67%2520FVA%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for DP67%20FVA: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: EO14%20FFZ
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EO14%2520FFZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for EO14%20FFZ: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: EY08%20OSA
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27EY08%2520OSA%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for EY08%20OSA: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: FN67%20HCL
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27FN67%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for FN67%20HCL: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: GL67%20AOF
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GL67%2520AOF%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for GL67%20AOF: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: GV62%20GCY
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27GV62%2520GCY%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for GV62%20GCY: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: KP67%20NGO
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27KP67%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for KP67%20NGO: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: LM13%20EUA
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27LM13%2520EUA%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for LM13%20EUA: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: MM65%20GZZ
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MM65%2520GZZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for MM65%20GZZ: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: MT10%20LCZ
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27MT10%2520LCZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for MT10%20LCZ: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: NJ18%20MHZ
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27NJ18%2520MHZ%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for NJ18%20MHZ: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: SG10%20CVO
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27SG10%2520CVO%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for SG10%20CVO: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: VA14%20HZW
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VA14%2520HZW%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for VA14%20HZW: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: VN19%20UVT
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VN19%2520UVT%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for VN19%20UVT: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: VO73%20YYM
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VO73%2520YYM%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for VO73%20YYM: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: VX17%20ZUD
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX17%2520ZUD%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for VX17%20ZUD: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: VX70%20XXR
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27VX70%2520XXR%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for VX70%20XXR: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: WF71%20ENW
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WF71%2520ENW%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for WF71%20ENW: 0
2026-03-29 11:14:52 [bca.uk] INFO: Found listing with ID: WR20%20VCO
2026-03-29 11:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11: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%27WR20%2520VCO%27 HTTP/1.1" 200 None
2026-03-29 11:14:52 [bca.uk] INFO: Scrape type for WR20%20VCO: 0
2026-03-29 11:14: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-29 11:14: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-29 11:14:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:14:56 [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-29 11:14:56 [bca.uk] INFO: Total items found: 100
2026-03-29 11:14:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded
2026-03-29 11:14:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:14:56 [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-29 11:14:56 [bca.uk] INFO: Found listing with ID: WU66%20DVL
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [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-29 11:14:56 [bca.uk] INFO: Scrape type for WU66%20DVL: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: DC65%20CCX
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC65%2520CCX%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for DC65%20CCX: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: KY61%20CXN
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY61%2520CXN%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for KY61%20CXN: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: MT15%20UJV
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520UJV%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for MT15%20UJV: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: YR65%20CTV
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for YR65%20CTV: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: MM69%20GXO
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520GXO%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for MM69%20GXO: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: BW16%20FHP
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW16%2520FHP%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for BW16%20FHP: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: EF11%20DKJ
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF11%2520DKJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for EF11%20DKJ: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: EY68%20FSJ
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520FSJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for EY68%20FSJ: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: GN19%20ZWK
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520ZWK%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for GN19%20ZWK: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: KS16%20XKC
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS16%2520XKC%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for KS16%20XKC: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: KY60%20YDD
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY60%2520YDD%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for KY60%20YDD: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: LG17%20ONL
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520ONL%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for LG17%20ONL: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: MF63%20RLV
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520RLV%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for MF63%20RLV: 0
2026-03-29 11:14:56 [bca.uk] INFO: Found listing with ID: RK65%20DXJ
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520DXJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:56 [bca.uk] INFO: Scrape type for RK65%20DXJ: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: WD08%20EZN
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD08%2520EZN%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for WD08%20EZN: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: YC63%20DSV
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for YC63%20DSV: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: SV11%20VXD
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV11%2520VXD%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for SV11%20VXD: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LS23%20FJJ
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520FJJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LS23%20FJJ: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: OE16%20YKU
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520YKU%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for OE16%20YKU: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LV12%20XBX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XBX%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LV12%20XBX: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: HT17%20BVO
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT17%2520BVO%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for HT17%20BVO: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: BD67%20LUP
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD67%2520LUP%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for BD67%20LUP: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: HV14%20UHG
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV14%2520UHG%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for HV14%20UHG: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: YE17%20KGU
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520KGU%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for YE17%20KGU: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: YY17%20YOE
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YOE%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for YY17%20YOE: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: BG71%20KTN
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520KTN%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for BG71%20KTN: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: WA72%20XXD
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA72%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for WA72%20XXD: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: ML15%20HWT
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520HWT%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for ML15%20HWT: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: MA75%20OHP
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520OHP%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for MA75%20OHP: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: MA75%20SSV
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SSV%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for MA75%20SSV: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: DY70%20OAD
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [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-29 11:14:57 [bca.uk] INFO: Scrape type for DY70%20OAD: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: CK66%20KCX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520KCX%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for CK66%20KCX: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: AV14%20FBX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520FBX%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for AV14%20FBX: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: HN68%20YJP
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN68%2520YJP%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for HN68%20YJP: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: KR16%20LDD
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520LDD%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for KR16%20LDD: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LC23%20CFX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520CFX%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LC23%20CFX: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: MA72%20KJO
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [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-29 11:14:57 [bca.uk] INFO: Scrape type for MA72%20KJO: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: SN17%20UYJ
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN17%2520UYJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for SN17%20UYJ: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: SJ72%20CWM
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for SJ72%20CWM: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: DY19%20EOJ
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EOJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for DY19%20EOJ: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: BV17%20CFG
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV17%2520CFG%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for BV17%20CFG: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: GL61%20DYT
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520DYT%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for GL61%20DYT: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: GU21%20VUM
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520VUM%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for GU21%20VUM: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: ML69%20MLY
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for ML69%20MLY: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: SW68%20JYU
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520JYU%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for SW68%20JYU: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: FX73%20NUA
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [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-29 11:14:57 [bca.uk] INFO: Scrape type for FX73%20NUA: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: KW18%20NKS
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520NKS%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for KW18%20NKS: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LS72%20VEW
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520VEW%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LS72%20VEW: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: KR70%20XVM
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520XVM%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for KR70%20XVM: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LO20%20ZVX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO20%2520ZVX%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LO20%20ZVX: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: ET68%20DWG
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for ET68%20DWG: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: PO67%20ZCU
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520ZCU%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for PO67%20ZCU: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: PJ20%20KVH
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for PJ20%20KVH: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LD18%20MLJ
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520MLJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LD18%20MLJ: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: ED10%20ALP
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ED10%2520ALP%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for ED10%20ALP: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: RK74%20UVP
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520UVP%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for RK74%20UVP: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: NV17%20XOX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14: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%2520XOX%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for NV17%20XOX: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: EA18%20EHR
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520EHR%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for EA18%20EHR: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: HA11%20YSJ
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [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-29 11:14:57 [bca.uk] INFO: Scrape type for HA11%20YSJ: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: VO21%20SWN
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520SWN%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for VO21%20SWN: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: DA68%20XDH
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [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-29 11:14:57 [bca.uk] INFO: Scrape type for DA68%20XDH: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: SY24%20VVA
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520VVA%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for SY24%20VVA: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LS73%20EFH
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520EFH%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LS73%20EFH: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: CN24%20VAX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN24%2520VAX%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for CN24%20VAX: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: LG73%20CTW
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG73%2520CTW%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for LG73%20CTW: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: MM24%20VAJ
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM24%2520VAJ%27 HTTP/1.1" 200 None
2026-03-29 11:14:57 [bca.uk] INFO: Scrape type for MM24%20VAJ: 0
2026-03-29 11:14:57 [bca.uk] INFO: Found listing with ID: FH64%20WPX
2026-03-29 11:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH64%2520WPX%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for FH64%20WPX: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: MA22%20WFF
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520WFF%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for MA22%20WFF: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: CT19%20OCS
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for CT19%20OCS: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: CA20%20VSX
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520VSX%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for CA20%20VSX: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: AD02%20TAM
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD02%2520TAM%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for AD02%20TAM: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: V555%20SRB
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V555%2520SRB%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for V555%20SRB: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: MJ68%20DAO
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for MJ68%20DAO: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: EO63%20VYA
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for EO63%20VYA: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: FT16%20HCV
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520HCV%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for FT16%20HCV: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: HG64%20CBV
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for HG64%20CBV: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: YC64%20CXY
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for YC64%20CXY: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: VN14%20TPV
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520TPV%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for VN14%20TPV: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: HS69%20BVL
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS69%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for HS69%20BVL: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: EF73%20MXL
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF73%2520MXL%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for EF73%20MXL: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: DE22%20AYT
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AYT%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for DE22%20AYT: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: DK74%20ZGW
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK74%2520ZGW%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for DK74%20ZGW: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: KV14%20WDF
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520WDF%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for KV14%20WDF: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: YD62%20MXO
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520MXO%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for YD62%20MXO: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: VO23%20LTU
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520LTU%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for VO23%20LTU: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: LM72%20USD
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520USD%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for LM72%20USD: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: YA67%20DLZ
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for YA67%20DLZ: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: LP68%20KCU
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520KCU%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for LP68%20KCU: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: NK19%20WZJ
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for NK19%20WZJ: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: BT68%20OVB
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520OVB%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for BT68%20OVB: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: YB18%20FUF
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for YB18%20FUF: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: YE69%20KWY
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for YE69%20KWY: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: HJ22%20EPO
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520EPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for HJ22%20EPO: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: VU22%20DPE
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU22%2520DPE%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for VU22%20DPE: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: BG18%20VPO
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520VPO%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for BG18%20VPO: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: OV69%20RNA
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [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-29 11:14:58 [bca.uk] INFO: Scrape type for OV69%20RNA: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: SB69%20CZH
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520CZH%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for SB69%20CZH: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: SH68%20UOY
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for SH68%20UOY: 0
2026-03-29 11:14:58 [bca.uk] INFO: Found listing with ID: YA70%20WXC
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520WXC%27 HTTP/1.1" 200 None
2026-03-29 11:14:58 [bca.uk] INFO: Scrape type for YA70%20WXC: 0
2026-03-29 11:14:58 [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-29 11:14:58 [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-29 11:14:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:15:05 [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-29 11:15:05 [bca.uk] INFO: Total items found: 100
2026-03-29 11:15:05 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded
2026-03-29 11:15:05 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:15:05 [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-29 11:15:05 [bca.uk] INFO: Found listing with ID: YM66%20EJK
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM66%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for YM66%20EJK: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: YR22%20ZZT
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520ZZT%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for YR22%20ZZT: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: LR22%20VYS
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VYS%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for LR22%20VYS: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: HW69%20OAO
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW69%2520OAO%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for HW69%20OAO: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: YP22%20HPN
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520HPN%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for YP22%20HPN: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: WU22%20KXZ
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for WU22%20KXZ: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: GX23%20XOD
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XOD%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for GX23%20XOD: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: AV16%20CSZ
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV16%2520CSZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for AV16%20CSZ: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: MF22%20UMW
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520UMW%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for MF22%20UMW: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: LN67%20NJX
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520NJX%27 HTTP/1.1" 200 None
2026-03-29 11:15:05 [bca.uk] INFO: Scrape type for LN67%20NJX: 0
2026-03-29 11:15:05 [bca.uk] INFO: Found listing with ID: FL22%20AUM
2026-03-29 11:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520AUM%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for FL22%20AUM: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YR74%20MHK
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520MHK%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YR74%20MHK: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YL25%20KXG
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL25%2520KXG%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YL25%20KXG: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YR24%20SDY
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YR24%20SDY: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: KU12%20FNP
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520FNP%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for KU12%20FNP: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YG75%20AUP
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520AUP%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YG75%20AUP: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: CY63%20AUX
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY63%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for CY63%20AUX: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: KF72%20VKO
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VKO%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for KF72%20VKO: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YP12%20YGA
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520YGA%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YP12%20YGA: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: NG10%20CEN
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG10%2520CEN%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for NG10%20CEN: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: MF56%20OZB
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for MF56%20OZB: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: GL14%20ZPO
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL14%2520ZPO%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for GL14%20ZPO: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: PK21%20FUW
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [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-29 11:15:06 [bca.uk] INFO: Scrape type for PK21%20FUW: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: SH24%20KWW
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [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-29 11:15:06 [bca.uk] INFO: Scrape type for SH24%20KWW: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: SV21%20OOW
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OOW%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for SV21%20OOW: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: SC09%20GVT
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC09%2520GVT%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for SC09%20GVT: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: VU68%20NZT
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520NZT%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for VU68%20NZT: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: AF18%20XNJ
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520XNJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for AF18%20XNJ: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: MA21%20URM
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520URM%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for MA21%20URM: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: DC71%20FZU
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC71%2520FZU%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for DC71%20FZU: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: KW70%20WBV
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [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-29 11:15:06 [bca.uk] INFO: Scrape type for KW70%20WBV: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: SL21%20GVE
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL21%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for SL21%20GVE: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: AX72%20KBV
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBV%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for AX72%20KBV: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: BX19%20SYY
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520SYY%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for BX19%20SYY: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: BK18%20XYL
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520XYL%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for BK18%20XYL: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: LD22%20AYJ
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AYJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for LD22%20AYJ: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: CF75%20GGP
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF75%2520GGP%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for CF75%20GGP: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: FV72%20KGY
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520KGY%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for FV72%20KGY: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: LO64%20HHD
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [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-29 11:15:06 [bca.uk] INFO: Scrape type for LO64%20HHD: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: RF65%20HTX
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF65%2520HTX%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for RF65%20HTX: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: BJ72%20DRO
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520DRO%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for BJ72%20DRO: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: CK23%20WHN
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520WHN%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for CK23%20WHN: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: LF21%20YTG
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520YTG%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for LF21%20YTG: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: RA73%20EBJ
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520EBJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for RA73%20EBJ: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YK13%20FZT
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520FZT%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YK13%20FZT: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: BP72%20DYU
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520DYU%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for BP72%20DYU: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: GJ71%20VMR
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for GJ71%20VMR: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: LS73%20GLF
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for LS73%20GLF: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YN22%20NAU
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520NAU%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YN22%20NAU: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: KR68%20LWG
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [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-29 11:15:06 [bca.uk] INFO: Scrape type for KR68%20LWG: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: LF65%20ZZH
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF65%2520ZZH%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for LF65%20ZZH: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: OV67%20NCF
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [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-29 11:15:06 [bca.uk] INFO: Scrape type for OV67%20NCF: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: OY17%20WCN
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for OY17%20WCN: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: SY21%20KSE
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for SY21%20KSE: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: WF72%20GFE
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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-29 11:15:06 [bca.uk] INFO: Scrape type for WF72%20GFE: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: WG19%20VKO
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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-29 11:15:06 [bca.uk] INFO: Scrape type for WG19%20VKO: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: CF72%20WXG
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXG%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for CF72%20WXG: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: SY21%20KPV
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KPV%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for SY21%20KPV: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: ME21%20EOG
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for ME21%20EOG: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: YM74%20VHU
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520VHU%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for YM74%20VHU: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: OU14%20UJN
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UJN%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for OU14%20UJN: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: BX19%20RTU
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520RTU%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for BX19%20RTU: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: DL72%20YXT
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520YXT%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for DL72%20YXT: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: FJ22%20MVF
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520MVF%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for FJ22%20MVF: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: FL23%20DGF
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520DGF%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for FL23%20DGF: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: GY23%20NRX
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520NRX%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for GY23%20NRX: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: WN22%20HXF
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXF%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for WN22%20HXF: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: FP07%20WUH
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP07%2520WUH%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for FP07%20WUH: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: CF72%20WXC
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXC%27 HTTP/1.1" 200 None
2026-03-29 11:15:06 [bca.uk] INFO: Scrape type for CF72%20WXC: 0
2026-03-29 11:15:06 [bca.uk] INFO: Found listing with ID: DV72%20LHT
2026-03-29 11:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for DV72%20LHT: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: GY72%20DTO
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520DTO%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for GY72%20DTO: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: MJ23%20YRS
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520YRS%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for MJ23%20YRS: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: MT23%20YFJ
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520YFJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for MT23%20YFJ: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: SB60%20DPE
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520DPE%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for SB60%20DPE: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: FY68%20AKZ
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520AKZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for FY68%20AKZ: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: MH72%20DCO
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DCO%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for MH72%20DCO: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: RE72%20GLV
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for RE72%20GLV: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: RF71%20AEN
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for RF71%20AEN: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: VN70%20UEW
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520UEW%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for VN70%20UEW: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: KM61%20FMG
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520FMG%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for KM61%20FMG: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: WN73%20BOV
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for WN73%20BOV: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: BJ71%20AEU
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520AEU%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for BJ71%20AEU: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: CJ72%20FSL
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSL%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for CJ72%20FSL: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: DP23%20ZVO
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for DP23%20ZVO: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: FP71%20DWM
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520DWM%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for FP71%20DWM: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: LX22%20MBU
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520MBU%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for LX22%20MBU: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: MA23%20UCR
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCR%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for MA23%20UCR: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: MV23%20RLZ
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for MV23%20RLZ: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: WG22%20NSK
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520NSK%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for WG22%20NSK: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: VO18%20DXE
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520DXE%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for VO18%20DXE: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: KF72%20VDC
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VDC%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for KF72%20VDC: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: AV75%20CWF
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWF%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for AV75%20CWF: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: BV22%20ZHY
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV22%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for BV22%20ZHY: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: DP22%20FZA
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520FZA%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for DP22%20FZA: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: DS23%20APZ
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for DS23%20APZ: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: FX71%20SKK
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520SKK%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for FX71%20SKK: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: GJ23%20KHG
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KHG%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for GJ23%20KHG: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: HV12%20KKL
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520KKL%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for HV12%20KKL: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: LF23%20VWH
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VWH%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for LF23%20VWH: 0
2026-03-29 11:15:07 [bca.uk] INFO: Found listing with ID: LG23%20ZFS
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520ZFS%27 HTTP/1.1" 200 None
2026-03-29 11:15:07 [bca.uk] INFO: Scrape type for LG23%20ZFS: 0
2026-03-29 11:15:07 [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-29 11:15:07 [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-29 11:15:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:15:10 [scrapy.extensions.logstats] INFO: Crawled 190 pages (at 11 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:15:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:15:16 [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-29 11:15:16 [bca.uk] INFO: Total items found: 100
2026-03-29 11:15:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded
2026-03-29 11:15:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:15:16 [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-29 11:15:16 [bca.uk] INFO: Found listing with ID: LM72%20KHA
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for LM72%20KHA: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: LP21%20NUH
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520NUH%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for LP21%20NUH: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: MF21%20RGU
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF21%2520RGU%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for MF21%20RGU: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: PK23%20VVG
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520VVG%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for PK23%20VVG: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: SN23%20ULV
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for SN23%20ULV: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: VX22%20XJE
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX22%2520XJE%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for VX22%20XJE: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: WN70%20JZJ
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520JZJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for WN70%20JZJ: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: LD20%20NTK
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520NTK%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for LD20%20NTK: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: DS18%20LWX
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520LWX%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for DS18%20LWX: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: DS71%20GRU
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520GRU%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for DS71%20GRU: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: MM71%20HKX
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for MM71%20HKX: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: PK23%20HLN
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for PK23%20HLN: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: RA22%20WTD
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520WTD%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for RA22%20WTD: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: RF71%20AEL
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEL%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for RF71%20AEL: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: VE71%20WMG
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WMG%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for VE71%20WMG: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: WU23%20FFO
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520FFO%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for WU23%20FFO: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: YG22%20UXL
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520UXL%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for YG22%20UXL: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: CU22%20KWR
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520KWR%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for CU22%20KWR: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: KU22%20YUR
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU22%2520YUR%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for KU22%20YUR: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: DK24%20WNG
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WNG%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for DK24%20WNG: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: OV66%20GWX
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520GWX%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for OV66%20GWX: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: UW11%20LAM
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UW11%2520LAM%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for UW11%20LAM: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: SJ20%20CTV
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ20%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for SJ20%20CTV: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: MJ68%20OVW
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520OVW%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for MJ68%20OVW: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: BT21%20MXF
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520MXF%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for BT21%20MXF: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: KT68%20WRU
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520WRU%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for KT68%20WRU: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: LO66%20VEB
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520VEB%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for LO66%20VEB: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: SA70%20OGP
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA70%2520OGP%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for SA70%20OGP: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: SF64%20XAO
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF64%2520XAO%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for SF64%20XAO: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: GV74%20LGO
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for GV74%20LGO: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: OY75%20FPD
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for OY75%20FPD: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: WM73%20NBF
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520NBF%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for WM73%20NBF: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: WX24%20XDW
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX24%2520XDW%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for WX24%20XDW: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: CX59%20YYW
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520YYW%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for CX59%20YYW: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: FG66%20HZW
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520HZW%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for FG66%20HZW: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: RK60%20RLZ
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK60%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for RK60%20RLZ: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: SV62%20OSA
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520OSA%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for SV62%20OSA: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: VK61%20OBO
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520OBO%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for VK61%20OBO: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: AY64%20LKC
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520LKC%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for AY64%20LKC: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: CF25%20KZG
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [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-29 11:15:16 [bca.uk] INFO: Scrape type for CF25%20KZG: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: PL24%20MLO
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL24%2520MLO%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for PL24%20MLO: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: VK22%20EZH
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520EZH%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for VK22%20EZH: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: BK23%20NBY
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [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-29 11:15:16 [bca.uk] INFO: Scrape type for BK23%20NBY: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: PO23%20ZRC
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO23%2520ZRC%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for PO23%20ZRC: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: NL72%20MDO
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520MDO%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for NL72%20MDO: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: HT22%20UFZ
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520UFZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for HT22%20UFZ: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: DC66%20BWD
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [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-29 11:15:16 [bca.uk] INFO: Scrape type for DC66%20BWD: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: DV64%20ZXY
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520ZXY%27 HTTP/1.1" 200 None
2026-03-29 11:15:16 [bca.uk] INFO: Scrape type for DV64%20ZXY: 0
2026-03-29 11:15:16 [bca.uk] INFO: Found listing with ID: EX14%20ODS
2026-03-29 11:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520ODS%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for EX14%20ODS: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: MK65%20FMP
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK65%2520FMP%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for MK65%20FMP: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: YY08%20KYH
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY08%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for YY08%20KYH: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: DX22%20EKF
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520EKF%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for DX22%20EKF: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: MH25%20FAO
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [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-29 11:15:17 [bca.uk] INFO: Scrape type for MH25%20FAO: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: DG24%20LFU
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LFU%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for DG24%20LFU: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: DG24%20KZL
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520KZL%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for DG24%20KZL: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: FX70%20OUJ
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520OUJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for FX70%20OUJ: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: MT70%20YFR
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for MT70%20YFR: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: BL23%20CNE
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520CNE%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for BL23%20CNE: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: BV24%20ASU
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [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-29 11:15:17 [bca.uk] INFO: Scrape type for BV24%20ASU: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: SG22%20OZM
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520OZM%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for SG22%20OZM: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: BK75%20GHN
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK75%2520GHN%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for BK75%20GHN: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: WU72%20TBX
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [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-29 11:15:17 [bca.uk] INFO: Scrape type for WU72%20TBX: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: EJ70%20ZCV
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520ZCV%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for EJ70%20ZCV: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: AU72%20VZK
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [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-29 11:15:17 [bca.uk] INFO: Scrape type for AU72%20VZK: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: EN66%20BAO
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for EN66%20BAO: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: KW16%20MTJ
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW16%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for KW16%20MTJ: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: OU22%20TWV
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU22%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for OU22%20TWV: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: BJ22%20BAO
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 11:15:17 [bca.uk] INFO: Scrape type for BJ22%20BAO: 0
2026-03-29 11:15:17 [bca.uk] INFO: Found listing with ID: LF15%20XDV
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for LF15%20XDV: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: SR17%20FDM
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for SR17%20FDM: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: SA11%20EZW
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for SA11%20EZW: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: OY19%20FMJ
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for OY19%20FMJ: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: KC15%20AAE
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for KC15%20AAE: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: CK23%20HZF
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520HZF%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for CK23%20HZF: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: AK22%20CCZ
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520CCZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for AK22%20CCZ: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: CY20%20AYO
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for CY20%20AYO: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: DN69%20TPZ
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520TPZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for DN69%20TPZ: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: RO22%20NPU
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NPU%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for RO22%20NPU: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: HS21%20OGL
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520OGL%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for HS21%20OGL: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: LE73%20KBV
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KBV%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for LE73%20KBV: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: BN24%20VAF
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520VAF%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for BN24%20VAF: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: KY21%20LYG
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520LYG%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for KY21%20LYG: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: YG23%20VNO
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for YG23%20VNO: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: WN22%20OVG
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520OVG%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for WN22%20OVG: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: BL23%20VPW
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [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-29 11:15:18 [bca.uk] INFO: Scrape type for BL23%20VPW: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: YP21%20WDW
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for YP21%20WDW: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: RJ71%20FSF
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520FSF%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for RJ71%20FSF: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: HV74%20NWF
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520NWF%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for HV74%20NWF: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: BL73%20FTP
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520FTP%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for BL73%20FTP: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: GV72%20UFY
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520UFY%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for GV72%20UFY: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: RE22%20PGX
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520PGX%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for RE22%20PGX: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: RX72%20CJU
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520CJU%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for RX72%20CJU: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: YB25%20XWL
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for YB25%20XWL: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: YC23%20NZG
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520NZG%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for YC23%20NZG: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: YC24%20LTK
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC24%2520LTK%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for YC24%20LTK: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: NL72%20VLY
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520VLY%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for NL72%20VLY: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: FM17%20RMY
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520RMY%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for FM17%20RMY: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: DA71%20PXF
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for DA71%20PXF: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: DN24%20UOU
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520UOU%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for DN24%20UOU: 0
2026-03-29 11:15:18 [bca.uk] INFO: Found listing with ID: GD25%20NKM
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD25%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 11:15:18 [bca.uk] INFO: Scrape type for GD25%20NKM: 0
2026-03-29 11:15:18 [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-29 11:15:18 [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-29 11:15:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:15:21 [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-29 11:15:21 [bca.uk] INFO: Total items found: 100
2026-03-29 11:15:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded
2026-03-29 11:15:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:15:21 [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-29 11:15:21 [bca.uk] INFO: Found listing with ID: HV22%20ZSG
2026-03-29 11:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 11:15:21 [bca.uk] INFO: Scrape type for HV22%20ZSG: 0
2026-03-29 11:15:21 [bca.uk] INFO: Found listing with ID: LL72%20BZK
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for LL72%20BZK: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: MP73%20HZK
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520HZK%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for MP73%20HZK: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: RA73%20AVN
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for RA73%20AVN: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YF71%20WKK
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520WKK%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for YF71%20WKK: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YK24%20AEO
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520AEO%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for YK24%20AEO: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: FP73%20NXV
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520NXV%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for FP73%20NXV: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: DP73%20FNK
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520FNK%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for DP73%20FNK: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: GK72%20OKV
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [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-29 11:15:22 [bca.uk] INFO: Scrape type for GK72%20OKV: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: KR22%20SGY
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520SGY%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for KR22%20SGY: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: NL73%20OCS
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL73%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for NL73%20OCS: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: WR22%20TXW
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR22%2520TXW%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for WR22%20TXW: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YC23%20DXD
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [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-29 11:15:22 [bca.uk] INFO: Scrape type for YC23%20DXD: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YD23%20AOF
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520AOF%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for YD23%20AOF: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YR24%20JWZ
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520JWZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for YR24%20JWZ: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: CF21%20MSU
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF21%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for CF21%20MSU: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: FX20%20NUC
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX20%2520NUC%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for FX20%20NUC: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: MC04%20TNE
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC04%2520TNE%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for MC04%20TNE: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: KY22%20CTE
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for KY22%20CTE: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: HD16%20KZW
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [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-29 11:15:22 [bca.uk] INFO: Scrape type for HD16%20KZW: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: ST17%20ZSF
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZSF%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for ST17%20ZSF: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: GN66%20UUO
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520UUO%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for GN66%20UUO: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: MJ72%20WSY
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520WSY%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for MJ72%20WSY: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: SW17%20WTY
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520WTY%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for SW17%20WTY: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: PJ21%20KYH
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for PJ21%20KYH: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: WJ20%20AFZ
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ20%2520AFZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for WJ20%20AFZ: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: PK20%20WLJ
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WLJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for PK20%20WLJ: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: PK20%20WJA
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for PK20%20WJA: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: WM13%20JVX
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM13%2520JVX%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for WM13%20JVX: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: ST21%20DZM
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST21%2520DZM%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for ST21%20DZM: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: DF75%20ECW
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF75%2520ECW%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for DF75%20ECW: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: SP15%20WMX
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520WMX%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for SP15%20WMX: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YF70%20CWL
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [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-29 11:15:22 [bca.uk] INFO: Scrape type for YF70%20CWL: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: SR19%20FHB
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FHB%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for SR19%20FHB: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: PK67%20BDX
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520BDX%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for PK67%20BDX: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: LS24%20YUT
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520YUT%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for LS24%20YUT: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: LS24%20GUW
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GUW%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for LS24%20GUW: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: HT25%20OUP
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT25%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for HT25%20OUP: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: MB13%20RDB
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520RDB%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for MB13%20RDB: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: HN25%20YJF
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for HN25%20YJF: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: FD70%20VYU
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520VYU%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for FD70%20VYU: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: LL71%20YRU
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520YRU%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for LL71%20YRU: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: BL72%20FCX
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [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-29 11:15:22 [bca.uk] INFO: Scrape type for BL72%20FCX: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: FM16%20WCE
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520WCE%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for FM16%20WCE: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: BU64%20BZH
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520BZH%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for BU64%20BZH: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YH67%20DGU
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520DGU%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for YH67%20DGU: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: GM69%20AAO
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520AAO%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for GM69%20AAO: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: YC15%20CXH
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520CXH%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for YC15%20CXH: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: RV65%20LRF
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for RV65%20LRF: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: RO09%20HKH
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520HKH%27 HTTP/1.1" 200 None
2026-03-29 11:15:22 [bca.uk] INFO: Scrape type for RO09%20HKH: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: AY15%20WGP
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [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-29 11:15:22 [bca.uk] INFO: Scrape type for AY15%20WGP: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: SK69%20GHU
2026-03-29 11:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:22 [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-29 11:15:22 [bca.uk] INFO: Scrape type for SK69%20GHU: 0
2026-03-29 11:15:22 [bca.uk] INFO: Found listing with ID: SW18%20CCU
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for SW18%20CCU: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YB65%20UOY
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for YB65%20UOY: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: MD71%20LBE
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520LBE%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for MD71%20LBE: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: BL71%20EOF
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for BL71%20EOF: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: AO65%20RUJ
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for AO65%20RUJ: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: MD68%20TZS
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520TZS%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for MD68%20TZS: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: MV64%20KFJ
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for MV64%20KFJ: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: DL18%20WXB
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520WXB%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for DL18%20WXB: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: MP19%20GXJ
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for MP19%20GXJ: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: HY18%20WRU
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY18%2520WRU%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for HY18%20WRU: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: PY14%20GDZ
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520GDZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for PY14%20GDZ: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: VT19%20XLB
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520XLB%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for VT19%20XLB: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: BN69%20KPE
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for BN69%20KPE: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: FY70%20CWU
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520CWU%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for FY70%20CWU: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YG21%20XBE
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for YG21%20XBE: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: R229%20LWV
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R229%2520LWV%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for R229%20LWV: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: NG21%20VPN
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for NG21%20VPN: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YX70%20KOV
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX70%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for YX70%20KOV: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: RJ22%20OJH
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520OJH%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for RJ22%20OJH: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: GJ70%20LWL
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for GJ70%20LWL: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: LN71%20XHS
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520XHS%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for LN71%20XHS: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: NC71%20UFS
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for NC71%20UFS: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: MA62%20WDW
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for MA62%20WDW: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: FP66%20DTF
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520DTF%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for FP66%20DTF: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: RA19%20HYH
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520HYH%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for RA19%20HYH: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: LS74%20HXB
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520HXB%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for LS74%20HXB: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: FP69%20LNY
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LNY%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for FP69%20LNY: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: OV23%20YCO
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520YCO%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for OV23%20YCO: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: BX67%20YXT
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX67%2520YXT%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for BX67%20YXT: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: WU25%20ULL
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU25%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for WU25%20ULL: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YG05%20OKN
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG05%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for YG05%20OKN: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: FN19%20GLF
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for FN19%20GLF: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YR22%20SVF
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for YR22%20SVF: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: HD19%20WBT
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for HD19%20WBT: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: RV67%20YTW
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV67%2520YTW%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for RV67%20YTW: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YT16%20EAE
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT16%2520EAE%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for YT16%20EAE: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: BG69%20LXR
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520LXR%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for BG69%20LXR: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: RE12%20YSO
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for RE12%20YSO: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YY05%20BXV
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for YY05%20BXV: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: FH74%20AOW
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH74%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for FH74%20AOW: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: OY69%20GMU
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520GMU%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for OY69%20GMU: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: PO63%20BDF
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for PO63%20BDF: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: SD57%20CYU
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [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-29 11:15:23 [bca.uk] INFO: Scrape type for SD57%20CYU: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: BN18%20MVD
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN18%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for BN18%20MVD: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: SW18%20LJV
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520LJV%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for SW18%20LJV: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YP70%20RYA
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP70%2520RYA%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for YP70%20RYA: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: YR67%20UEJ
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR67%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for YR67%20UEJ: 0
2026-03-29 11:15:23 [bca.uk] INFO: Found listing with ID: EK18%20VPG
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 11:15:23 [bca.uk] INFO: Scrape type for EK18%20VPG: 0
2026-03-29 11:15:23 [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-29 11:15:24 [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-29 11:15:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Total items found: 100
2026-03-29 11:15:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded
2026-03-29 11:15:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Found listing with ID: LA17%20MFV
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for LA17%20MFV: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: WF24%20NKD
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for WF24%20NKD: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: HY19%20ASX
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ASX%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for HY19%20ASX: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: BU13%20PXL
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for BU13%20PXL: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: YY18%20UZA
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY18%2520UZA%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for YY18%20UZA: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: LL24%20OAM
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL24%2520OAM%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for LL24%20OAM: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: MW18%20YHR
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW18%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for MW18%20YHR: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: GC19%20RZR
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520RZR%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for GC19%20RZR: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: LS67%20EVN
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS67%2520EVN%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for LS67%20EVN: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: HY19%20AZZ
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520AZZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for HY19%20AZZ: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: KE73%20JXD
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520JXD%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for KE73%20JXD: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: BA19%20YBM
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520YBM%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for BA19%20YBM: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: NU18%20WJV
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for NU18%20WJV: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: DS08%20ADZ
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS08%2520ADZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for DS08%20ADZ: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: GY19%20VDM
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520VDM%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for GY19%20VDM: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: DA24%20JXK
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520JXK%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for DA24%20JXK: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: BK70%20RXR
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520RXR%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for BK70%20RXR: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: OY70%20PWF
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520PWF%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for OY70%20PWF: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: WFZ%209932
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WFZ%25209932%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for WFZ%209932: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: HS15%20GXG
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for HS15%20GXG: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: PF65%20PJU
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for PF65%20PJU: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: PY67%20FHR
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520FHR%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for PY67%20FHR: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: LT17%20NMZ
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for LT17%20NMZ: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: LG18%20YTF
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for LG18%20YTF: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: YK18%20KVC
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520KVC%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for YK18%20KVC: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: KR65%20LMX
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520LMX%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for KR65%20LMX: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: LM15%20FCJ
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for LM15%20FCJ: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: HV05%20XAK
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV05%2520XAK%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for HV05%20XAK: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: CE66%20VVM
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for CE66%20VVM: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: CF74%20GAU
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GAU%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for CF74%20GAU: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: CE68%20LPO
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for CE68%20LPO: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: SP13%20YTV
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for SP13%20YTV: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: LC65%20UMK
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for LC65%20UMK: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: WD19%20DDU
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for WD19%20DDU: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: RX19%20GRU
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for RX19%20GRU: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: DE61%20ZXO
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520ZXO%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for DE61%20ZXO: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: GJ11%20DWA
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for GJ11%20DWA: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: LE05%20BJX
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [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-29 11:15:33 [bca.uk] INFO: Scrape type for LE05%20BJX: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: DU72%20CHN
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for DU72%20CHN: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: HK14%20XCF
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520XCF%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for HK14%20XCF: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: MV67%20GNZ
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520GNZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for MV67%20GNZ: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: YM14%20EYL
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM14%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 11:15:33 [bca.uk] INFO: Scrape type for YM14%20EYL: 0
2026-03-29 11:15:33 [bca.uk] INFO: Found listing with ID: GN13%20RJV
2026-03-29 11:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for GN13%20RJV: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: NX64%20HNN
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for NX64%20HNN: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: DK06%20RXP
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for DK06%20RXP: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: KX58%20WKN
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for KX58%20WKN: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LR11%20XPL
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for LR11%20XPL: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: AK66%20LFU
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for AK66%20LFU: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: NJ17%20TVF
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for NJ17%20TVF: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: OW65%20ENN
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW65%2520ENN%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for OW65%20ENN: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LS23%20RPZ
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for LS23%20RPZ: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: PF14%20XJC
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for PF14%20XJC: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LG07%20XYX
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG07%2520XYX%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for LG07%20XYX: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: FP71%20YKG
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for FP71%20YKG: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: KF15%20CYC
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520CYC%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for KF15%20CYC: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: VU17%20LXG
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for VU17%20LXG: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: KX15%20OKS
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520OKS%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for KX15%20OKS: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: KF19%20YAW
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520YAW%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for KF19%20YAW: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LY73%20OLO
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for LY73%20OLO: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: CV18%20TLK
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520TLK%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for CV18%20TLK: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: HJ63%20XOY
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for HJ63%20XOY: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LY73%20MFA
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520MFA%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for LY73%20MFA: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: DF70%20BXL
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520BXL%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for DF70%20BXL: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: KF16%20KWG
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for KF16%20KWG: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LP72%20HUV
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for LP72%20HUV: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: BM19%20HPE
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for BM19%20HPE: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: EK66%20DXY
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for EK66%20DXY: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: ET73%20ANX
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET73%2520ANX%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for ET73%20ANX: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: DU72%20ZTZ
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for DU72%20ZTZ: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: SP19%20FKM
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520FKM%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for SP19%20FKM: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: BSZ%204903
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25204903%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for BSZ%204903: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: AF71%20BXW
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520BXW%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for AF71%20BXW: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: NX16%20WZL
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520WZL%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for NX16%20WZL: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: YP73%20BUO
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520BUO%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for YP73%20BUO: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LF72%20XGU
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGU%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for LF72%20XGU: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: B128%20XST
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B128%2520XST%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for B128%20XST: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: GL23%20ABO
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL23%2520ABO%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for GL23%20ABO: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: DK10%20HWJ
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520HWJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for DK10%20HWJ: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LJ52%20AOS
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for LJ52%20AOS: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: MM62%20GWL
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM62%2520GWL%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for MM62%20GWL: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: WM73%20OGY
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGY%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for WM73%20OGY: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: HA10%20CFM
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for HA10%20CFM: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: KE66%20LUD
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE66%2520LUD%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for KE66%20LUD: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: R3%20LXU
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for R3%20LXU: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LY12%20AVD
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY12%2520AVD%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for LY12%20AVD: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: GF60%20AEM
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for GF60%20AEM: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: NN11%20BET
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NN11%2520BET%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for NN11%20BET: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: EK21%20VSL
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520VSL%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for EK21%20VSL: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: LD08%20AXH
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for LD08%20AXH: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: KF72%20AON
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AON%27 HTTP/1.1" 200 None
2026-03-29 11:15:34 [bca.uk] INFO: Scrape type for KF72%20AON: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: EY08%20RMZ
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:34 [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-29 11:15:34 [bca.uk] INFO: Scrape type for EY08%20RMZ: 0
2026-03-29 11:15:34 [bca.uk] INFO: Found listing with ID: WB13%20LEE
2026-03-29 11:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [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-29 11:15:35 [bca.uk] INFO: Scrape type for WB13%20LEE: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: PK66%20YYE
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 11:15:35 [bca.uk] INFO: Scrape type for PK66%20YYE: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: WD16%20EWR
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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-29 11:15:35 [bca.uk] INFO: Scrape type for WD16%20EWR: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: WP20%20AHD
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 11:15:35 [bca.uk] INFO: Scrape type for WP20%20AHD: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: YS64%20XTB
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520XTB%27 HTTP/1.1" 200 None
2026-03-29 11:15:35 [bca.uk] INFO: Scrape type for YS64%20XTB: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: DL67%20DDY
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 11:15:35 [bca.uk] INFO: Scrape type for DL67%20DDY: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: ST67%20BFP
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520BFP%27 HTTP/1.1" 200 None
2026-03-29 11:15:35 [bca.uk] INFO: Scrape type for ST67%20BFP: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: YF14%20CXV
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520CXV%27 HTTP/1.1" 200 None
2026-03-29 11:15:35 [bca.uk] INFO: Scrape type for YF14%20CXV: 0
2026-03-29 11:15:35 [bca.uk] INFO: Found listing with ID: YL73%20AYF
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 11:15:35 [bca.uk] INFO: Scrape type for YL73%20AYF: 0
2026-03-29 11:15:35 [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-29 11:15:35 [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-29 11:15:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:15:36 [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-29 11:15:36 [bca.uk] INFO: Total items found: 100
2026-03-29 11:15:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded
2026-03-29 11:15:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:15:36 [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-29 11:15:36 [bca.uk] INFO: Found listing with ID: WF17%20VVT
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520VVT%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for WF17%20VVT: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: MV14%20KDX
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV14%2520KDX%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for MV14%20KDX: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: RE16%20YPD
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520YPD%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for RE16%20YPD: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: UGZ%209263
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25209263%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for UGZ%209263: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: GN60%20HLV
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN60%2520HLV%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for GN60%20HLV: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: HK74%20JYC
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [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-29 11:15:36 [bca.uk] INFO: Scrape type for HK74%20JYC: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: RO73%20HYC
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for RO73%20HYC: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: WO15%20WUW
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WUW%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for WO15%20WUW: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: HK74%20GYN
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [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-29 11:15:36 [bca.uk] INFO: Scrape type for HK74%20GYN: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: GL64%20PPF
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520PPF%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for GL64%20PPF: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: BD69%20WKF
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520WKF%27 HTTP/1.1" 200 None
2026-03-29 11:15:36 [bca.uk] INFO: Scrape type for BD69%20WKF: 0
2026-03-29 11:15:36 [bca.uk] INFO: Found listing with ID: KY67%20AHV
2026-03-29 11:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY67%2520AHV%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for KY67%20AHV: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: RF73%20HGC
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520HGC%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for RF73%20HGC: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: AE63%20KXS
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520KXS%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for AE63%20KXS: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: MC15%20DPU
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC15%2520DPU%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for MC15%20DPU: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: RV05%20AFA
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV05%2520AFA%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for RV05%20AFA: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: DT18%20TGJ
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT18%2520TGJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for DT18%20TGJ: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: KP69%20SXV
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520SXV%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for KP69%20SXV: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: MK70%20NXZ
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520NXZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for MK70%20NXZ: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: KE72%20NPC
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NPC%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for KE72%20NPC: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: WP66%20YFW
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520YFW%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for WP66%20YFW: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: GY09%20JSV
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for GY09%20JSV: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: MT68%20OZM
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520OZM%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for MT68%20OZM: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: EB21%20MKY
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for EB21%20MKY: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: ML06%20HME
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML06%2520HME%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for ML06%20HME: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: MK66%20GAU
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520GAU%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for MK66%20GAU: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: YY57%20NKP
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY57%2520NKP%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for YY57%20NKP: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: MD67%20HAE
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520HAE%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for MD67%20HAE: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: WJ14%20UJN
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520UJN%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for WJ14%20UJN: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: HY19%20ZZL
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for HY19%20ZZL: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: WM73%20OGU
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGU%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for WM73%20OGU: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: ST10%20VEW
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for ST10%20VEW: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: LA17%20WSK
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for LA17%20WSK: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: LM23%20XOP
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520XOP%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for LM23%20XOP: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: KS13%20OGR
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for KS13%20OGR: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: KP62%20FDG
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for KP62%20FDG: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: GD17%20XJK
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520XJK%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for GD17%20XJK: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: MT62%20SCZ
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520SCZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for MT62%20SCZ: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: SO14%20KUP
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for SO14%20KUP: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: DH66%20RRO
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH66%2520RRO%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for DH66%20RRO: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: GX16%20OFD
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for GX16%20OFD: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: DA16%20WNH
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520WNH%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for DA16%20WNH: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: YN19%20DBP
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520DBP%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for YN19%20DBP: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: KM60%20PWZ
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for KM60%20PWZ: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: CF22%20BGV
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for CF22%20BGV: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: EJ17%20NKD
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for EJ17%20NKD: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: AF19%20JVK
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520JVK%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for AF19%20JVK: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: OE66%20PMU
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for OE66%20PMU: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: OW69%20CUY
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for OW69%20CUY: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: WH19%20UNG
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for WH19%20UNG: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: HX24%20UXP
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UXP%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for HX24%20UXP: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: LA05%20HHO
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for LA05%20HHO: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: KV17%20UAN
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for KV17%20UAN: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: LL11%20UUV
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL11%2520UUV%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for LL11%20UUV: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: SB18%20AEV
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520AEV%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for SB18%20AEV: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: YP14%20VRL
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520VRL%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for YP14%20VRL: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: OV65%20FHJ
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520FHJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for OV65%20FHJ: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: AK18%20WMA
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520WMA%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for AK18%20WMA: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: LS17%20HHO
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520HHO%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for LS17%20HHO: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: FH17%20FCM
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for FH17%20FCM: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: LL12%20WJG
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for LL12%20WJG: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: BL65%20GHZ
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for BL65%20GHZ: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: HY16%20VXH
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520VXH%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for HY16%20VXH: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: VE63%20GYB
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for VE63%20GYB: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: LK66%20ZYC
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for LK66%20ZYC: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: GK15%20XJJ
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK15%2520XJJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for GK15%20XJJ: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: WN63%20TDO
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [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-29 11:15:37 [bca.uk] INFO: Scrape type for WN63%20TDO: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: FG69%20EAP
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520EAP%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for FG69%20EAP: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: CK62%20GXV
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520GXV%27 HTTP/1.1" 200 None
2026-03-29 11:15:37 [bca.uk] INFO: Scrape type for CK62%20GXV: 0
2026-03-29 11:15:37 [bca.uk] INFO: Found listing with ID: FD17%20LHM
2026-03-29 11:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [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-29 11:15:38 [bca.uk] INFO: Scrape type for FD17%20LHM: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: NA68%20TDZ
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [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-29 11:15:38 [bca.uk] INFO: Scrape type for NA68%20TDZ: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: MT23%20HSE
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520HSE%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for MT23%20HSE: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: EN16%20URX
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520URX%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for EN16%20URX: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: YF19%20PAE
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520PAE%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for YF19%20PAE: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: AK19%20XWL
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK19%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for AK19%20XWL: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: WG17%20BYU
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520BYU%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for WG17%20BYU: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: GU15%20VFA
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU15%2520VFA%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for GU15%20VFA: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: WN69%20EET
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520EET%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for WN69%20EET: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: SL63%20DLO
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520DLO%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for SL63%20DLO: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: YB69%20PVV
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520PVV%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for YB69%20PVV: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: CE06%20SDY
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE06%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for CE06%20SDY: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: KV61%20VFF
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for KV61%20VFF: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: BK60%20KHJ
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [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-29 11:15:38 [bca.uk] INFO: Scrape type for BK60%20KHJ: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: KP19%20YHU
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520YHU%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for KP19%20YHU: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: KR14%20ZYG
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR14%2520ZYG%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for KR14%20ZYG: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: CP19%20VWS
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [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-29 11:15:38 [bca.uk] INFO: Scrape type for CP19%20VWS: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: KM59%20GXD
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520GXD%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for KM59%20GXD: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: WA17%20YKG
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for WA17%20YKG: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: SB19%20DZS
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520DZS%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for SB19%20DZS: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: GY67%20PNJ
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520PNJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for GY67%20PNJ: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: DF65%20LLR
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for DF65%20LLR: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: HF18%20MRY
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520MRY%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for HF18%20MRY: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: GY13%20ELV
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520ELV%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for GY13%20ELV: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: BW57%20EZO
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [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-29 11:15:38 [bca.uk] INFO: Scrape type for BW57%20EZO: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: ND73%20HCZ
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND73%2520HCZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for ND73%20HCZ: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: DL10%20AOV
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL10%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for DL10%20AOV: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: HY63%20WXZ
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY63%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for HY63%20WXZ: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: SK63%20ZTP
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520ZTP%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for SK63%20ZTP: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: YE72%20DVF
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for YE72%20DVF: 0
2026-03-29 11:15:38 [bca.uk] INFO: Found listing with ID: NJ20%20XUM
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ20%2520XUM%27 HTTP/1.1" 200 None
2026-03-29 11:15:38 [bca.uk] INFO: Scrape type for NJ20%20XUM: 0
2026-03-29 11:15:38 [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-29 11:15:38 [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-29 11:15:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:15:41 [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-29 11:15:41 [bca.uk] INFO: Total items found: 100
2026-03-29 11:15:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded
2026-03-29 11:15:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:15:41 [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-29 11:15:41 [bca.uk] INFO: Found listing with ID: FN23%20OKM
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [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-29 11:15:41 [bca.uk] INFO: Scrape type for FN23%20OKM: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: WV74%20OAP
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for WV74%20OAP: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: WV74%20NZP
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NZP%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for WV74%20NZP: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: WD74%20EHX
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520EHX%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for WD74%20EHX: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: YF23%20OWX
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520OWX%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for YF23%20OWX: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: SH73%20RZG
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520RZG%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for SH73%20RZG: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: YE73%20JTX
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520JTX%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for YE73%20JTX: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: EA71%20DHD
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [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-29 11:15:41 [bca.uk] INFO: Scrape type for EA71%20DHD: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: LF73%20ZBH
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520ZBH%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for LF73%20ZBH: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: WD74%20FXF
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for WD74%20FXF: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: AF73%20ESG
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [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-29 11:15:41 [bca.uk] INFO: Scrape type for AF73%20ESG: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: AK73%20RXX
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [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-29 11:15:41 [bca.uk] INFO: Scrape type for AK73%20RXX: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: LP23%20GVV
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVV%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for LP23%20GVV: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: LR73%20MXT
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for LR73%20MXT: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: HT21%20FOH
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520FOH%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for HT21%20FOH: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: LS22%20CXP
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for LS22%20CXP: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: WD22%20PXO
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD22%2520PXO%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for WD22%20PXO: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: YY23%20UHN
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520UHN%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for YY23%20UHN: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: OE22%20SZC
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE22%2520SZC%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for OE22%20SZC: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: BT06%20NLV
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520NLV%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for BT06%20NLV: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: DA64%20GYF
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520GYF%27 HTTP/1.1" 200 None
2026-03-29 11:15:41 [bca.uk] INFO: Scrape type for DA64%20GYF: 0
2026-03-29 11:15:41 [bca.uk] INFO: Found listing with ID: DY15%20BXS
2026-03-29 11:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520BXS%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for DY15%20BXS: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: EJ65%20HKM
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520HKM%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for EJ65%20HKM: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: EX10%20RNY
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX10%2520RNY%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for EX10%20RNY: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: GP08%20XNK
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP08%2520XNK%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for GP08%20XNK: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: GU02%20EYS
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU02%2520EYS%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for GU02%20EYS: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: VU11%20NVC
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for VU11%20NVC: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: DN07%20XRX
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN07%2520XRX%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for DN07%20XRX: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: LF13%20UWB
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for LF13%20UWB: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: LP64%20FNN
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520FNN%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for LP64%20FNN: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: MV68%20NGN
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520NGN%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for MV68%20NGN: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: WP16%20LYT
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520LYT%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for WP16%20LYT: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: BJ09%20OJU
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ09%2520OJU%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for BJ09%20OJU: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: PO16%20ZDR
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZDR%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for PO16%20ZDR: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: WJ68%20FGN
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FGN%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for WJ68%20FGN: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: WA20%20JHX
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for WA20%20JHX: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: AU69%20RNX
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU69%2520RNX%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for AU69%20RNX: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: DN66%20CPF
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN66%2520CPF%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for DN66%20CPF: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: OW68%20VKR
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520VKR%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for OW68%20VKR: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: RO69%20TLK
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520TLK%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for RO69%20TLK: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: WG18%20XNP
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XNP%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for WG18%20XNP: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: BN23%20NZK
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN23%2520NZK%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for BN23%20NZK: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: LT07%20MTY
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT07%2520MTY%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for LT07%20MTY: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: LV12%20XCG
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XCG%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for LV12%20XCG: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: FG71%20UKK
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 11:15:42 [bca.uk] INFO: Scrape type for FG71%20UKK: 0
2026-03-29 11:15:42 [bca.uk] INFO: Found listing with ID: GL72%20JUV
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520JUV%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for GL72%20JUV: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: LL63%20OWY
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520OWY%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for LL63%20OWY: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: NG12%20XLT
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520XLT%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for NG12%20XLT: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WO16%20LWJ
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO16%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WO16%20LWJ: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: FL69%20CZE
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520CZE%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for FL69%20CZE: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: BL64%20HVT
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520HVT%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for BL64%20HVT: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: CK64%20VRE
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for CK64%20VRE: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: CP08%20AMV
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP08%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for CP08%20AMV: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: EO10%20UCV
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520UCV%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for EO10%20UCV: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WN08%20NFF
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520NFF%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WN08%20NFF: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WU63%20YPC
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520YPC%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WU63%20YPC: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: LD16%20XHO
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD16%2520XHO%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for LD16%20XHO: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: FV15%20WTZ
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520WTZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for FV15%20WTZ: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WD14%20AXN
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520AXN%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WD14%20AXN: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: EO70%20VNT
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520VNT%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for EO70%20VNT: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: MH16%20ZTR
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for MH16%20ZTR: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: SB68%20UFG
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520UFG%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for SB68%20UFG: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: FV68%20OEU
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV68%2520OEU%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for FV68%20OEU: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: HG11%20TWL
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG11%2520TWL%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for HG11%20TWL: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: LS65%20DBV
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520DBV%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for LS65%20DBV: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: MT15%20GCY
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520GCY%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for MT15%20GCY: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: NL15%20HWO
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for NL15%20HWO: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: PO13%20OZW
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO13%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for PO13%20OZW: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: RF16%20NYO
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520NYO%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for RF16%20NYO: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: VE14%20GWL
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520GWL%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for VE14%20GWL: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: VO10%20VKB
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for VO10%20VKB: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WM17%20ZUC
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520ZUC%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WM17%20ZUC: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WU65%20AZT
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WU65%20AZT: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: BF58%20OSL
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for BF58%20OSL: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: BJ60%20RHU
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for BJ60%20RHU: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: BV62%20SWU
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520SWU%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for BV62%20SWU: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: EA16%20NRN
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520NRN%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for EA16%20NRN: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: EK15%20CMF
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520CMF%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for EK15%20CMF: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: FN19%20AEP
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for FN19%20AEP: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: BL70%20ANV
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for BL70%20ANV: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: RK21%20VTO
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for RK21%20VTO: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: FV21%20BND
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520BND%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for FV21%20BND: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: HX22%20KWM
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520KWM%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for HX22%20KWM: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: X315%20TCX
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X315%2520TCX%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for X315%20TCX: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: AF73%20EVG
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for AF73%20EVG: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: FN23%20OKW
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for FN23%20OKW: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WG73%20NUB
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WG73%20NUB: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WV74%20NYT
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYT%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WV74%20NYT: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WV74%20OBT
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WV74%20OBT: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: DN25%20HMO
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for DN25%20HMO: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: MA24%20FLP
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FLP%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for MA24%20FLP: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: WA22%20VXV
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for WA22%20VXV: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: MX58%20VOP
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX58%2520VOP%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for MX58%20VOP: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: BT72%20YFK
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520YFK%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for BT72%20YFK: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: GF23%20SYV
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for GF23%20SYV: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: AE21%20JXN
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for AE21%20JXN: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: FH23%20HHJ
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for FH23%20HHJ: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: GD23%20DXH
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for GD23%20DXH: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: GM23%20KFW
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [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-29 11:15:43 [bca.uk] INFO: Scrape type for GM23%20KFW: 0
2026-03-29 11:15:43 [bca.uk] INFO: Found listing with ID: LF73%20PKM
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520PKM%27 HTTP/1.1" 200 None
2026-03-29 11:15:43 [bca.uk] INFO: Scrape type for LF73%20PKM: 0
2026-03-29 11:15:43 [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-29 11:15:43 [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-29 11:15:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:15:51 [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-29 11:15:51 [bca.uk] INFO: Total items found: 100
2026-03-29 11:15:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded
2026-03-29 11:15:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:15:51 [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-29 11:15:51 [bca.uk] INFO: Found listing with ID: WN70%20VXS
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520VXS%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for WN70%20VXS: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: AX72%20KBO
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520KBO%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for AX72%20KBO: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: SD67%20FNV
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520FNV%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for SD67%20FNV: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: DE17%20XVY
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520XVY%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for DE17%20XVY: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BG14%20CME
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520CME%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BG14%20CME: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BF13%20UEX
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520UEX%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BF13%20UEX: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: KR16%20UGY
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520UGY%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for KR16%20UGY: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: AO61%20YHV
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO61%2520YHV%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for AO61%20YHV: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: DX65%20VKB
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for DX65%20VKB: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: EX60%20DVK
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX60%2520DVK%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for EX60%20DVK: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: FD13%20LHK
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520LHK%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for FD13%20LHK: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: JL05%20LOR
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL05%2520LOR%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for JL05%20LOR: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: MM66%20BOU
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520BOU%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for MM66%20BOU: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: OU67%20VUL
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520VUL%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for OU67%20VUL: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: SL16%20MUV
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for SL16%20MUV: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: PK17%20RPZ
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for PK17%20RPZ: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: FV72%20UEJ
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for FV72%20UEJ: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: GD23%20KLM
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520KLM%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for GD23%20KLM: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: LE71%20BFL
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BFL%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for LE71%20BFL: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: LE71%20BKO
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BKO%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for LE71%20BKO: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: LE71%20BLZ
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BLZ%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for LE71%20BLZ: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: LA71%20ZZN
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520ZZN%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for LA71%20ZZN: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: LE71%20BBN
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBN%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for LE71%20BBN: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: LE71%20BBU
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBU%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for LE71%20BBU: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BT72%20CZA
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520CZA%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BT72%20CZA: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: FV72%20NPN
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NPN%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for FV72%20NPN: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BC74%20EUY
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520EUY%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BC74%20EUY: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BK24%20LCA
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BK24%20LCA: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BK25%20OZT
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520OZT%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BK25%20OZT: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BK25%20PXW
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PXW%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BK25%20PXW: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BN25%20RJX
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520RJX%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BN25%20RJX: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: BN74%20PFX
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFX%27 HTTP/1.1" 200 None
2026-03-29 11:15:51 [bca.uk] INFO: Scrape type for BN74%20PFX: 0
2026-03-29 11:15:51 [bca.uk] INFO: Found listing with ID: LS73%20TKF
2026-03-29 11:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520TKF%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for LS73%20TKF: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: MA24%20VTD
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520VTD%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for MA24%20VTD: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: RE24%20LFR
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for RE24%20LFR: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: SE65%20ONJ
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520ONJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for SE65%20ONJ: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: YF21%20TFA
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for YF21%20TFA: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: BA66%20OCO
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA66%2520OCO%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for BA66%20OCO: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: DV67%20GZW
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520GZW%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for DV67%20GZW: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: MK16%20EBC
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EBC%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for MK16%20EBC: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: KW70%20UYT
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520UYT%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for KW70%20UYT: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: FH23%20HFT
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [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-29 11:15:52 [bca.uk] INFO: Scrape type for FH23%20HFT: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: WN74%20UOV
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520UOV%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for WN74%20UOV: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: YM72%20AHN
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for YM72%20AHN: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: YM72%20DZH
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520DZH%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for YM72%20DZH: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: R100%20CGH
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [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-29 11:15:52 [bca.uk] INFO: Scrape type for R100%20CGH: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: KS58%20NYF
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS58%2520NYF%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for KS58%20NYF: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: WM72%20XVT
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520XVT%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for WM72%20XVT: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: CN09%20BBE
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN09%2520BBE%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for CN09%20BBE: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: VK69%20ZHM
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520ZHM%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for VK69%20ZHM: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: DE25%20YSR
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE25%2520YSR%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for DE25%20YSR: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: AE67%20XMO
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520XMO%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for AE67%20XMO: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: AF62%20HUH
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for AF62%20HUH: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: NK09%20APX
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK09%2520APX%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for NK09%20APX: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: EY17%20WPV
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY17%2520WPV%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for EY17%20WPV: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: DU21%20NOF
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for DU21%20NOF: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: VK24%20UPJ
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520UPJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for VK24%20UPJ: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: WJ14%20TZN
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for WJ14%20TZN: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: FD25%20HDX
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDX%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for FD25%20HDX: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: FD25%20HDY
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDY%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for FD25%20HDY: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: RY68%20BHX
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY68%2520BHX%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for RY68%20BHX: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: FJ67%20KVX
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KVX%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for FJ67%20KVX: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: Y512%20FBB
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y512%2520FBB%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for Y512%20FBB: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: FL06%20XTE
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL06%2520XTE%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for FL06%20XTE: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: AU68%20DAA
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520DAA%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for AU68%20DAA: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: LC69%20LCU
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15: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%2520LCU%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for LC69%20LCU: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: MV22%20XWP
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520XWP%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for MV22%20XWP: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: VN15%20MWL
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN15%2520MWL%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for VN15%20MWL: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: YT65%20OHB
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for YT65%20OHB: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: FE69%20XTH
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for FE69%20XTH: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: GK17%20GZY
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520GZY%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for GK17%20GZY: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: J50%20GRS
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J50%2520GRS%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for J50%20GRS: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: LF19%20BMC
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520BMC%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for LF19%20BMC: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: WJ11%20KZW
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ11%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for WJ11%20KZW: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: YA67%20NLN
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520NLN%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for YA67%20NLN: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: PO68%20EVP
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520EVP%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for PO68%20EVP: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: BF65%20YHT
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520YHT%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for BF65%20YHT: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: BK58%20OEW
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520OEW%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for BK58%20OEW: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: DU18%20ZDP
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for DU18%20ZDP: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: FT17%20ANF
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520ANF%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for FT17%20ANF: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: HE10%20SCM
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520SCM%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for HE10%20SCM: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: HG64%20SNV
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520SNV%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for HG64%20SNV: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: HX13%20SOC
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for HX13%20SOC: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: KY62%20ORH
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520ORH%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for KY62%20ORH: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: LL62%20UJP
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL62%2520UJP%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for LL62%20UJP: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: NJ62%20YAE
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520YAE%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for NJ62%20YAE: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: NK13%20ZRX
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK13%2520ZRX%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for NK13%20ZRX: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: RE11%20NYA
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for RE11%20NYA: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: RJ63%20MVF
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ63%2520MVF%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for RJ63%20MVF: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: RV13%20EJF
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV13%2520EJF%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for RV13%20EJF: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: YK14%20ZJJ
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for YK14%20ZJJ: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: PH02%20CPH
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH02%2520CPH%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for PH02%20CPH: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: VE71%20RZV
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520RZV%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for VE71%20RZV: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: NA24%20YHP
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA24%2520YHP%27 HTTP/1.1" 200 None
2026-03-29 11:15:52 [bca.uk] INFO: Scrape type for NA24%20YHP: 0
2026-03-29 11:15:52 [bca.uk] INFO: Found listing with ID: HT70%20HHG
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHG%27 HTTP/1.1" 200 None
2026-03-29 11:15:53 [bca.uk] INFO: Scrape type for HT70%20HHG: 0
2026-03-29 11:15:53 [bca.uk] INFO: Found listing with ID: VK21%20SBX
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520SBX%27 HTTP/1.1" 200 None
2026-03-29 11:15:53 [bca.uk] INFO: Scrape type for VK21%20SBX: 0
2026-03-29 11:15:53 [bca.uk] INFO: Found listing with ID: EO23%20XTE
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO23%2520XTE%27 HTTP/1.1" 200 None
2026-03-29 11:15:53 [bca.uk] INFO: Scrape type for EO23%20XTE: 0
2026-03-29 11:15:53 [bca.uk] INFO: Found listing with ID: WU09%20YLM
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU09%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 11:15:53 [bca.uk] INFO: Scrape type for WU09%20YLM: 0
2026-03-29 11:15:53 [bca.uk] INFO: Found listing with ID: YG24%20PNR
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG24%2520PNR%27 HTTP/1.1" 200 None
2026-03-29 11:15:53 [bca.uk] INFO: Scrape type for YG24%20PNR: 0
2026-03-29 11:15:53 [bca.uk] INFO: Found listing with ID: MJ71%20TRV
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520TRV%27 HTTP/1.1" 200 None
2026-03-29 11:15:53 [bca.uk] INFO: Scrape type for MJ71%20TRV: 0
2026-03-29 11:15:53 [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-29 11:15:53 [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-29 11:15:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:01 [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-29 11:16:01 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded
2026-03-29 11:16:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:01 [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-29 11:16:01 [bca.uk] INFO: Found listing with ID: LC72%20UBY
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520UBY%27 HTTP/1.1" 200 None
2026-03-29 11:16:01 [bca.uk] INFO: Scrape type for LC72%20UBY: 0
2026-03-29 11:16:01 [bca.uk] INFO: Found listing with ID: LY66%20GYK
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520GYK%27 HTTP/1.1" 200 None
2026-03-29 11:16:01 [bca.uk] INFO: Scrape type for LY66%20GYK: 0
2026-03-29 11:16:01 [bca.uk] INFO: Found listing with ID: FG71%20KUW
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520KUW%27 HTTP/1.1" 200 None
2026-03-29 11:16:01 [bca.uk] INFO: Scrape type for FG71%20KUW: 0
2026-03-29 11:16:01 [bca.uk] INFO: Found listing with ID: EY70%20XVM
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520XVM%27 HTTP/1.1" 200 None
2026-03-29 11:16:01 [bca.uk] INFO: Scrape type for EY70%20XVM: 0
2026-03-29 11:16:01 [bca.uk] INFO: Found listing with ID: LV67%20UGL
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 11:16:01 [bca.uk] INFO: Scrape type for LV67%20UGL: 0
2026-03-29 11:16:01 [bca.uk] INFO: Found listing with ID: LV23%20PKC
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520PKC%27 HTTP/1.1" 200 None
2026-03-29 11:16:01 [bca.uk] INFO: Scrape type for LV23%20PKC: 0
2026-03-29 11:16:01 [bca.uk] INFO: Found listing with ID: VX13%20GXO
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520GXO%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for VX13%20GXO: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: LR69%20DFL
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR69%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for LR69%20DFL: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RO22%20USU
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520USU%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RO22%20USU: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: EU12%20KKS
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU12%2520KKS%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for EU12%20KKS: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: EO09%20FYY
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO09%2520FYY%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for EO09%20FYY: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: EA19%20CKX
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA19%2520CKX%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for EA19%20CKX: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DU66%20LUE
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU66%2520LUE%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DU66%20LUE: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: KB09%20BAR
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB09%2520BAR%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for KB09%20BAR: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: WV66%20LWN
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV66%2520LWN%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for WV66%20LWN: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: BJ19%20VYH
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520VYH%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for BJ19%20VYH: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: CV10%20NRY
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520NRY%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for CV10%20NRY: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: BD69%20NRF
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520NRF%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for BD69%20NRF: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RJ21%20KFN
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [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-29 11:16:02 [bca.uk] INFO: Scrape type for RJ21%20KFN: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: AK17%20NJZ
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520NJZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for AK17%20NJZ: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RK71%20OJM
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [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-29 11:16:02 [bca.uk] INFO: Scrape type for RK71%20OJM: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: LG70%20JZL
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [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-29 11:16:02 [bca.uk] INFO: Scrape type for LG70%20JZL: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: FGZ%207364
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [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-29 11:16:02 [bca.uk] INFO: Scrape type for FGZ%207364: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DU19%20BTO
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520BTO%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DU19%20BTO: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DF21%20LVJ
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520LVJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DF21%20LVJ: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: MT70%20SZL
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520SZL%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for MT70%20SZL: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: Y23%20MWP
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y23%2520MWP%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for Y23%20MWP: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: YW16%20VXH
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520VXH%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for YW16%20VXH: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: CA21%20HDD
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520HDD%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for CA21%20HDD: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: HJ25%20YJP
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520YJP%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for HJ25%20YJP: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: YO24%20OSX
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for YO24%20OSX: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DS21%20OXF
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OXF%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DS21%20OXF: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: EX21%20UHT
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UHT%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for EX21%20UHT: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RJ70%20LWH
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520LWH%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RJ70%20LWH: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RJ70%20RYZ
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RJ70%20RYZ: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RK18%20VWW
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK18%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RK18%20VWW: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RK70%20NXD
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520NXD%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RK70%20NXD: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: WF70%20HOA
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520HOA%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for WF70%20HOA: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DN21%20YNU
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520YNU%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DN21%20YNU: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DS21%20OTL
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OTL%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DS21%20OTL: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DS21%20OVT
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OVT%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DS21%20OVT: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: YK68%20UPF
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520UPF%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for YK68%20UPF: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: GX21%20HHW
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX21%2520HHW%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for GX21%20HHW: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: AY20%20CKJ
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520CKJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for AY20%20CKJ: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: DU22%20VSZ
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520VSZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for DU22%20VSZ: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: FN23%20PYS
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520PYS%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for FN23%20PYS: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: NV73%20RFF
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520RFF%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for NV73%20RFF: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RJ21%20KFG
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFG%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RJ21%20KFG: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RX19%20LDV
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDV%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RX19%20LDV: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RX19%20LDY
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RX19%20LDY: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RX19%20LDZ
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RX19%20LDZ: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: YJ19%20LLM
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ19%2520LLM%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for YJ19%20LLM: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RO70%20JHV
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO70%2520JHV%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RO70%20JHV: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: CA72%20MXP
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520MXP%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for CA72%20MXP: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: LN73%20VCF
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520VCF%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for LN73%20VCF: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: GL71%20BCY
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520BCY%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for GL71%20BCY: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: CV20%20BZC
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for CV20%20BZC: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RO25%20DCV
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520DCV%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RO25%20DCV: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RV25%20UYE
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UYE%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RV25%20UYE: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: RV25%20UPH
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UPH%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for RV25%20UPH: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: MD19%20HCG
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [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-29 11:16:02 [bca.uk] INFO: Scrape type for MD19%20HCG: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: YR23%20XTM
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520XTM%27 HTTP/1.1" 200 None
2026-03-29 11:16:02 [bca.uk] INFO: Scrape type for YR23%20XTM: 0
2026-03-29 11:16:02 [bca.uk] INFO: Found listing with ID: LE72%20GLV
2026-03-29 11:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for LE72%20GLV: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: LE72%20FZL
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520FZL%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for LE72%20FZL: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: AV22%20NFL
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV22%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for AV22%20NFL: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: KP19%20AYF
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for KP19%20AYF: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: KS70%20VSE
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520VSE%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for KS70%20VSE: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: YY68%20DWD
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY68%2520DWD%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for YY68%20DWD: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: WJ18%20YRN
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520YRN%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for WJ18%20YRN: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: YR74%20URV
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520URV%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for YR74%20URV: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: CP18%20EFT
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520EFT%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for CP18%20EFT: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: NL61%20CUV
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520CUV%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for NL61%20CUV: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: YF72%20RVK
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520RVK%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for YF72%20RVK: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: LF69%20TDU
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520TDU%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for LF69%20TDU: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: LP72%20VSY
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520VSY%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for LP72%20VSY: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: DE17%20NXO
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520NXO%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for DE17%20NXO: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: VK72%20ZPW
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520ZPW%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for VK72%20ZPW: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: DU23%20OPX
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OPX%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for DU23%20OPX: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: BX71%20KWE
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520KWE%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for BX71%20KWE: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: CU15%20OSF
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520OSF%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for CU15%20OSF: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: DW16%20HFR
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW16%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for DW16%20HFR: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: MF69%20OYR
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520OYR%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for MF69%20OYR: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: VK69%20KYV
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520KYV%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for VK69%20KYV: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: VN18%20UXD
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for VN18%20UXD: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: BD72%20JKV
2026-03-29 11:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520JKV%27 HTTP/1.1" 200 None
2026-03-29 11:16:03 [bca.uk] INFO: Scrape type for BD72%20JKV: 0
2026-03-29 11:16:03 [bca.uk] INFO: Found listing with ID: BK71%20TMV
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for BK71%20TMV: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: BP21%20XJW
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [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-29 11:16:04 [bca.uk] INFO: Scrape type for BP21%20XJW: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: DV20%20WJA
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [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-29 11:16:04 [bca.uk] INFO: Scrape type for DV20%20WJA: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: MM19%20WRR
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for MM19%20WRR: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: MM19%20WYU
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WYU%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for MM19%20WYU: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: GD19%20ZGX
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520ZGX%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for GD19%20ZGX: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: LC16%20GVV
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520GVV%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for LC16%20GVV: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: DY72%20ZZP
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520ZZP%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for DY72%20ZZP: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: LD69%20JUX
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520JUX%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for LD69%20JUX: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: FD69%20FET
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520FET%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for FD69%20FET: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: HJ70%20OJS
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520OJS%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for HJ70%20OJS: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: KS68%20HDN
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS68%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for KS68%20HDN: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: LK68%20UKX
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK68%2520UKX%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for LK68%20UKX: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: PE19%20SPV
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE19%2520SPV%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for PE19%20SPV: 0
2026-03-29 11:16:04 [bca.uk] INFO: Found listing with ID: SO72%20HVT
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520HVT%27 HTTP/1.1" 200 None
2026-03-29 11:16:04 [bca.uk] INFO: Scrape type for SO72%20HVT: 0
2026-03-29 11:16:04 [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-29 11:16:04 [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-29 11:16:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded
2026-03-29 11:16:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Found listing with ID: BJ20%20DDA
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Scrape type for BJ20%20DDA: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: CA74%20HZJ
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Scrape type for CA74%20HZJ: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: CK71%20OXH
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Scrape type for CK71%20OXH: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: LE73%20EPA
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Scrape type for LE73%20EPA: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: VK71%20ZSN
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Scrape type for VK71%20ZSN: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: YD23%20NVS
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Scrape type for YD23%20NVS: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: CP71%20MZY
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for CP71%20MZY: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: DV68%20ADO
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520ADO%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for DV68%20ADO: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: HN23%20DSV
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for HN23%20DSV: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: AX66%20RYP
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX66%2520RYP%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for AX66%20RYP: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: GJ22%20GXH
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520GXH%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for GJ22%20GXH: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: HJ25%20OSD
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520OSD%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for HJ25%20OSD: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: FX25%20YXO
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX25%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for FX25%20YXO: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: BG67%20ZYF
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520ZYF%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for BG67%20ZYF: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: EA18%20WHC
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520WHC%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for EA18%20WHC: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: DK19%20YPG
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK19%2520YPG%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for DK19%20YPG: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: FY68%20YRW
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520YRW%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for FY68%20YRW: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: VGZ%205260
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205260%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for VGZ%205260: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: YN69%20KYJ
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520KYJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for YN69%20KYJ: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: YP21%20RKX
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520RKX%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for YP21%20RKX: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: BJ69%20VMW
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ69%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for BJ69%20VMW: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: KM69%20NFK
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520NFK%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for KM69%20NFK: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: RX71%20NVR
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for RX71%20NVR: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: GU60%20VRY
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU60%2520VRY%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for GU60%20VRY: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: KP72%20AVN
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for KP72%20AVN: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: LP24%20HGL
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP24%2520HGL%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for LP24%20HGL: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: LC69%20XYS
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520XYS%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for LC69%20XYS: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: DN72%20UZF
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520UZF%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for DN72%20UZF: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: HV73%20GGX
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520GGX%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for HV73%20GGX: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: LO21%20YZB
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520YZB%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for LO21%20YZB: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: RJ71%20ULK
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ULK%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for RJ71%20ULK: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: FX15%20TXU
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [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-29 11:16:06 [bca.uk] INFO: Scrape type for FX15%20TXU: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: KR69%20XSP
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for KR69%20XSP: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: SY15%20LVL
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520LVL%27 HTTP/1.1" 200 None
2026-03-29 11:16:06 [bca.uk] INFO: Scrape type for SY15%20LVL: 0
2026-03-29 11:16:06 [bca.uk] INFO: Found listing with ID: GL20%20TZX
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520TZX%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for GL20%20TZX: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: BW66%20YYM
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520YYM%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for BW66%20YYM: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: VU66%20XGP
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU66%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for VU66%20XGP: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: FL14%20UMC
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520UMC%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for FL14%20UMC: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: CU17%20AYN
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520AYN%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for CU17%20AYN: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: CX17%20KUT
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520KUT%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for CX17%20KUT: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: DK05%20RYY
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK05%2520RYY%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for DK05%20RYY: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: HX12%20FDC
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX12%2520FDC%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for HX12%20FDC: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: LC22%20JKK
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520JKK%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for LC22%20JKK: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: LY15%20RLV
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520RLV%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for LY15%20RLV: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: PK06%20AEC
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK06%2520AEC%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for PK06%20AEC: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: T113%20KDA
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T113%2520KDA%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for T113%20KDA: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: T28%20FXF
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T28%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for T28%20FXF: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: YC20%20BMU
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for YC20%20BMU: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: CN19%20FSP
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520FSP%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for CN19%20FSP: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KP70%20WRT
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520WRT%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KP70%20WRT: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: AJ18%20OBL
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OBL%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for AJ18%20OBL: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: CP19%20KFJ
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for CP19%20KFJ: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: DN23%20HTG
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN23%2520HTG%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for DN23%20HTG: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: BN67%20TYH
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for BN67%20TYH: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: FG11%20WTU
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG11%2520WTU%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for FG11%20WTU: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: YS68%20DTY
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520DTY%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for YS68%20DTY: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: DV14%20DWN
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520DWN%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for DV14%20DWN: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: WP25%20ZYU
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520ZYU%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for WP25%20ZYU: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: GU62%20UHO
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU62%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for GU62%20UHO: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: LF67%20FSE
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520FSE%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for LF67%20FSE: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: RK70%20VND
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520VND%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for RK70%20VND: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: GF18%20OOY
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF18%2520OOY%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for GF18%20OOY: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: WF20%20DVX
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520DVX%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for WF20%20DVX: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: CE03%20MBV
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE03%2520MBV%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for CE03%20MBV: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: DY74%20BWP
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for DY74%20BWP: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: DL73%20KYZ
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KYZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for DL73%20KYZ: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: LL74%20DHD
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHD%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for LL74%20DHD: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: LP23%20GZW
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZW%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for LP23%20GZW: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: DL73%20LFE
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for DL73%20LFE: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KF73%20BYY
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYY%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KF73%20BYY: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: FV72%20TXN
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for FV72%20TXN: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: YY73%20NLK
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520NLK%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for YY73%20NLK: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: AP71%20FHW
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FHW%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for AP71%20FHW: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: WV23%20VDA
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520VDA%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for WV23%20VDA: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: WR23%20BXH
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520BXH%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for WR23%20BXH: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: HX71%20YJZ
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX71%2520YJZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for HX71%20YJZ: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM71%20FNP
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520FNP%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM71%20FNP: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20ACO
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ACO%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20ACO: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20NXO
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520NXO%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20NXO: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OCG
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OCG%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OCG: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OGP
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OGP%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OGP: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OJY
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OJY%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OJY: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OKB
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OKB%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OKB: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OLA
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OLA: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20ONG
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ONG%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20ONG: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OSL
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OSL: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OVH
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OVH%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OVH: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20OWB
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 11:16:07 [bca.uk] INFO: Scrape type for KM73%20OWB: 0
2026-03-29 11:16:07 [bca.uk] INFO: Found listing with ID: KM73%20PMV
2026-03-29 11:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520PMV%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for KM73%20PMV: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: OE71%20DKD
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520DKD%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for OE71%20DKD: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: EN71%20UCD
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UCD%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for EN71%20UCD: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: FG71%20JOA
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520JOA%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for FG71%20JOA: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: GY22%20ZNV
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520ZNV%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for GY22%20ZNV: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: LS71%20NUW
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520NUW%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for LS71%20NUW: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: OE71%20MHA
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520MHA%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for OE71%20MHA: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: SN71%20OTH
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520OTH%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for SN71%20OTH: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: VX71%20KZC
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520KZC%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for VX71%20KZC: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: AJ71%20NZG
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520NZG%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for AJ71%20NZG: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: AO71%20ZZU
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520ZZU%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for AO71%20ZZU: 0
2026-03-29 11:16:08 [bca.uk] INFO: Found listing with ID: BW71%20WZA
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW71%2520WZA%27 HTTP/1.1" 200 None
2026-03-29 11:16:08 [bca.uk] INFO: Scrape type for BW71%20WZA: 0
2026-03-29 11:16:08 [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-29 11:16:08 [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-29 11:16:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:10 [scrapy.extensions.logstats] INFO: Crawled 198 pages (at 8 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:16:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:16:29 [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-29 11:16:29 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded
2026-03-29 11:16:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:29 [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-29 11:16:29 [bca.uk] INFO: Found listing with ID: DE15%20CWM
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for DE15%20CWM: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: DT68%20ONU
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520ONU%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for DT68%20ONU: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: AF64%20LLK
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520LLK%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for AF64%20LLK: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: KS73%20HPA
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520HPA%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for KS73%20HPA: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: DX69%20ZKB
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZKB%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for DX69%20ZKB: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: FV62%20FWY
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520FWY%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for FV62%20FWY: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: FV65%20JFK
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520JFK%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for FV65%20JFK: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: LL15%20VTT
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520VTT%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for LL15%20VTT: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: NJ17%20VFA
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520VFA%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for NJ17%20VFA: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: NX64%20RVE
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520RVE%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for NX64%20RVE: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: ST20%20ZFN
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520ZFN%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for ST20%20ZFN: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: WN20%20RXP
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for WN20%20RXP: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: FD68%20NOF
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD68%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for FD68%20NOF: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: LF19%20RCA
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520RCA%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for LF19%20RCA: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: EJ73%20UFM
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520UFM%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for EJ73%20UFM: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: DL73%20KRJ
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for DL73%20KRJ: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: DL73%20KXT
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXT%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for DL73%20KXT: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: DV73%20XWU
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520XWU%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for DV73%20XWU: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: KF73%20ASX
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ASX%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for KF73%20ASX: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: KF73%20CGX
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CGX%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for KF73%20CGX: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: LN24%20PMX
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PMX%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for LN24%20PMX: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: LN24%20PNY
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PNY%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for LN24%20PNY: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: LP23%20GVR
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVR%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for LP23%20GVR: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: LP23%20GXX
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for LP23%20GXX: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: GX20%20HMD
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520HMD%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for GX20%20HMD: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: NA20%20KDV
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for NA20%20KDV: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: SY23%20XLB
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY23%2520XLB%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for SY23%20XLB: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: SM06%20EKK
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM06%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for SM06%20EKK: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: SM16%20NPP
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for SM16%20NPP: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: VX13%20SPU
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520SPU%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for VX13%20SPU: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: AK64%20TZP
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK64%2520TZP%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for AK64%20TZP: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: BU64%20VHW
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520VHW%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for BU64%20VHW: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: CF14%20AXD
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF14%2520AXD%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for CF14%20AXD: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: CY15%20NDD
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520NDD%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for CY15%20NDD: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: KS09%20KDJ
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS09%2520KDJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for KS09%20KDJ: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: NK63%20ZCF
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520ZCF%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for NK63%20ZCF: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: RE18%20CXW
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for RE18%20CXW: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: YG74%20OUJ
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OUJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:29 [bca.uk] INFO: Scrape type for YG74%20OUJ: 0
2026-03-29 11:16:29 [bca.uk] INFO: Found listing with ID: EN72%20GMG
2026-03-29 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for EN72%20GMG: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: FL72%20LKA
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520LKA%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for FL72%20LKA: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BF24%20EWL
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF24%2520EWL%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BF24%20EWL: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BK22%20UNZ
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BK22%20UNZ: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BK23%20CBF
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BK23%20CBF: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BK23%20TLY
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TLY%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BK23%20TLY: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BP73%20CZS
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520CZS%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BP73%20CZS: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: DE24%20NHX
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NHX%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for DE24%20NHX: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: FL23%20HVK
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520HVK%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for FL23%20HVK: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: GJ22%20XRM
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520XRM%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for GJ22%20XRM: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: KM23%20LFE
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for KM23%20LFE: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: LB23%20FYE
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520FYE%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for LB23%20FYE: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: LJ22%20YNW
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520YNW%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for LJ22%20YNW: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: LL71%20XFO
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520XFO%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for LL71%20XFO: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: MA22%20EGV
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for MA22%20EGV: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: MD72%20WCO
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WCO%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for MD72%20WCO: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: NJ22%20TXO
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TXO%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for NJ22%20TXO: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: SA71%20RNO
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520RNO%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for SA71%20RNO: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: CK72%20FDY
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520FDY%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for CK72%20FDY: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: EK24%20HNA
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK24%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for EK24%20HNA: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: FH72%20CPY
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH72%2520CPY%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for FH72%20CPY: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: MK72%20CYU
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK72%2520CYU%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for MK72%20CYU: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: OE72%20NBM
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for OE72%20NBM: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: SV22%20YHM
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for SV22%20YHM: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: DP21%20JBV
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP21%2520JBV%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for DP21%20JBV: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: DG16%20OMJ
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520OMJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for DG16%20OMJ: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: DA65%20YGJ
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA65%2520YGJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for DA65%20YGJ: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: YA16%20ELX
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520ELX%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for YA16%20ELX: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: MT62%20OMC
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520OMC%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for MT62%20OMC: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: AD15%20SOH
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD15%2520SOH%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for AD15%20SOH: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BA19%20AVN
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BA19%20AVN: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BA68%20EJE
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520EJE%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BA68%20EJE: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BL22%20LSE
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL22%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BL22%20LSE: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: GJ65%20VBM
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520VBM%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for GJ65%20VBM: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: GJ72%20NVC
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for GJ72%20NVC: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: KR13%20MSV
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR13%2520MSV%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for KR13%20MSV: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: WT16%20CGE
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520CGE%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for WT16%20CGE: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: KW65%20OBH
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW65%2520OBH%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for KW65%20OBH: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: LM68%20ULW
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520ULW%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for LM68%20ULW: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: YR18%20OCD
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for YR18%20OCD: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: FD67%20LXW
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520LXW%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for FD67%20LXW: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: VE65%20VYD
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE65%2520VYD%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for VE65%20VYD: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: MK61%20NFR
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520NFR%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for MK61%20NFR: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: YY12%20FXE
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY12%2520FXE%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for YY12%20FXE: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: EU65%20ZBR
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520ZBR%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for EU65%20ZBR: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: NA15%20YWT
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520YWT%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for NA15%20YWT: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: BG14%20EPC
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520EPC%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for BG14%20EPC: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: LG16%20CZE
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520CZE%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for LG16%20CZE: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: YN15%20NHA
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520NHA%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for YN15%20NHA: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: VN08%20XCY
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN08%2520XCY%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for VN08%20XCY: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: VE14%20XUZ
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for VE14%20XUZ: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: YX12%20OSP
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX12%2520OSP%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for YX12%20OSP: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: PX13%20UCN
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520UCN%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for PX13%20UCN: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: FV71%20SUO
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520SUO%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for FV71%20SUO: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: KR74%20CWC
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for KR74%20CWC: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: WG21%20KHA
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG21%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for WG21%20KHA: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: NL09%20KYT
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL09%2520KYT%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for NL09%20KYT: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: WA68%20NHD
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520NHD%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for WA68%20NHD: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: HN67%20XAJ
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520XAJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:30 [bca.uk] INFO: Scrape type for HN67%20XAJ: 0
2026-03-29 11:16:30 [bca.uk] INFO: Found listing with ID: HD56%20EFB
2026-03-29 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD56%2520EFB%27 HTTP/1.1" 200 None
2026-03-29 11:16:31 [bca.uk] INFO: Scrape type for HD56%20EFB: 0
2026-03-29 11:16:31 [bca.uk] INFO: Found listing with ID: KR71%20TWZ
2026-03-29 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520TWZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:31 [bca.uk] INFO: Scrape type for KR71%20TWZ: 0
2026-03-29 11:16:31 [bca.uk] INFO: Found listing with ID: YR15%20FEK
2026-03-29 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520FEK%27 HTTP/1.1" 200 None
2026-03-29 11:16:31 [bca.uk] INFO: Scrape type for YR15%20FEK: 0
2026-03-29 11:16:31 [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-29 11:16:31 [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-29 11:16:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:33 [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-29 11:16:33 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded
2026-03-29 11:16:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:33 [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-29 11:16:33 [bca.uk] INFO: Found listing with ID: FP10%20UJH
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520UJH%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for FP10%20UJH: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: RA66%20HUP
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520HUP%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for RA66%20HUP: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: YF65%20HZG
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF65%2520HZG%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for YF65%20HZG: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: F22%20TTS
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F22%2520TTS%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for F22%20TTS: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: HG68%20HBX
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520HBX%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for HG68%20HBX: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: HN20%20GLJ
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN20%2520GLJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for HN20%20GLJ: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: LO70%20XHU
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520XHU%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for LO70%20XHU: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: OV71%20VLO
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520VLO%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for OV71%20VLO: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: KR74%20GXX
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for KR74%20GXX: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: KR74%20GZC
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for KR74%20GZC: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: KX73%20ZVH
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX73%2520ZVH%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for KX73%20ZVH: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: DY18%20KYP
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520KYP%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for DY18%20KYP: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: AV07%20FZJ
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV07%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for AV07%20FZJ: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: KK15%20GKJ
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK15%2520GKJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for KK15%20GKJ: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: KW23%20XXC
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520XXC%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for KW23%20XXC: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: LM66%20MYL
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520MYL%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for LM66%20MYL: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: BJ19%20HKX
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for BJ19%20HKX: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: AN23%20FAB
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN23%2520FAB%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for AN23%20FAB: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: YA19%20PMO
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA19%2520PMO%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for YA19%20PMO: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: KP23%20UYF
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for KP23%20UYF: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: SV23%20XNY
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XNY%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for SV23%20XNY: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: MA20%20JXY
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520JXY%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for MA20%20JXY: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: LS22%20APX
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520APX%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for LS22%20APX: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: DG23%20YTS
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520YTS%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for DG23%20YTS: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: HF69%20LZW
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF69%2520LZW%27 HTTP/1.1" 200 None
2026-03-29 11:16:33 [bca.uk] INFO: Scrape type for HF69%20LZW: 0
2026-03-29 11:16:33 [bca.uk] INFO: Found listing with ID: LM61%20OVO
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM61%2520OVO%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LM61%20OVO: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: AU16%20YYD
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU16%2520YYD%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for AU16%20YYD: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: VK72%20HYT
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for VK72%20HYT: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: CN71%20FLM
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520FLM%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for CN71%20FLM: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LA22%20NCU
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LA22%20NCU: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LD72%20AXW
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AXW%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LD72%20AXW: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LD72%20OTX
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520OTX%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LD72%20OTX: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LG72%20RNE
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RNE%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LG72%20RNE: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: VO23%20ZGV
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520ZGV%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for VO23%20ZGV: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: VO72%20JVK
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520JVK%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for VO72%20JVK: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: YS19%20LKF
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520LKF%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for YS19%20LKF: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BJ17%20KNB
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520KNB%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for BJ17%20KNB: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BL17%20OSB
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL17%2520OSB%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for BL17%20OSB: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BT72%20VZZ
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520VZZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for BT72%20VZZ: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BX21%20HTT
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX21%2520HTT%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for BX21%20HTT: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: DY71%20APX
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520APX%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for DY71%20APX: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: EU20%20MWK
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU20%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for EU20%20MWK: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: HV24%20OJD
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520OJD%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for HV24%20OJD: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LC66%20YCW
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520YCW%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LC66%20YCW: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LD21%20EZN
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520EZN%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LD21%20EZN: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LF23%20AHW
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520AHW%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LF23%20AHW: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: ML70%20AOZ
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520AOZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for ML70%20AOZ: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BW19%20CGV
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520CGV%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for BW19%20CGV: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: DK73%20OFM
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK73%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for DK73%20OFM: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: EF67%20UBW
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF67%2520UBW%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for EF67%20UBW: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: VE22%20HYT
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for VE22%20HYT: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: YT20%20UMS
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT20%2520UMS%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for YT20%20UMS: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: KS73%20OUP
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for KS73%20OUP: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BG72%20UVK
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [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-29 11:16:34 [bca.uk] INFO: Scrape type for BG72%20UVK: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BK21%20VBM
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520VBM%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for BK21%20VBM: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: KY23%20LWA
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [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-29 11:16:34 [bca.uk] INFO: Scrape type for KY23%20LWA: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LC66%20DZV
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520DZV%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LC66%20DZV: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: CX72%20HRJ
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX72%2520HRJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for CX72%20HRJ: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: YR70%20AHN
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for YR70%20AHN: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: FE62%20GPU
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for FE62%20GPU: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: DK67%20XBB
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK67%2520XBB%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for DK67%20XBB: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: YG13%20GCU
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [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-29 11:16:34 [bca.uk] INFO: Scrape type for YG13%20GCU: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: LC21%20ZKD
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC21%2520ZKD%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for LC21%20ZKD: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: CE59%20VFB
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [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-29 11:16:34 [bca.uk] INFO: Scrape type for CE59%20VFB: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: AK72%20CVA
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520CVA%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for AK72%20CVA: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: BV66%20HMG
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 11:16:34 [bca.uk] INFO: Scrape type for BV66%20HMG: 0
2026-03-29 11:16:34 [bca.uk] INFO: Found listing with ID: DS21%20FKJ
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520FKJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DS21%20FKJ: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: DS72%20XWT
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520XWT%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DS72%20XWT: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: EN21%20AFE
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN21%2520AFE%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for EN21%20AFE: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: MW21%20KRE
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW21%2520KRE%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for MW21%20KRE: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: VU20%20KXN
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU20%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for VU20%20KXN: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YP24%20NNB
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YP24%20NNB: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YX13%20OVW
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX13%2520OVW%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YX13%20OVW: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: DL72%20PGU
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PGU%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DL72%20PGU: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: LO70%20SNY
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520SNY%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for LO70%20SNY: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: EO72%20JVW
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520JVW%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for EO72%20JVW: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YR71%20XUZ
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YR71%20XUZ: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: FT72%20ADZ
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520ADZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for FT72%20ADZ: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: MA21%20FJE
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520FJE%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for MA21%20FJE: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: VO23%20MRX
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520MRX%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for VO23%20MRX: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YR19%20BDP
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BDP%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YR19%20BDP: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YS19%20TGN
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520TGN%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YS19%20TGN: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YT69%20YZL
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT69%2520YZL%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YT69%20YZL: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: DA22%20XTW
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520XTW%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DA22%20XTW: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: HK22%20LFT
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520LFT%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for HK22%20LFT: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: DV71%20NWO
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520NWO%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DV71%20NWO: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: WJ68%20XCO
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520XCO%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for WJ68%20XCO: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: WF70%20BDY
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520BDY%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for WF70%20BDY: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: DL14%20MVZ
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL14%2520MVZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DL14%20MVZ: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: DG63%20OCB
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG63%2520OCB%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DG63%20OCB: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YF14%20VCY
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520VCY%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YF14%20VCY: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: PL08%20XKA
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL08%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for PL08%20XKA: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: FP15%20FSZ
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP15%2520FSZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for FP15%20FSZ: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: PF15%20UUE
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for PF15%20UUE: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: PG15%20FLD
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG15%2520FLD%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for PG15%20FLD: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YF10%20SVS
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520SVS%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YF10%20SVS: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: FM64%20FXR
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM64%2520FXR%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for FM64%20FXR: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: YF63%20EFE
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for YF63%20EFE: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: DS15%20TZL
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520TZL%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for DS15%20TZL: 0
2026-03-29 11:16:35 [bca.uk] INFO: Found listing with ID: KY59%20XTG
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520XTG%27 HTTP/1.1" 200 None
2026-03-29 11:16:35 [bca.uk] INFO: Scrape type for KY59%20XTG: 0
2026-03-29 11:16:35 [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-29 11:16:35 [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-29 11:16:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:37 [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-29 11:16:37 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded
2026-03-29 11:16:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:37 [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-29 11:16:37 [bca.uk] INFO: Found listing with ID: YB64%20FPF
2026-03-29 11:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520FPF%27 HTTP/1.1" 200 None
2026-03-29 11:16:37 [bca.uk] INFO: Scrape type for YB64%20FPF: 0
2026-03-29 11:16:37 [bca.uk] INFO: Found listing with ID: NA62%20HLY
2026-03-29 11:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA62%2520HLY%27 HTTP/1.1" 200 None
2026-03-29 11:16:37 [bca.uk] INFO: Scrape type for NA62%20HLY: 0
2026-03-29 11:16:37 [bca.uk] INFO: Found listing with ID: LF67%20SYZ
2026-03-29 11:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:37 [bca.uk] INFO: Scrape type for LF67%20SYZ: 0
2026-03-29 11:16:37 [bca.uk] INFO: Found listing with ID: SB69%20DFP
2026-03-29 11:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for SB69%20DFP: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: VK67%20YRR
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520YRR%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for VK67%20YRR: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BV68%20JHX
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for BV68%20JHX: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: KV61%20YMO
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520YMO%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for KV61%20YMO: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: VA14%20VAV
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for VA14%20VAV: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YN17%20ZXT
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520ZXT%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YN17%20ZXT: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DF14%20OGE
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520OGE%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DF14%20OGE: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DF16%20UXN
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UXN%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DF16%20UXN: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: HG62%20TBX
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for HG62%20TBX: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: MV62%20YRS
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV62%2520YRS%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for MV62%20YRS: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: WM73%20SRU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520SRU%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for WM73%20SRU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: KE12%20PDK
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE12%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for KE12%20PDK: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YA13%20HMU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA13%2520HMU%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YA13%20HMU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: PJ70%20PGE
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520PGE%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for PJ70%20PGE: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: SJ67%20GHV
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ67%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for SJ67%20GHV: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BF62%20EYU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520EYU%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for BF62%20EYU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DA15%20KKL
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520KKL%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DA15%20KKL: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YT63%20YVW
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT63%2520YVW%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YT63%20YVW: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: FN66%20JPY
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520JPY%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for FN66%20JPY: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: MK70%20UBP
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520UBP%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for MK70%20UBP: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DG65%20FOU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG65%2520FOU%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DG65%20FOU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: NL14%20VWH
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520VWH%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for NL14%20VWH: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YK09%20YKR
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520YKR%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YK09%20YKR: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YM64%20MWX
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM64%2520MWX%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YM64%20MWX: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: MK16%20EUV
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EUV%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for MK16%20EUV: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: GX14%20BXR
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for GX14%20BXR: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: RO14%20OSG
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for RO14%20OSG: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BK11%20PYH
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for BK11%20PYH: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BN13%20HXU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520HXU%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for BN13%20HXU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DY13%20KKT
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for DY13%20KKT: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: EK62%20BPO
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for EK62%20BPO: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: FE62%20CUX
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for FE62%20CUX: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: FN57%20LAA
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for FN57%20LAA: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: HN57%20BJX
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for HN57%20BJX: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: KP63%20BBK
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for KP63%20BBK: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: ML14%20FNS
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML14%2520FNS%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for ML14%20FNS: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: WK09%20YLB
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for WK09%20YLB: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: SV14%20VHT
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520VHT%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for SV14%20VHT: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: VO67%20SZZ
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520SZZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for VO67%20SZZ: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: WK67%20RPO
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK67%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for WK67%20RPO: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BA68%20TXX
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520TXX%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for BA68%20TXX: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: SV64%20ZFS
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV64%2520ZFS%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for SV64%20ZFS: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DS20%20HBL
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520HBL%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DS20%20HBL: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DV20%20WGU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WGU%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DV20%20WGU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: MM19%20WWL
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WWL%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for MM19%20WWL: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BJ20%20OGH
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520OGH%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for BJ20%20OGH: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DA70%20LNP
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520LNP%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DA70%20LNP: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DE70%20EEM
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EEM%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DE70%20EEM: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DE70%20EET
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EET%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DE70%20EET: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: DE70%20EFH
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EFH%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for DE70%20EFH: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: SW18%20EZG
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520EZG%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for SW18%20EZG: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: SH16%20WGD
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520WGD%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for SH16%20WGD: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: FL69%20MFV
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for FL69%20MFV: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YD24%20JKV
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520JKV%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YD24%20JKV: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: SM65%20ZKU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [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-29 11:16:38 [bca.uk] INFO: Scrape type for SM65%20ZKU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YC65%20KTA
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC65%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YC65%20KTA: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YE06%20FKT
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE06%2520FKT%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YE06%20FKT: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BJ75%20VPK
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520VPK%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for BJ75%20VPK: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: YG63%20VUH
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520VUH%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for YG63%20VUH: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: LT10%20LNU
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT10%2520LNU%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for LT10%20LNU: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: BJ75%20TYW
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520TYW%27 HTTP/1.1" 200 None
2026-03-29 11:16:38 [bca.uk] INFO: Scrape type for BJ75%20TYW: 0
2026-03-29 11:16:38 [bca.uk] INFO: Found listing with ID: KU11%20MKL
2026-03-29 11:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520MKL%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for KU11%20MKL: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: PX16%20WFA
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX16%2520WFA%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for PX16%20WFA: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: OU64%20OFG
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520OFG%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for OU64%20OFG: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: DN63%20XUD
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for DN63%20XUD: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: FD64%20FXF
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for FD64%20FXF: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: HY61%20UVC
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for HY61%20UVC: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: MA11%20NCU
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for MA11%20NCU: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: MT61%20WYX
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for MT61%20WYX: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: NG06%20VOD
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for NG06%20VOD: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: SL63%20KKT
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for SL63%20KKT: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: YE09%20DZR
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for YE09%20DZR: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: YK14%20VVY
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for YK14%20VVY: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: YT54%20PPZ
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for YT54%20PPZ: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: YX14%20OWE
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [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-29 11:16:39 [bca.uk] INFO: Scrape type for YX14%20OWE: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: BJ23%20FCO
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520FCO%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for BJ23%20FCO: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: CF71%20DZT
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520DZT%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for CF71%20DZT: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: CK23%20GWG
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520GWG%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for CK23%20GWG: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: DE23%20FWF
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520FWF%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for DE23%20FWF: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: DL70%20MLK
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for DL70%20MLK: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: DN72%20WGP
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for DN72%20WGP: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: DV71%20ULJ
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520ULJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for DV71%20ULJ: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: GF22%20AWJ
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF22%2520AWJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for GF22%20AWJ: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: GJ22%20WZO
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520WZO%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for GJ22%20WZO: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: HK71%20MFU
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520MFU%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for HK71%20MFU: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: OE71%20HWF
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520HWF%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for OE71%20HWF: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: OE71%20NPD
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520NPD%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for OE71%20NPD: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: OV71%20WVC
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520WVC%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for OV71%20WVC: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: YM72%20VMV
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520VMV%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for YM72%20VMV: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: YP71%20UCO
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UCO%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for YP71%20UCO: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: SV71%20ZXF
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV71%2520ZXF%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for SV71%20ZXF: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: SM72%20CFE
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520CFE%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for SM72%20CFE: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: DY22%20BNN
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520BNN%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for DY22%20BNN: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: EJ73%20RUU
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520RUU%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for EJ73%20RUU: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: KP70%20ZYR
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for KP70%20ZYR: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: DP22%20AVT
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520AVT%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for DP22%20AVT: 0
2026-03-29 11:16:39 [bca.uk] INFO: Found listing with ID: KM17%20CVE
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520CVE%27 HTTP/1.1" 200 None
2026-03-29 11:16:39 [bca.uk] INFO: Scrape type for KM17%20CVE: 0
2026-03-29 11:16:39 [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-29 11:16:39 [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-29 11:16:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:42 [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-29 11:16:42 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded
2026-03-29 11:16:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:42 [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-29 11:16:42 [bca.uk] INFO: Found listing with ID: IXZ%202377
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IXZ%25202377%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for IXZ%202377: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: B6%20DVS
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B6%2520DVS%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for B6%20DVS: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: N679%20PYN
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N679%2520PYN%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for N679%20PYN: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: YR18%20KKN
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520KKN%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for YR18%20KKN: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: MJ67%20POU
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ67%2520POU%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for MJ67%20POU: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: SE10%20GAR
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE10%2520GAR%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for SE10%20GAR: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: YS21%20RLZ
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for YS21%20RLZ: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: M22%20TMX
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M22%2520TMX%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for M22%20TMX: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LR22%20OUV
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520OUV%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LR22%20OUV: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: AU18%20YYS
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU18%2520YYS%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for AU18%20YYS: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: NL21%20WXZ
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for NL21%20WXZ: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: SD67%20MZZ
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for SD67%20MZZ: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: FV15%20RLX
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for FV15%20RLX: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: KF73%20ACJ
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for KF73%20ACJ: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LL74%20BUV
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUV%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LL74%20BUV: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LL74%20BWH
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BWH%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LL74%20BWH: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LL74%20DKN
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKN%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LL74%20DKN: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LN24%20PFZ
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PFZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LN24%20PFZ: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LN24%20ROH
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520ROH%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LN24%20ROH: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LL74%20BUF
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUF%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LL74%20BUF: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: KF73%20AMX
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AMX%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for KF73%20AMX: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: WV23%20EAE
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520EAE%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for WV23%20EAE: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: FM72%20MXB
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM72%2520MXB%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for FM72%20MXB: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: AP24%20ADY
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP24%2520ADY%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for AP24%20ADY: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: AV69%20KTP
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV69%2520KTP%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for AV69%20KTP: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LP23%20GZC
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 11:16:42 [bca.uk] INFO: Scrape type for LP23%20GZC: 0
2026-03-29 11:16:42 [bca.uk] INFO: Found listing with ID: LP23%20GZE
2026-03-29 11:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZE%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LP23%20GZE: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LN24%20PXO
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PXO%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LN24%20PXO: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: FW13%20YCL
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [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-29 11:16:43 [bca.uk] INFO: Scrape type for FW13%20YCL: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: KE23%20LWJ
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for KE23%20LWJ: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: CF74%20PFK
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFK%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for CF74%20PFK: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: CF74%20PFN
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFN%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for CF74%20PFN: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: WR70%20KHU
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [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-29 11:16:43 [bca.uk] INFO: Scrape type for WR70%20KHU: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: K888%20MWS
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [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-29 11:16:43 [bca.uk] INFO: Scrape type for K888%20MWS: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LL74%20BXF
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXF%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LL74%20BXF: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: NY23%20JOV
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY23%2520JOV%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for NY23%20JOV: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: NV65%20XKB
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520XKB%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for NV65%20XKB: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: NU71%20XGM
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520XGM%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for NU71%20XGM: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: GU69%20RVJ
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520RVJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for GU69%20RVJ: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LN24%20PDO
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PDO%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LN24%20PDO: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LL74%20DGO
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGO%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LL74%20DGO: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: SL69%20OOV
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for SL69%20OOV: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: MW71%20BBN
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520BBN%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for MW71%20BBN: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: DL73%20LCG
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCG%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for DL73%20LCG: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: BF17%20BWK
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF17%2520BWK%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for BF17%20BWK: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: MA21%20ZDN
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for MA21%20ZDN: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: DP18%20YDO
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP18%2520YDO%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for DP18%20YDO: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: NJ18%20ZPS
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520ZPS%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for NJ18%20ZPS: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: WP18%20HCJ
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520HCJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for WP18%20HCJ: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: OV70%20JYR
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520JYR%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for OV70%20JYR: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: DV72%20WBE
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for DV72%20WBE: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: WN20%20YTE
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520YTE%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for WN20%20YTE: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: YC21%20FCR
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FCR%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for YC21%20FCR: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: DL73%20KRK
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRK%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for DL73%20KRK: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: MT74%20KHC
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT74%2520KHC%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for MT74%20KHC: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: EJ16%20PXZ
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for EJ16%20PXZ: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: FA19%20XRY
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for FA19%20XRY: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LC19%20VCD
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520VCD%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LC19%20VCD: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LS70%20GYB
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520GYB%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LS70%20GYB: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LV14%20ZZS
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520ZZS%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LV14%20ZZS: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LY22%20BZO
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY22%2520BZO%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LY22%20BZO: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: YL16%20GGZ
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL16%2520GGZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for YL16%20GGZ: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LV21%20EYT
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520EYT%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LV21%20EYT: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LN24%20PWL
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWL%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LN24%20PWL: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LN24%20RUO
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUO%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LN24%20RUO: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: LN24%20RYT
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RYT%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for LN24%20RYT: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: GY65%20SKU
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY65%2520SKU%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for GY65%20SKU: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: VGZ%209983
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209983%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for VGZ%209983: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: EY57%20PHU
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY57%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 11:16:43 [bca.uk] INFO: Scrape type for EY57%20PHU: 0
2026-03-29 11:16:43 [bca.uk] INFO: Found listing with ID: YE21%20FCC
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE21%2520FCC%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for YE21%20FCC: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: DL73%20KVO
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for DL73%20KVO: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: LL74%20BXC
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXC%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for LL74%20BXC: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: CA72%20UUR
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for CA72%20UUR: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: CN65%20LRY
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN65%2520LRY%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for CN65%20LRY: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: SL69%20PKF
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520PKF%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for SL69%20PKF: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: CA65%20WVY
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520WVY%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for CA65%20WVY: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: CK63%20PYD
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520PYD%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for CK63%20PYD: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: DN70%20BVW
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN70%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for DN70%20BVW: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: GJ71%20OBT
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for GJ71%20OBT: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: HG67%20YLP
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520YLP%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for HG67%20YLP: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: HK22%20EVR
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520EVR%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for HK22%20EVR: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: LL65%20CEA
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL65%2520CEA%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for LL65%20CEA: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: OV18%20BDX
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520BDX%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for OV18%20BDX: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: SG65%20GCV
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520GCV%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for SG65%20GCV: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: VN19%20GJE
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520GJE%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for VN19%20GJE: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: YH21%20LGT
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LGT%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for YH21%20LGT: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: CA19%20TTY
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520TTY%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for CA19%20TTY: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: VE18%20ECX
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520ECX%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for VE18%20ECX: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: SV18%20YFO
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520YFO%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for SV18%20YFO: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: PK72%20ZVO
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for PK72%20ZVO: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: DN61%20VMK
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN61%2520VMK%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for DN61%20VMK: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: DT68%20RVZ
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520RVZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for DT68%20RVZ: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: WO67%20EFC
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520EFC%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for WO67%20EFC: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: YD22%20EUM
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EUM%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for YD22%20EUM: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: YY73%20VNL
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for YY73%20VNL: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: BW68%20MJU
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520MJU%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for BW68%20MJU: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: WR67%20UCN
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR67%2520UCN%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for WR67%20UCN: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: SD15%20VYV
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD15%2520VYV%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for SD15%20VYV: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: SD14%20CXL
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520CXL%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for SD14%20CXL: 0
2026-03-29 11:16:44 [bca.uk] INFO: Found listing with ID: OU68%20WVA
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU68%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 11:16:44 [bca.uk] INFO: Scrape type for OU68%20WVA: 0
2026-03-29 11:16:44 [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-29 11:16:44 [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-29 11:16:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:46 [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-29 11:16:46 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded
2026-03-29 11:16:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:46 [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-29 11:16:46 [bca.uk] INFO: Found listing with ID: MJ15%20HRW
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520HRW%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for MJ15%20HRW: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: DU61%20RBZ
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU61%2520RBZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for DU61%20RBZ: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: RV68%20WKN
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV68%2520WKN%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for RV68%20WKN: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: LA69%20MWL
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520MWL%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for LA69%20MWL: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: GL68%20FUA
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL68%2520FUA%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for GL68%20FUA: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: MF16%20PPK
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520PPK%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for MF16%20PPK: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: FN68%20YGL
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520YGL%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for FN68%20YGL: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: MA59%20KPZ
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA59%2520KPZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for MA59%20KPZ: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: VK16%20DHG
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520DHG%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for VK16%20DHG: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: NV09%20KHR
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV09%2520KHR%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for NV09%20KHR: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: YX20%20KXO
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX20%2520KXO%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for YX20%20KXO: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: PE10%20JUO
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520JUO%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for PE10%20JUO: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: SA69%20LKV
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520LKV%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for SA69%20LKV: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: HS19%20PGV
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520PGV%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for HS19%20PGV: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: YJ68%20LRA
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ68%2520LRA%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for YJ68%20LRA: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: NA70%20HTG
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520HTG%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for NA70%20HTG: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: PK17%20BHL
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520BHL%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for PK17%20BHL: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: KN70%20PWK
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520PWK%27 HTTP/1.1" 200 None
2026-03-29 11:16:46 [bca.uk] INFO: Scrape type for KN70%20PWK: 0
2026-03-29 11:16:46 [bca.uk] INFO: Found listing with ID: GX14%20YXM
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520YXM%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for GX14%20YXM: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: WU61%20LRL
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU61%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for WU61%20LRL: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: LT71%20XPE
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT71%2520XPE%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for LT71%20XPE: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: YH16%20JFF
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520JFF%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for YH16%20JFF: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: AF15%20DJV
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520DJV%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for AF15%20DJV: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: AJ67%20HVO
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ67%2520HVO%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for AJ67%20HVO: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: BT62%20BWL
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520BWL%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for BT62%20BWL: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: FV66%20XBW
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520XBW%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for FV66%20XBW: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: NU67%20EFD
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for NU67%20EFD: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: WN19%20TBZ
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for WN19%20TBZ: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: KM61%20EBN
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520EBN%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for KM61%20EBN: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: YG23%20XFA
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for YG23%20XFA: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: DX73%20BTU
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX73%2520BTU%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for DX73%20BTU: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: RK19%20CXP
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for RK19%20CXP: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: YS17%20ZLU
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520ZLU%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for YS17%20ZLU: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: FH69%20KBE
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520KBE%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for FH69%20KBE: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: EK69%20XRA
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520XRA%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for EK69%20XRA: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: GY13%20EEA
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520EEA%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for GY13%20EEA: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: LD21%20BJT
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520BJT%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for LD21%20BJT: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: MA21%20JZT
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for MA21%20JZT: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: GJ68%20VOF
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520VOF%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for GJ68%20VOF: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: MF19%20YBX
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520YBX%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for MF19%20YBX: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: CA21%20KKZ
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520KKZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for CA21%20KKZ: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: FE22%20VBG
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520VBG%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for FE22%20VBG: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: FJ71%20WBL
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ71%2520WBL%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for FJ71%20WBL: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: GE19%20BBJ
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520BBJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for GE19%20BBJ: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: GX16%20VLT
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VLT%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for GX16%20VLT: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: LC69%20GVT
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520GVT%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for LC69%20GVT: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: LG21%20WJX
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG21%2520WJX%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for LG21%20WJX: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: LT17%20GDA
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520GDA%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for LT17%20GDA: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: ND19%20SXX
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520SXX%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for ND19%20SXX: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: WJ70%20FPX
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ70%2520FPX%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for WJ70%20FPX: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: GF14%20ZWW
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF14%2520ZWW%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for GF14%20ZWW: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: NX66%20UNL
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX66%2520UNL%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for NX66%20UNL: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: SA71%20KKC
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for SA71%20KKC: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: MD19%20OES
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [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-29 11:16:47 [bca.uk] INFO: Scrape type for MD19%20OES: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: KU68%20VVT
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520VVT%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for KU68%20VVT: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: HG64%20ETY
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520ETY%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for HG64%20ETY: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: WJ68%20HJO
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520HJO%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for WJ68%20HJO: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: DP19%20XLJ
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520XLJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for DP19%20XLJ: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: DS69%20FNJ
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520FNJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for DS69%20FNJ: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: M444%20WMC
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520WMC%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for M444%20WMC: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: WX71%20KJK
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX71%2520KJK%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for WX71%20KJK: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: YP20%20UUE
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for YP20%20UUE: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: BK70%20EDJ
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520EDJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for BK70%20EDJ: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: PE70%20WXJ
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE70%2520WXJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for PE70%20WXJ: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: CN70%20CLU
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN70%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for CN70%20CLU: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: DN17%20AWX
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN17%2520AWX%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for DN17%20AWX: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: DU71%20VFF
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for DU71%20VFF: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: L200%20LLX
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L200%2520LLX%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for L200%20LLX: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: AV72%20MYN
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV72%2520MYN%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for AV72%20MYN: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: AY69%20EXM
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY69%2520EXM%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for AY69%20EXM: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: LP69%20CGG
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for LP69%20CGG: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: LR20%20GFU
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for LR20%20GFU: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: PN21%20LHB
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN21%2520LHB%27 HTTP/1.1" 200 None
2026-03-29 11:16:47 [bca.uk] INFO: Scrape type for PN21%20LHB: 0
2026-03-29 11:16:47 [bca.uk] INFO: Found listing with ID: YC21%20PYK
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520PYK%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for YC21%20PYK: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: YG20%20MSU
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for YG20%20MSU: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: YM16%20PKU
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM16%2520PKU%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for YM16%20PKU: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: CE69%20ZVC
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZVC%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for CE69%20ZVC: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: FH69%20LRU
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for FH69%20LRU: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: KU16%20WMW
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520WMW%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for KU16%20WMW: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: KU68%20AVW
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520AVW%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for KU68%20AVW: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: LC18%20KHZ
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for LC18%20KHZ: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: LP19%20EGD
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520EGD%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for LP19%20EGD: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: DX68%20ZVP
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520ZVP%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for DX68%20ZVP: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: GD17%20EVG
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for GD17%20EVG: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: HG17%20BBK
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520BBK%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for HG17%20BBK: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: SK69%20RNJ
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520RNJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for SK69%20RNJ: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: WG69%20VDE
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520VDE%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for WG69%20VDE: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: YY12%20NHZ
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY12%2520NHZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for YY12%20NHZ: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: LX17%20VTU
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VTU%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for LX17%20VTU: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: YM19%20RKK
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM19%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for YM19%20RKK: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: LL66%20XUS
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520XUS%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for LL66%20XUS: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: FM19%20VZC
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520VZC%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for FM19%20VZC: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: CT16%20ETR
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT16%2520ETR%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for CT16%20ETR: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: CV21%20YPU
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV21%2520YPU%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for CV21%20YPU: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: VX51%20FSY
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX51%2520FSY%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for VX51%20FSY: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: KY17%20FHZ
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520FHZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for KY17%20FHZ: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: RO14%20TXT
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520TXT%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for RO14%20TXT: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: YY20%20SXW
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY20%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for YY20%20SXW: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: L11%20WSK
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L11%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for L11%20WSK: 0
2026-03-29 11:16:48 [bca.uk] INFO: Found listing with ID: GD70%20PNN
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD70%2520PNN%27 HTTP/1.1" 200 None
2026-03-29 11:16:48 [bca.uk] INFO: Scrape type for GD70%20PNN: 0
2026-03-29 11:16:48 [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-29 11:16:48 [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-29 11:16:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:50 [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-29 11:16:50 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded
2026-03-29 11:16:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:50 [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-29 11:16:50 [bca.uk] INFO: Found listing with ID: DF11%20NXL
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF11%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 11:16:50 [bca.uk] INFO: Scrape type for DF11%20NXL: 0
2026-03-29 11:16:50 [bca.uk] INFO: Found listing with ID: FE62%20KXP
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 11:16:50 [bca.uk] INFO: Scrape type for FE62%20KXP: 0
2026-03-29 11:16:50 [bca.uk] INFO: Found listing with ID: KV18%20TYZ
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:50 [bca.uk] INFO: Scrape type for KV18%20TYZ: 0
2026-03-29 11:16:50 [bca.uk] INFO: Found listing with ID: HX64%20YAK
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520YAK%27 HTTP/1.1" 200 None
2026-03-29 11:16:50 [bca.uk] INFO: Scrape type for HX64%20YAK: 0
2026-03-29 11:16:50 [bca.uk] INFO: Found listing with ID: CE66%20VAA
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VAA%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for CE66%20VAA: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: CU15%20UKL
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520UKL%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for CU15%20UKL: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: CK22%20PXE
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520PXE%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for CK22%20PXE: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: MA70%20BJO
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA70%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for MA70%20BJO: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: WK19%20OCS
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK19%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for WK19%20OCS: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: SK21%20VMP
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520VMP%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for SK21%20VMP: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: LY21%20BCK
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY21%2520BCK%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for LY21%20BCK: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BL68%20FEJ
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BL68%20FEJ: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: DX70%20LOJ
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520LOJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for DX70%20LOJ: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: SK69%20NBX
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520NBX%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for SK69%20NBX: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: AO72%20ZBC
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZBC%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for AO72%20ZBC: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: LP69%20OCN
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520OCN%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for LP69%20OCN: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BN20%20UGF
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN20%2520UGF%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BN20%20UGF: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: YD03%20MPY
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD03%2520MPY%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for YD03%20MPY: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BP71%20WPU
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520WPU%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BP71%20WPU: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: LV69%20SZF
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520SZF%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for LV69%20SZF: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: GN09%20GZC
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN09%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for GN09%20GZC: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: KP73%20VCJ
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520VCJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for KP73%20VCJ: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: CN71%20OMB
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520OMB%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for CN71%20OMB: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BP20%20OVJ
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP20%2520OVJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BP20%20OVJ: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: RXZ%201425
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25201425%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for RXZ%201425: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BL66%20PXR
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520PXR%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BL66%20PXR: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: HN71%20ZHH
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for HN71%20ZHH: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: VE11%20WDD
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520WDD%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for VE11%20WDD: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: PX72%20KFY
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KFY%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for PX72%20KFY: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: MC74%20RHU
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for MC74%20RHU: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: YR69%20NVT
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520NVT%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for YR69%20NVT: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: LX19%20OHG
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for LX19%20OHG: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: KX70%20NLM
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX70%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for KX70%20NLM: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: YR22%20RVW
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520RVW%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for YR22%20RVW: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: LY71%20EVG
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY71%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for LY71%20EVG: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: MJ72%20KDV
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for MJ72%20KDV: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: YE19%20FEL
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520FEL%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for YE19%20FEL: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: YR72%20AAX
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520AAX%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for YR72%20AAX: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: SK21%20XXR
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520XXR%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for SK21%20XXR: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: DS74%20HCY
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS74%2520HCY%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for DS74%20HCY: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BJ74%20MGU
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520MGU%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BJ74%20MGU: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BG74%20YVZ
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520YVZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BG74%20YVZ: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: LD23%20HDU
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520HDU%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for LD23%20HDU: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: WK66%20VBY
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK66%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for WK66%20VBY: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: DS72%20VLC
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520VLC%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for DS72%20VLC: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: SH67%20GKV
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKV%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for SH67%20GKV: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: SB19%20LHM
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520LHM%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for SB19%20LHM: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: S7%20GPO
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S7%2520GPO%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for S7%20GPO: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: DN16%20EXE
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for DN16%20EXE: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: GM64%20DGZ
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM64%2520DGZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for GM64%20DGZ: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: SO14%20MWA
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for SO14%20MWA: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: PJ62%20JKF
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ62%2520JKF%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for PJ62%20JKF: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BX66%20ZNY
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX66%2520ZNY%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BX66%20ZNY: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: FH17%20VKP
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for FH17%20VKP: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: LL18%20EVB
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520EVB%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for LL18%20EVB: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: MD66%20HPN
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520HPN%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for MD66%20HPN: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: AX15%20XZF
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520XZF%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for AX15%20XZF: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: BL63%20AUT
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for BL63%20AUT: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: ND13%20LJE
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520LJE%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for ND13%20LJE: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: DU15%20PDZ
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU15%2520PDZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for DU15%20PDZ: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: DA63%20VOD
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for DA63%20VOD: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: GY15%20CYU
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY15%2520CYU%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for GY15%20CYU: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: HG70%20HSV
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HSV%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for HG70%20HSV: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: GV13%20WKW
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520WKW%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for GV13%20WKW: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: DY68%20MOA
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520MOA%27 HTTP/1.1" 200 None
2026-03-29 11:16:51 [bca.uk] INFO: Scrape type for DY68%20MOA: 0
2026-03-29 11:16:51 [bca.uk] INFO: Found listing with ID: GL21%20VFF
2026-03-29 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for GL21%20VFF: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: ME23%20HPF
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME23%2520HPF%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for ME23%20HPF: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: CE62%20FOV
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE62%2520FOV%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for CE62%20FOV: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: WP21%20PWO
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520PWO%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for WP21%20PWO: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: KP66%20LND
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520LND%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for KP66%20LND: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: LJ73%20POK
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520POK%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for LJ73%20POK: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: AU14%20PRV
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520PRV%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for AU14%20PRV: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: RA19%20VWF
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520VWF%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for RA19%20VWF: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: LE74%20DYD
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE74%2520DYD%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for LE74%20DYD: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: SJ19%20YDB
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520YDB%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for SJ19%20YDB: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: KO24%20RVN
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO24%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for KO24%20RVN: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: MC19%20WBE
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for MC19%20WBE: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: YT22%20VLG
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for YT22%20VLG: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: RF21%20KJE
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520KJE%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for RF21%20KJE: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: HT71%20GXX
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for HT71%20GXX: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: ML22%20ZRR
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520ZRR%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for ML22%20ZRR: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: FN22%20KZM
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520KZM%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for FN22%20KZM: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: AF72%20URN
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520URN%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for AF72%20URN: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: LL70%20YVB
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520YVB%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for LL70%20YVB: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: BD71%20HWO
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for BD71%20HWO: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: LV67%20VRD
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for LV67%20VRD: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: BV72%20ZJZ
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for BV72%20ZJZ: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: KP22%20GXA
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for KP22%20GXA: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: YB71%20LWG
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520LWG%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for YB71%20LWG: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: NU20%20ZTD
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520ZTD%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for NU20%20ZTD: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: YP72%20RVU
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520RVU%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for YP72%20RVU: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: LC69%20LPN
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LPN%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for LC69%20LPN: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: HN16%20WFK
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520WFK%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for HN16%20WFK: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: P20%20OPT
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P20%2520OPT%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for P20%20OPT: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: FN72%20OKB
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OKB%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for FN72%20OKB: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: DV13%20WTF
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520WTF%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for DV13%20WTF: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: KU11%20VAK
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520VAK%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for KU11%20VAK: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: KT13%20LZJ
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT13%2520LZJ%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for KT13%20LZJ: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: DA15%20XTH
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for DA15%20XTH: 0
2026-03-29 11:16:52 [bca.uk] INFO: Found listing with ID: WN75%20GDK
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 11:16:52 [bca.uk] INFO: Scrape type for WN75%20GDK: 0
2026-03-29 11:16:52 [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-29 11:16:52 [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-29 11:16:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:16:54 [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-29 11:16:55 [bca.uk] INFO: Total items found: 100
2026-03-29 11:16:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded
2026-03-29 11:16:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Found listing with ID: BD73%20HLH
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for BD73%20HLH: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: DT24%20NXY
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for DT24%20NXY: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: DY71%20ODW
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for DY71%20ODW: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: MV74%20ENU
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for MV74%20ENU: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: LF23%20NFW
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520NFW%27 HTTP/1.1" 200 None
2026-03-29 11:16:55 [bca.uk] INFO: Scrape type for LF23%20NFW: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: YF23%20UMR
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for YF23%20UMR: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: BX22%20SFY
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for BX22%20SFY: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: DN25%20TKK
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520TKK%27 HTTP/1.1" 200 None
2026-03-29 11:16:55 [bca.uk] INFO: Scrape type for DN25%20TKK: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: ND72%20HSA
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520HSA%27 HTTP/1.1" 200 None
2026-03-29 11:16:55 [bca.uk] INFO: Scrape type for ND72%20HSA: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: LX66%20UPG
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for LX66%20UPG: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: MJ24%20WPP
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for MJ24%20WPP: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: DY74%20BXA
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for DY74%20BXA: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: LV59%20EFJ
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for LV59%20EFJ: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: CJ23%20MYM
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MYM%27 HTTP/1.1" 200 None
2026-03-29 11:16:55 [bca.uk] INFO: Scrape type for CJ23%20MYM: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: ML74%20VGT
2026-03-29 11:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:55 [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-29 11:16:55 [bca.uk] INFO: Scrape type for ML74%20VGT: 0
2026-03-29 11:16:55 [bca.uk] INFO: Found listing with ID: RE24%20KBP
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for RE24%20KBP: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: GL07%20HNH
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for GL07%20HNH: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: DY74%20BVT
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520BVT%27 HTTP/1.1" 200 None
2026-03-29 11:16:56 [bca.uk] INFO: Scrape type for DY74%20BVT: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: GD23%20DKF
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for GD23%20DKF: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: LS24%20GNX
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for LS24%20GNX: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: LN24%20RHE
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for LN24%20RHE: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: AX72%20JHK
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for AX72%20JHK: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: VX24%20WMP
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for VX24%20WMP: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YE72%20CKG
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YE72%20CKG: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: LM72%20XNW
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for LM72%20XNW: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YH23%20CMY
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YH23%20CMY: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: BN25%20RHA
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for BN25%20RHA: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: BN25%20RHF
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for BN25%20RHF: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: BT23%20KAX
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for BT23%20KAX: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: KN24%20BNV
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for KN24%20BNV: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: MW74%20DVX
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for MW74%20DVX: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: MW74%20NRE
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for MW74%20NRE: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: BP74%20DXT
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for BP74%20DXT: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: BJ25%20XSZ
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for BJ25%20XSZ: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: VO24%20OOV
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for VO24%20OOV: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: FB19%20ABX
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for FB19%20ABX: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: FM67%20FFV
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for FM67%20FFV: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: KY17%20MBX
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for KY17%20MBX: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YL67%20YBR
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520YBR%27 HTTP/1.1" 200 None
2026-03-29 11:16:56 [bca.uk] INFO: Scrape type for YL67%20YBR: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: CU11%20FXP
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for CU11%20FXP: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: HJ70%20WBF
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520WBF%27 HTTP/1.1" 200 None
2026-03-29 11:16:56 [bca.uk] INFO: Scrape type for HJ70%20WBF: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: WF70%20UUZ
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for WF70%20UUZ: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: LP15%20JMU
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for LP15%20JMU: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: WP23%20RVN
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for WP23%20RVN: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: E8%20LCL
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for E8%20LCL: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: VX72%20GWK
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for VX72%20GWK: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: EA67%20WLP
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520WLP%27 HTTP/1.1" 200 None
2026-03-29 11:16:56 [bca.uk] INFO: Scrape type for EA67%20WLP: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: FL71%20EKN
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for FL71%20EKN: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: FN66%20PKK
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for FN66%20PKK: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: KW21%20WFB
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for KW21%20WFB: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: MW68%20AUV
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for MW68%20AUV: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: SY21%20WBK
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for SY21%20WBK: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: WF74%20FKV
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for WF74%20FKV: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: WJ73%20RYC
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for WJ73%20RYC: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: WK72%20XPS
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for WK72%20XPS: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YY17%20YYH
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YY17%20YYH: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: SP22%20ZVJ
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for SP22%20ZVJ: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: BL74%20UMS
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for BL74%20UMS: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: BT74%20NGF
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for BT74%20NGF: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: RX74%20CCN
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for RX74%20CCN: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: WT25%20UGC
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for WT25%20UGC: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YM74%20KJY
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YM74%20KJY: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YM74%20KKS
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YM74%20KKS: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YM74%20KLC
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YM74%20KLC: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YM74%20KLP
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YM74%20KLP: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YM74%20KLU
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YM74%20KLU: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YP74%20VLO
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YP74%20VLO: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: YM17%20LFO
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for YM17%20LFO: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: DC72%20MDK
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for DC72%20MDK: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: EF68%20NYN
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for EF68%20NYN: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: GX20%20UMK
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for GX20%20UMK: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: GY14%20NPF
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for GY14%20NPF: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: GY64%20NJV
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for GY64%20NJV: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: LB68%20CAV
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for LB68%20CAV: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: MV59%20XBC
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:56 [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-29 11:16:56 [bca.uk] INFO: Scrape type for MV59%20XBC: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: SB69%20UXK
2026-03-29 11:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520UXK%27 HTTP/1.1" 200 None
2026-03-29 11:16:56 [bca.uk] INFO: Scrape type for SB69%20UXK: 0
2026-03-29 11:16:56 [bca.uk] INFO: Found listing with ID: SL15%20VMP
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for SL15%20VMP: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: HJ74%20VSC
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for HJ74%20VSC: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: KR70%20YJP
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for KR70%20YJP: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: VU21%20WPR
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for VU21%20WPR: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: BU68%20VHV
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for BU68%20VHV: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: CN72%20XPC
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for CN72%20XPC: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: CU67%20XHE
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for CU67%20XHE: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: CU71%20KKR
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for CU71%20KKR: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: CU71%20MJJ
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for CU71%20MJJ: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: CV74%20NFE
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for CV74%20NFE: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: MA20%20BKJ
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for MA20%20BKJ: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: YK22%20LPZ
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520LPZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:57 [bca.uk] INFO: Scrape type for YK22%20LPZ: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: CE22%20FFH
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for CE22%20FFH: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: CF71%20VNY
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for CF71%20VNY: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: DX71%20FVV
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for DX71%20FVV: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: DX72%20XDH
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for DX72%20XDH: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: GJ71%20VJZ
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for GJ71%20VJZ: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: GM21%20MXU
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for GM21%20MXU: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: KN23%20UGL
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for KN23%20UGL: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: MM19%20WRX
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for MM19%20WRX: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: OV71%20YGZ
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520YGZ%27 HTTP/1.1" 200 None
2026-03-29 11:16:57 [bca.uk] INFO: Scrape type for OV71%20YGZ: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: WN22%20HMC
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16: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%2520HMC%27 HTTP/1.1" 200 None
2026-03-29 11:16:57 [bca.uk] INFO: Scrape type for WN22%20HMC: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: SA73%20BZJ
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for SA73%20BZJ: 0
2026-03-29 11:16:57 [bca.uk] INFO: Found listing with ID: LC66%20BWN
2026-03-29 11:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:16:57 [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-29 11:16:57 [bca.uk] INFO: Scrape type for LC66%20BWN: 0
2026-03-29 11:16:57 [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-29 11:16:57 [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-29 11:16:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:17:00 [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-29 11:17:00 [bca.uk] INFO: Total items found: 100
2026-03-29 11:17:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded
2026-03-29 11:17:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:17:00 [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-29 11:17:00 [bca.uk] INFO: Found listing with ID: HT68%20HFO
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520HFO%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for HT68%20HFO: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: GF71%20TYU
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520TYU%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for GF71%20TYU: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: LV23%20WOH
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520WOH%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for LV23%20WOH: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: WV70%20XUT
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for WV70%20XUT: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: MT71%20NLD
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520NLD%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for MT71%20NLD: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: OW24%20UHX
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW24%2520UHX%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for OW24%20UHX: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: SC69%20FVG
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520FVG%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for SC69%20FVG: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DS23%20OED
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520OED%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DS23%20OED: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DS72%20PZK
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520PZK%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DS72%20PZK: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: MA75%20FOJ
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520FOJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for MA75%20FOJ: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: MJ72%20HRU
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520HRU%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for MJ72%20HRU: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: NL22%20GOJ
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520GOJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for NL22%20GOJ: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: YD65%20WLG
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520WLG%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for YD65%20WLG: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: NA20%20NSK
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NSK%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for NA20%20NSK: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: YR15%20UCP
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520UCP%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for YR15%20UCP: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: CU72%20NHH
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for CU72%20NHH: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: CU22%20NHB
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520NHB%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for CU22%20NHB: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: BX13%20TGK
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520TGK%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for BX13%20TGK: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DN69%20AEV
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520AEV%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DN69%20AEV: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: YN15%20RPU
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520RPU%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for YN15%20RPU: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: LD65%20XMX
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520XMX%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for LD65%20XMX: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: FN66%20BWA
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520BWA%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for FN66%20BWA: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: YX19%20FWF
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520FWF%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for YX19%20FWF: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: HV73%20PZA
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for HV73%20PZA: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: BG71%20OLJ
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520OLJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for BG71%20OLJ: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: LA72%20ZKL
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520ZKL%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for LA72%20ZKL: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: MJ71%20HZT
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HZT%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for MJ71%20HZT: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: OV25%20VXC
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for OV25%20VXC: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: OV74%20CVH
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520CVH%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for OV74%20CVH: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: KP20%20WJK
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP20%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for KP20%20WJK: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: PO21%20XJG
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for PO21%20XJG: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: WG71%20AZO
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520AZO%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for WG71%20AZO: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: WX73%20VAV
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for WX73%20VAV: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20KOV
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20KOV: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20KTF
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KTF%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20KTF: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20KUR
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KUR%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20KUR: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20KXJ
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20KXJ: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20KZW
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20KZW: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20LFM
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20LFM: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20LFW
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFW%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20LFW: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20LGO
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20LGO: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20LTA
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LTA%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20LTA: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DL73%20ULU
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 11:17:00 [bca.uk] INFO: Scrape type for DL73%20ULU: 0
2026-03-29 11:17:00 [bca.uk] INFO: Found listing with ID: DY71%20OAA
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520OAA%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for DY71%20OAA: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: DL73%20KOA
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOA%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for DL73%20KOA: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: DL73%20KPZ
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KPZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for DL73%20KPZ: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: DL73%20UHR
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHR%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for DL73%20UHR: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: GX15%20AOW
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX15%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for GX15%20AOW: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: SG23%20VHH
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520VHH%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for SG23%20VHH: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: CK17%20NPX
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK17%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for CK17%20NPX: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: DY69%20SYR
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY69%2520SYR%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for DY69%20SYR: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: KT17%20OAW
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520OAW%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for KT17%20OAW: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: LO19%20APU
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO19%2520APU%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for LO19%20APU: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: NU68%20MFY
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520MFY%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for NU68%20MFY: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: NX70%20VVE
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520VVE%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for NX70%20VVE: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: YY69%20FEJ
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for YY69%20FEJ: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: DA12%20RCV
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520RCV%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for DA12%20RCV: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: FE53%20KTN
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE53%2520KTN%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for FE53%20KTN: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: FV57%20MYX
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV57%2520MYX%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for FV57%20MYX: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: LR67%20UVK
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for LR67%20UVK: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: MW68%20CLN
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520CLN%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for MW68%20CLN: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: NC06%20MUP
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for NC06%20MUP: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: PE11%20XTH
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for PE11%20XTH: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: PX66%20XYP
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX66%2520XYP%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for PX66%20XYP: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WA64%20EWR
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WA64%20EWR: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WD13%20EZZ
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD13%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WD13%20EZZ: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: BD20%20FSX
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520FSX%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for BD20%20FSX: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: FL70%20SUA
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SUA%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for FL70%20SUA: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: LV65%20GGO
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV65%2520GGO%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for LV65%20GGO: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: VE15%20EKR
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE15%2520EKR%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for VE15%20EKR: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: AD19%20BYV
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520BYV%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for AD19%20BYV: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WM65%20NGY
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM65%2520NGY%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WM65%20NGY: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: YH61%20CKP
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520CKP%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for YH61%20CKP: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: EX70%20PYS
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX70%2520PYS%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for EX70%20PYS: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: FV21%20KFD
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for FV21%20KFD: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: GL66%20DZX
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL66%2520DZX%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for GL66%20DZX: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: KS17%20VUM
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520VUM%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for KS17%20VUM: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: KU67%20OWA
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for KU67%20OWA: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: MM64%20CCZ
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520CCZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for MM64%20CCZ: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: NGZ%201668
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25201668%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for NGZ%201668: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WD64%20TRX
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520TRX%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WD64%20TRX: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WF69%20GXA
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WF69%20GXA: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WG16%20OFV
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520OFV%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WG16%20OFV: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WG65%20CFK
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520CFK%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WG65%20CFK: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WJ66%20FHR
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520FHR%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WJ66%20FHR: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: WK69%20PXF
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for WK69%20PXF: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: YD17%20MTC
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD17%2520MTC%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for YD17%20MTC: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: YJ65%20YRV
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YRV%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for YJ65%20YRV: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: AF63%20PHX
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520PHX%27 HTTP/1.1" 200 None
2026-03-29 11:17:01 [bca.uk] INFO: Scrape type for AF63%20PHX: 0
2026-03-29 11:17:01 [bca.uk] INFO: Found listing with ID: BD58%20DZK
2026-03-29 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD58%2520DZK%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for BD58%20DZK: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: BN57%20NXY
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for BN57%20NXY: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: BP11%20DJP
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520DJP%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for BP11%20DJP: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: CP10%20FWA
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP10%2520FWA%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for CP10%20FWA: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: CV15%20YZR
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for CV15%20YZR: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: FN67%20FRL
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520FRL%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for FN67%20FRL: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: GC15%20SNZ
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC15%2520SNZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for GC15%20SNZ: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: HG16%20FMK
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG16%2520FMK%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for HG16%20FMK: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: HG61%20GZK
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG61%2520GZK%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for HG61%20GZK: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: LR62%20FFH
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520FFH%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for LR62%20FFH: 0
2026-03-29 11:17:02 [bca.uk] INFO: Found listing with ID: WG08%20KYB
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 11:17:02 [bca.uk] INFO: Scrape type for WG08%20KYB: 0
2026-03-29 11:17:02 [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-29 11:17:02 [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-29 11:17:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:17:10 [scrapy.extensions.logstats] INFO: Crawled 206 pages (at 8 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:17:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:17:35 [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-29 11:17:36 [bca.uk] INFO: Total items found: 100
2026-03-29 11:17:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded
2026-03-29 11:17:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:17:36 [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-29 11:17:36 [bca.uk] INFO: Found listing with ID: WG11%20AMV
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for WG11%20AMV: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: WG14%20MKX
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520MKX%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for WG14%20MKX: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: WX64%20BSZ
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX64%2520BSZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for WX64%20BSZ: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: BN09%20FJU
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520FJU%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for BN09%20FJU: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: EJ52%20FWV
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ52%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for EJ52%20FWV: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: LT13%20TVF
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for LT13%20TVF: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: PF15%20TXD
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520TXD%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for PF15%20TXD: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: FP62%20BPO
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP62%2520BPO%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for FP62%20BPO: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: KF07%20UOW
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF07%2520UOW%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for KF07%20UOW: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: KY62%20XWE
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520XWE%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for KY62%20XWE: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: LG18%20ETA
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for LG18%20ETA: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: OE65%20LXT
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520LXT%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for OE65%20LXT: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: SM67%20SNF
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520SNF%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for SM67%20SNF: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: YP15%20JHF
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520JHF%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for YP15%20JHF: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: FV08%20DVP
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DVP%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for FV08%20DVP: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: HW63%20CYA
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW63%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for HW63%20CYA: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: PL63%20ABF
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520ABF%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for PL63%20ABF: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: DY16%20LZS
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520LZS%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for DY16%20LZS: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: WN14%20NWW
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520NWW%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for WN14%20NWW: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: YG61%20RVP
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for YG61%20RVP: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: BN65%20OAW
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN65%2520OAW%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for BN65%20OAW: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: ND61%20FXY
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520FXY%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for ND61%20FXY: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: NV13%20UCS
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520UCS%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for NV13%20UCS: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: NY60%20FRX
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY60%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for NY60%20FRX: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: VX65%20LMY
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX65%2520LMY%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for VX65%20LMY: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: BD11%20UYV
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD11%2520UYV%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for BD11%20UYV: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: RO11%20CRF
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520CRF%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for RO11%20CRF: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: VK04%20TUA
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK04%2520TUA%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for VK04%20TUA: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: BV71%20OTX
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV71%2520OTX%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for BV71%20OTX: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: KV67%20KHA
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV67%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for KV67%20KHA: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: OV70%20HLC
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520HLC%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for OV70%20HLC: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: HK19%20PCZ
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PCZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for HK19%20PCZ: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: SD12%20EHL
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520EHL%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for SD12%20EHL: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: WU63%20VWS
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520VWS%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for WU63%20VWS: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: VK71%20FYB
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520FYB%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for VK71%20FYB: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: VU17%20TSX
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520TSX%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for VU17%20TSX: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: WO66%20PUY
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520PUY%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for WO66%20PUY: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: WV16%20KMY
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV16%2520KMY%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for WV16%20KMY: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: YY23%20OMA
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520OMA%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for YY23%20OMA: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: YY72%20OHG
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY72%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for YY72%20OHG: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: BG23%20YSW
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520YSW%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for BG23%20YSW: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: BW17%20BYB
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520BYB%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for BW17%20BYB: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: DV62%20RWO
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV62%2520RWO%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for DV62%20RWO: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: FJ68%20NRO
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520NRO%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for FJ68%20NRO: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: HN59%20OAH
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for HN59%20OAH: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: LS69%20FWL
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520FWL%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for LS69%20FWL: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: LS72%20ZVO
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for LS72%20ZVO: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: MM15%20KJZ
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520KJZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for MM15%20KJZ: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: NV65%20RVM
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520RVM%27 HTTP/1.1" 200 None
2026-03-29 11:17:36 [bca.uk] INFO: Scrape type for NV65%20RVM: 0
2026-03-29 11:17:36 [bca.uk] INFO: Found listing with ID: OW69%20CEO
2026-03-29 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CEO%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for OW69%20CEO: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: YA69%20BZC
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for YA69%20BZC: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: BU19%20KKE
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for BU19%20KKE: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: VK66%20AEX
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520AEX%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for VK66%20AEX: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: GU18%20LFN
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520LFN%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for GU18%20LFN: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: SW18%20VAU
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520VAU%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for SW18%20VAU: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: NJ18%20FYE
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520FYE%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for NJ18%20FYE: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: YC16%20WHU
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520WHU%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for YC16%20WHU: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: WX69%20UXG
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX69%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for WX69%20UXG: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: CA68%20NBN
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520NBN%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for CA68%20NBN: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: GU68%20EZO
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for GU68%20EZO: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: MC17%20KHM
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC17%2520KHM%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for MC17%20KHM: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: NA69%20AOL
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for NA69%20AOL: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: MD69%20TWV
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD69%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for MD69%20TWV: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: MW68%20WAU
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520WAU%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for MW68%20WAU: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: PE18%20UHL
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE18%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for PE18%20UHL: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: KR23%20GYS
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520GYS%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for KR23%20GYS: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: FL67%20MFP
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for FL67%20MFP: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: YE23%20FBN
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520FBN%27 HTTP/1.1" 200 None
2026-03-29 11:17:37 [bca.uk] INFO: Scrape type for YE23%20FBN: 0
2026-03-29 11:17:37 [bca.uk] INFO: Found listing with ID: MW67%20AZF
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520AZF%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for MW67%20AZF: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: NU20%20NLC
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520NLC%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for NU20%20NLC: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: YB67%20HVG
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB67%2520HVG%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for YB67%20HVG: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: CA16%20FPG
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520FPG%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for CA16%20FPG: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: DSZ%204629
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25204629%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for DSZ%204629: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: LJ18%20VEY
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ18%2520VEY%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for LJ18%20VEY: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: BP19%20JJK
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520JJK%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for BP19%20JJK: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: KJ17%20LNG
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520LNG%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for KJ17%20LNG: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: LO66%20CTV
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for LO66%20CTV: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: EY19%20WBO
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for EY19%20WBO: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: GN67%20WMT
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN67%2520WMT%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for GN67%20WMT: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: LS18%20MOV
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for LS18%20MOV: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: LF17%20GDU
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520GDU%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for LF17%20GDU: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: BK68%20AUA
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for BK68%20AUA: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: BN19%20XDB
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XDB%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for BN19%20XDB: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: YO68%20DXB
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520DXB%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for YO68%20DXB: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: YV68%20JVT
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV68%2520JVT%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for YV68%20JVT: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: DS21%20HWB
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520HWB%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for DS21%20HWB: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: EX20%20WBE
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for EX20%20WBE: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: HF23%20YHR
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for HF23%20YHR: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: HV22%20OAB
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OAB%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for HV22%20OAB: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: HY21%20EYL
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for HY21%20EYL: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: LC66%20XZW
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520XZW%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for LC66%20XZW: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: LF17%20OTK
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520OTK%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for LF17%20OTK: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: BP66%20MZY
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for BP66%20MZY: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: DL72%20PFN
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PFN%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for DL72%20PFN: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: EK72%20FTE
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520FTE%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for EK72%20FTE: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: FV21%20WKN
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520WKN%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for FV21%20WKN: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: VO23%20NRZ
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NRZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for VO23%20NRZ: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: YT68%20VBB
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VBB%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for YT68%20VBB: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: YV19%20ZVO
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for YV19%20ZVO: 0
2026-03-29 11:17:38 [bca.uk] INFO: Found listing with ID: AV71%20CFP
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520CFP%27 HTTP/1.1" 200 None
2026-03-29 11:17:38 [bca.uk] INFO: Scrape type for AV71%20CFP: 0
2026-03-29 11:17:38 [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-29 11:17:38 [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-29 11:17:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:17:42 [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-29 11:17:42 [bca.uk] INFO: Total items found: 100
2026-03-29 11:17:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded
2026-03-29 11:17:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:17:42 [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-29 11:17:42 [bca.uk] INFO: Found listing with ID: BP72%20RCZ
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RCZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for BP72%20RCZ: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: BW70%20KKT
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for BW70%20KKT: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: DU23%20OGN
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OGN%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for DU23%20OGN: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: DV19%20RMU
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for DV19%20RMU: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: NL21%20OVA
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520OVA%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for NL21%20OVA: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: YK72%20USO
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520USO%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for YK72%20USO: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: CX71%20BVB
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for CX71%20BVB: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: YM18%20PKV
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM18%2520PKV%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for YM18%20PKV: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: CA72%20FPZ
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520FPZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for CA72%20FPZ: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: CX71%20BUW
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BUW%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for CX71%20BUW: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: YM23%20NFL
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for YM23%20NFL: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: SJ21%20AZP
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520AZP%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for SJ21%20AZP: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: BG72%20FXX
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520FXX%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for BG72%20FXX: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: DL72%20TYU
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520TYU%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for DL72%20TYU: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: ML23%20OXU
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520OXU%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for ML23%20OXU: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: MF70%20UMB
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520UMB%27 HTTP/1.1" 200 None
2026-03-29 11:17:42 [bca.uk] INFO: Scrape type for MF70%20UMB: 0
2026-03-29 11:17:42 [bca.uk] INFO: Found listing with ID: NA69%20KUG
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520KUG%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for NA69%20KUG: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: YHZ%207217
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25207217%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for YHZ%207217: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: DU70%20TNX
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for DU70%20TNX: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: EO20%20HXG
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520HXG%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for EO20%20HXG: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: LB22%20JGZ
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for LB22%20JGZ: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: LG72%20RFE
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RFE%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for LG72%20RFE: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: MA21%20ZPP
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZPP%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for MA21%20ZPP: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: HT71%20UDN
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520UDN%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for HT71%20UDN: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: HV72%20XWP
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520XWP%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for HV72%20XWP: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: MX21%20XUK
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for MX21%20XUK: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: YT68%20VAV
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for YT68%20VAV: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: AF71%20VKZ
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520VKZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for AF71%20VKZ: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: YS69%20PBU
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PBU%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for YS69%20PBU: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: YT19%20ERL
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520ERL%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for YT19%20ERL: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: HN25%20VNT
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520VNT%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for HN25%20VNT: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WA21%20OKE
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WA21%20OKE: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: BU18%20NKA
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NKA%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for BU18%20NKA: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: KD16%20UTF
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520UTF%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for KD16%20UTF: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: VK23%20GOJ
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520GOJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for VK23%20GOJ: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WU11%20YEF
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU11%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WU11%20YEF: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WP07%20XKZ
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP07%2520XKZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WP07%20XKZ: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WL64%20CXC
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL64%2520CXC%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WL64%20CXC: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WM25%20EUZ
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM25%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WM25%20EUZ: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: RO62%20YXR
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO62%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for RO62%20YXR: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: CJ25%20GZF
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520GZF%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for CJ25%20GZF: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WN75%20CVV
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CVV%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WN75%20CVV: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WN24%20KZZ
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520KZZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WN24%20KZZ: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: NU60%20DNX
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU60%2520DNX%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for NU60%20DNX: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: HY60%20OHT
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY60%2520OHT%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for HY60%20OHT: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: BT21%20EOV
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for BT21%20EOV: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: FE23%20YCO
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520YCO%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for FE23%20YCO: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: GK08%20XXH
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK08%2520XXH%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for GK08%20XXH: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: VU23%20MZL
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MZL%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for VU23%20MZL: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WO74%20DTV
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DTV%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WO74%20DTV: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: DS21%20JCV
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520JCV%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for DS21%20JCV: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: NG64%20WKZ
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520WKZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for NG64%20WKZ: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WG73%20RWY
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520RWY%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WG73%20RWY: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: FE73%20ZRF
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE73%2520ZRF%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for FE73%20ZRF: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: BN08%20AHA
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN08%2520AHA%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for BN08%20AHA: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: HG71%20KFD
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG71%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for HG71%20KFD: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WT16%20AYX
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520AYX%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WT16%20AYX: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WF23%20UAE
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF23%2520UAE%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WF23%20UAE: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: FD17%20UVM
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520UVM%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for FD17%20UVM: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: HG65%20ULP
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520ULP%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for HG65%20ULP: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: MJ69%20VDN
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520VDN%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for MJ69%20VDN: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: EJ68%20NRL
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ68%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for EJ68%20NRL: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WP70%20UBF
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520UBF%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WP70%20UBF: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: CV64%20WNG
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520WNG%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for CV64%20WNG: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WL65%20DVH
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL65%2520DVH%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WL65%20DVH: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: PY65%20CZP
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY65%2520CZP%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for PY65%20CZP: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: ET59%20FKE
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET59%2520FKE%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for ET59%20FKE: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: WH21%20CTV
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for WH21%20CTV: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: RK14%20KJE
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK14%2520KJE%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for RK14%20KJE: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: SM73%20UHL
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for SM73%20UHL: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: VN72%20UVR
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520UVR%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for VN72%20UVR: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: LN65%20LZL
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520LZL%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for LN65%20LZL: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: BF12%20TTX
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF12%2520TTX%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for BF12%20TTX: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: HN61%20HZX
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for HN61%20HZX: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: FB03%20FKM
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB03%2520FKM%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for FB03%20FKM: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: YJ15%20ENE
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for YJ15%20ENE: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: MM72%20NMV
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520NMV%27 HTTP/1.1" 200 None
2026-03-29 11:17:43 [bca.uk] INFO: Scrape type for MM72%20NMV: 0
2026-03-29 11:17:43 [bca.uk] INFO: Found listing with ID: MD72%20VXG
2026-03-29 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXG%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for MD72%20VXG: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: LD23%20DHM
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520DHM%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for LD23%20DHM: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: EF18%20HGN
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520HGN%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for EF18%20HGN: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: FY71%20ZHF
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520ZHF%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for FY71%20ZHF: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: FX71%20UJZ
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520UJZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for FX71%20UJZ: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: AV71%20OEW
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OEW%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for AV71%20OEW: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: AO68%20MVY
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520MVY%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for AO68%20MVY: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: AX15%20YTV
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520YTV%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for AX15%20YTV: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: SL61%20OZC
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL61%2520OZC%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for SL61%20OZC: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: DV11%20XXS
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV11%2520XXS%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for DV11%20XXS: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: LV68%20SRZ
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for LV68%20SRZ: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: LP16%20UPS
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520UPS%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for LP16%20UPS: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: CU16%20HXE
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520HXE%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for CU16%20HXE: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: DV14%20JJY
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520JJY%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for DV14%20JJY: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: YB71%20RKN
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520RKN%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for YB71%20RKN: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: HK21%20NMJ
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for HK21%20NMJ: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: BK23%20XZX
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XZX%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for BK23%20XZX: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: LB23%20GYM
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GYM%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for LB23%20GYM: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: EO74%20KJN
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for EO74%20KJN: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: EK20%20XGG
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520XGG%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for EK20%20XGG: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: AJ68%20WHV
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ68%2520WHV%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for AJ68%20WHV: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: FP10%20YEK
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520YEK%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for FP10%20YEK: 0
2026-03-29 11:17:44 [bca.uk] INFO: Found listing with ID: LT70%20AUR
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520AUR%27 HTTP/1.1" 200 None
2026-03-29 11:17:44 [bca.uk] INFO: Scrape type for LT70%20AUR: 0
2026-03-29 11:17:44 [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-29 11:17:44 [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-29 11:17:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:17:46 [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-29 11:17:46 [bca.uk] INFO: Total items found: 100
2026-03-29 11:17:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded
2026-03-29 11:17:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:17:46 [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-29 11:17:46 [bca.uk] INFO: Found listing with ID: VX67%20KZW
2026-03-29 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 11:17:46 [bca.uk] INFO: Scrape type for VX67%20KZW: 0
2026-03-29 11:17:46 [bca.uk] INFO: Found listing with ID: YF69%20KXX
2026-03-29 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 11:17:46 [bca.uk] INFO: Scrape type for YF69%20KXX: 0
2026-03-29 11:17:46 [bca.uk] INFO: Found listing with ID: EO21%20HZT
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520HZT%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for EO21%20HZT: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: NV19%20HTN
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520HTN%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for NV19%20HTN: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: TG03%20MMM
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TG03%2520MMM%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for TG03%20MMM: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: GU67%20ZFW
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for GU67%20ZFW: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: BD13%20XHZ
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for BD13%20XHZ: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: SM16%20KFW
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for SM16%20KFW: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: NX25%20UWF
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX25%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for NX25%20UWF: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: MK69%20OVL
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520OVL%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for MK69%20OVL: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: RO72%20HSZ
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520HSZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for RO72%20HSZ: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: RK69%20UJT
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for RK69%20UJT: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: HV74%20BWD
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520BWD%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for HV74%20BWD: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: LC71%20HKG
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HKG%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for LC71%20HKG: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: OV69%20LYY
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for OV69%20LYY: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: YP15%20UEA
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520UEA%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for YP15%20UEA: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: DV16%20WYW
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520WYW%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for DV16%20WYW: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: AO63%20RYV
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520RYV%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for AO63%20RYV: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: WF12%20BZC
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for WF12%20BZC: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: DK62%20SJX
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK62%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for DK62%20SJX: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: SB68%20VUP
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520VUP%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for SB68%20VUP: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: AA72%20JAY
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA72%2520JAY%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for AA72%20JAY: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: DA72%20VFB
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VFB%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for DA72%20VFB: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: HX22%20OTG
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OTG%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for HX22%20OTG: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: LM70%20HNG
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520HNG%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for LM70%20HNG: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: VO22%20WBD
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520WBD%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for VO22%20WBD: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: VO67%20NPA
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NPA%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for VO67%20NPA: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: FY19%20CPE
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY19%2520CPE%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for FY19%20CPE: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: AJ73%20OMM
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520OMM%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for AJ73%20OMM: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: AK22%20EPD
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520EPD%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for AK22%20EPD: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: DG70%20XGV
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG70%2520XGV%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for DG70%20XGV: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: DU70%20VGF
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520VGF%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for DU70%20VGF: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: EF71%20AVB
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF71%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for EF71%20AVB: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: EU73%20FFR
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520FFR%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for EU73%20FFR: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: FJ22%20TVW
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for FJ22%20TVW: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: FT71%20CZW
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT71%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for FT71%20CZW: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: HT71%20NLN
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520NLN%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for HT71%20NLN: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: RJ22%20VVK
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520VVK%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for RJ22%20VVK: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: SW69%20HWF
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520HWF%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for SW69%20HWF: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: YK21%20BBD
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520BBD%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for YK21%20BBD: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: YE19%20YMV
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YMV%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for YE19%20YMV: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: DC66%20KXZ
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for DC66%20KXZ: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: FL23%20XLO
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520XLO%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for FL23%20XLO: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: FL23%20ZHB
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520ZHB%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for FL23%20ZHB: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: VGZ%202125
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25202125%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for VGZ%202125: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: SD22%20FBN
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD22%2520FBN%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for SD22%20FBN: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: BYZ%207625
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BYZ%25207625%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for BYZ%207625: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: EJ72%20WPF
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for EJ72%20WPF: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: NU72%20GXJ
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU72%2520GXJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for NU72%20GXJ: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: ST73%20FJO
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for ST73%20FJO: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: YE23%20RFL
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520RFL%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for YE23%20RFL: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: AO15%20WKS
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO15%2520WKS%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for AO15%20WKS: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: CMZ%205390
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25205390%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for CMZ%205390: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: WN17%20ZHH
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for WN17%20ZHH: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: RJ15%20OBV
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ15%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for RJ15%20OBV: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: HT21%20WCA
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520WCA%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for HT21%20WCA: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: KN23%20VCG
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520VCG%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for KN23%20VCG: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: MT72%20VOO
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520VOO%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for MT72%20VOO: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: PK17%20VPG
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 11:17:47 [bca.uk] INFO: Scrape type for PK17%20VPG: 0
2026-03-29 11:17:47 [bca.uk] INFO: Found listing with ID: PX70%20XUH
2026-03-29 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX70%2520XUH%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for PX70%20XUH: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: SF72%20RXK
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF72%2520RXK%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for SF72%20RXK: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: VN21%20SFX
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520SFX%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for VN21%20SFX: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: CV66%20EES
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV66%2520EES%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for CV66%20EES: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: DV71%20FFL
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520FFL%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for DV71%20FFL: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: LB69%20KHC
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520KHC%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for LB69%20KHC: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: LD65%20VGJ
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520VGJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for LD65%20VGJ: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: LK20%20HUZ
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK20%2520HUZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for LK20%20HUZ: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: LW19%20LHT
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW19%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for LW19%20LHT: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: OY22%20WNU
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520WNU%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for OY22%20WNU: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: RO18%20YSH
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520YSH%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for RO18%20YSH: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: SP19%20DVR
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520DVR%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for SP19%20DVR: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WF72%20GHX
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GHX%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WF72%20GHX: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: Y14%20MRT
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y14%2520MRT%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for Y14%20MRT: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: YC21%20HHF
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520HHF%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for YC21%20HHF: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: YF19%20JKM
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520JKM%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for YF19%20JKM: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: YP67%20CXV
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520CXV%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for YP67%20CXV: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: AY18%20WXU
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY18%2520WXU%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for AY18%20WXU: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: EG17%20OYH
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG17%2520OYH%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for EG17%20OYH: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: EK72%20HYO
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520HYO%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for EK72%20HYO: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: GL21%20YDO
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520YDO%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for GL21%20YDO: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: KM71%20BWL
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520BWL%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for KM71%20BWL: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: KS20%20SDY
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS20%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for KS20%20SDY: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: LS23%20TMZ
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for LS23%20TMZ: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: YL68%20JTV
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520JTV%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for YL68%20JTV: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WP71%20XJO
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WP71%20XJO: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WA66%20PMY
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WA66%20PMY: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: FX63%20KFF
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520KFF%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for FX63%20KFF: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WP71%20XJE
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJE%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WP71%20XJE: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: GV66%20KCE
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for GV66%20KCE: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: CN16%20WVR
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN16%2520WVR%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for CN16%20WVR: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WV12%20VMF
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV12%2520VMF%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WV12%20VMF: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WP71%20XJD
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WP71%20XJD: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: BK23%20GNY
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GNY%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for BK23%20GNY: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WN71%20VUV
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WN71%20VUV: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WV71%20SYZ
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WV71%20SYZ: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WP71%20XJW
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for WP71%20XJW: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: KT06%20KZK
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT06%2520KZK%27 HTTP/1.1" 200 None
2026-03-29 11:17:48 [bca.uk] INFO: Scrape type for KT06%20KZK: 0
2026-03-29 11:17:48 [bca.uk] INFO: Found listing with ID: WV23%20YEX
2026-03-29 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YEX%27 HTTP/1.1" 200 None
2026-03-29 11:17:49 [bca.uk] INFO: Scrape type for WV23%20YEX: 0
2026-03-29 11:17:49 [bca.uk] INFO: Found listing with ID: GK56%20OMR
2026-03-29 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK56%2520OMR%27 HTTP/1.1" 200 None
2026-03-29 11:17:49 [bca.uk] INFO: Scrape type for GK56%20OMR: 0
2026-03-29 11:17:49 [bca.uk] INFO: Found listing with ID: WP72%20PHU
2026-03-29 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 11:17:49 [bca.uk] INFO: Scrape type for WP72%20PHU: 0
2026-03-29 11:17:49 [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-29 11:17:49 [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-29 11:17:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:17:52 [bca.uk] INFO: Total items found: 100
2026-03-29 11:17:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded
2026-03-29 11:17:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:17:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: WM72%20HPA
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520HPA%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for WM72%20HPA: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: BK22%20CCF
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520CCF%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for BK22%20CCF: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: OV25%20CLX
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520CLX%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for OV25%20CLX: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: OV71%20NVZ
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for OV71%20NVZ: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: YB69%20VVR
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520VVR%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for YB69%20VVR: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: BJ66%20HWE
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520HWE%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for BJ66%20HWE: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: WP23%20OEG
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEG%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for WP23%20OEG: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: LA72%20AJR
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520AJR%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for LA72%20AJR: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: YS71%20MWW
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for YS71%20MWW: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: NL22%20RXP
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for NL22%20RXP: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: MA23%20DWF
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DWF%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for MA23%20DWF: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: MA72%20YBB
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520YBB%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for MA72%20YBB: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: GJ19%20VTE
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for GJ19%20VTE: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: KT08%20GPU
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT08%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for KT08%20GPU: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: MV20%20AZA
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV20%2520AZA%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for MV20%20AZA: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: OE74%20YKV
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520YKV%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for OE74%20YKV: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: OV22%20HPU
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520HPU%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for OV22%20HPU: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: OY10%20VGA
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520VGA%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for OY10%20VGA: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: VK63%20AHD
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for VK63%20AHD: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: WJ13%20XSM
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ13%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for WJ13%20XSM: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: WV21%20ZXL
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520ZXL%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for WV21%20ZXL: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: NA69%20USD
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520USD%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for NA69%20USD: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: SB17%20XVZ
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520XVZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for SB17%20XVZ: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: CJ23%20FFK
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520FFK%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for CJ23%20FFK: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: HN25%20JHY
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520JHY%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for HN25%20JHY: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: HT23%20GDK
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for HT23%20GDK: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: MM74%20YOF
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for MM74%20YOF: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: AF72%20TYP
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520TYP%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for AF72%20TYP: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: RX24%20CXK
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX24%2520CXK%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for RX24%20CXK: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: WN22%20HXL
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for WN22%20HXL: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: BK23%20GYH
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GYH%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for BK23%20GYH: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: AF72%20WDN
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for AF72%20WDN: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: LB23%20EZP
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520EZP%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for LB23%20EZP: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: YS16%20YDY
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS16%2520YDY%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for YS16%20YDY: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: YD18%20BJY
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520BJY%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for YD18%20BJY: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: BK23%20GWC
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GWC%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for BK23%20GWC: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: WM67%20OGL
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520OGL%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for WM67%20OGL: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: WM57%20GGZ
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520GGZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for WM57%20GGZ: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: PK65%20FWG
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for PK65%20FWG: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: NJ15%20CDU
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520CDU%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for NJ15%20CDU: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: LB59%20AYN
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520AYN%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for LB59%20AYN: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: KS21%20YZO
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520YZO%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for KS21%20YZO: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: KM75%20OLB
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLB%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for KM75%20OLB: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: KM75%20OLC
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLC%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for KM75%20OLC: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: BT73%20NKE
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520NKE%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for BT73%20NKE: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: DF16%20EWJ
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520EWJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for DF16%20EWJ: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: BD74%20SMO
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520SMO%27 HTTP/1.1" 200 None
2026-03-29 11:17:52 [bca.uk] INFO: Scrape type for BD74%20SMO: 0
2026-03-29 11:17:52 [bca.uk] INFO: Found listing with ID: AF22%20UON
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UON%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for AF22%20UON: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: YP15%20RRZ
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520RRZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for YP15%20RRZ: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: GL17%20LUH
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520LUH%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for GL17%20LUH: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: FY63%20ZPE
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY63%2520ZPE%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for FY63%20ZPE: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: FM16%20SJX
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for FM16%20SJX: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: DK14%20XHT
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520XHT%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for DK14%20XHT: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: DF63%20KBE
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520KBE%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for DF63%20KBE: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: SG71%20OBV
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for SG71%20OBV: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: SG22%20NNY
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520NNY%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for SG22%20NNY: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LB69%20SKO
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520SKO%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LB69%20SKO: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: BJ73%20LGA
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ73%2520LGA%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for BJ73%20LGA: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: OE18%20UCD
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520UCD%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for OE18%20UCD: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: KW70%20MDF
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for KW70%20MDF: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: FP65%20HNC
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520HNC%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for FP65%20HNC: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: YC69%20WJU
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC69%2520WJU%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for YC69%20WJU: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: YB18%20JZN
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520JZN%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for YB18%20JZN: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LC18%20YMG
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520YMG%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LC18%20YMG: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: DA21%20FXK
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for DA21%20FXK: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: SM19%20EWD
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for SM19%20EWD: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: SN20%20VNS
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520VNS%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for SN20%20VNS: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: YJ13%20RHK
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ13%2520RHK%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for YJ13%20RHK: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LT15%20FGD
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520FGD%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LT15%20FGD: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: YD61%20LCP
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD61%2520LCP%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for YD61%20LCP: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: YT54%20EZO
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for YT54%20EZO: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LL68%20GZO
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520GZO%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LL68%20GZO: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: A25%20LDS
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A25%2520LDS%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for A25%20LDS: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: PY67%20KFD
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for PY67%20KFD: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LA71%20HLO
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520HLO%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LA71%20HLO: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: GX68%20YBC
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520YBC%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for GX68%20YBC: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: VE71%20WPF
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for VE71%20WPF: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: ML23%20RVY
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520RVY%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for ML23%20RVY: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LG23%20VTF
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VTF%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LG23%20VTF: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: WP71%20HXE
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520HXE%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for WP71%20HXE: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: YK21%20UXD
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for YK21%20UXD: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: RO72%20SZR
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for RO72%20SZR: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: BD23%20WGM
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520WGM%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for BD23%20WGM: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: VA21%20XUR
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for VA21%20XUR: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: SP70%20VDA
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP70%2520VDA%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for SP70%20VDA: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: AJ16%20SVA
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520SVA%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for AJ16%20SVA: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LD63%20SYY
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520SYY%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LD63%20SYY: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: BL71%20FWN
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520FWN%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for BL71%20FWN: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: EK61%20WMF
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WMF%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for EK61%20WMF: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: KR22%20EXJ
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520EXJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for KR22%20EXJ: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: AF57%20ZHA
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF57%2520ZHA%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for AF57%20ZHA: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: OY24%20CWP
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY24%2520CWP%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for OY24%20CWP: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: KE15%20NKJ
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520NKJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for KE15%20NKJ: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: OY12%20PHN
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520PHN%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for OY12%20PHN: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: LX05%20WVB
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX05%2520WVB%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for LX05%20WVB: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: DE11%20YLA
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE11%2520YLA%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for DE11%20YLA: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: FY24%20XRC
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for FY24%20XRC: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: KE15%20FHM
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520FHM%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for KE15%20FHM: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: VX73%20AWA
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520AWA%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for VX73%20AWA: 0
2026-03-29 11:17:53 [bca.uk] INFO: Found listing with ID: BC06%20SYD
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC06%2520SYD%27 HTTP/1.1" 200 None
2026-03-29 11:17:53 [bca.uk] INFO: Scrape type for BC06%20SYD: 0
2026-03-29 11:17:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:17:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:17:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:17:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:17:58 [bca.uk] INFO: Total items found: 100
2026-03-29 11:17:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded
2026-03-29 11:17:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:17:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: KE70%20SVD
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE70%2520SVD%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for KE70%20SVD: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: YR23%20FSV
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520FSV%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for YR23%20FSV: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: YH24%20AAJ
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH24%2520AAJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for YH24%20AAJ: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: OE24%20CFU
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520CFU%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for OE24%20CFU: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: NL23%20OWE
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OWE%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for NL23%20OWE: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: LS23%20KHJ
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for LS23%20KHJ: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: GX23%20XTC
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XTC%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for GX23%20XTC: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: GU23%20XZM
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XZM%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for GU23%20XZM: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: DG24%20LRZ
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LRZ%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for DG24%20LRZ: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: DG24%20LDY
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for DG24%20LDY: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: DC73%20HND
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520HND%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for DC73%20HND: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: BJ72%20HCK
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520HCK%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for BJ72%20HCK: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: ML23%20GXU
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520GXU%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for ML23%20GXU: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: AD72%20JZK
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520JZK%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for AD72%20JZK: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: OE23%20JJL
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520JJL%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for OE23%20JJL: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: FE14%20YGX
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520YGX%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for FE14%20YGX: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: YT72%20DXY
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520DXY%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for YT72%20DXY: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: FY15%20FDD
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520FDD%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for FY15%20FDD: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: LA19%20EGE
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for LA19%20EGE: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: PY07%20NKM
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY07%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for PY07%20NKM: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: SM19%20UCL
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520UCL%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for SM19%20UCL: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: R77%20MXR
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R77%2520MXR%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for R77%20MXR: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: KU70%20UVS
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520UVS%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for KU70%20UVS: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: VU19%20YRO
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU19%2520YRO%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for VU19%20YRO: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: GC17%20XUO
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for GC17%20XUO: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: HN14%20YXO
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN14%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for HN14%20YXO: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: EX12%20FZW
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX12%2520FZW%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for EX12%20FZW: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: SF22%20XWM
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF22%2520XWM%27 HTTP/1.1" 200 None
2026-03-29 11:17:58 [bca.uk] INFO: Scrape type for SF22%20XWM: 0
2026-03-29 11:17:58 [bca.uk] INFO: Found listing with ID: PO19%20XED
2026-03-29 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for PO19%20XED: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: WV59%20VZJ
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for WV59%20VZJ: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: YF60%20KBZ
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for YF60%20KBZ: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: LJ65%20YCW
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for LJ65%20YCW: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: LG16%20FFX
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520FFX%27 HTTP/1.1" 200 None
2026-03-29 11:17:59 [bca.uk] INFO: Scrape type for LG16%20FFX: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: CU72%20UFW
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for CU72%20UFW: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: CA20%20SFY
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for CA20%20SFY: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: GU20%20VSD
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for GU20%20VSD: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: BP70%20YFR
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for BP70%20YFR: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: CS16%20KAS
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for CS16%20KAS: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HV73%20OVB
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HV73%20OVB: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: VK70%20ZYO
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for VK70%20ZYO: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: YC59%20RWZ
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for YC59%20RWZ: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: NL23%20OHY
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OHY%27 HTTP/1.1" 200 None
2026-03-29 11:17:59 [bca.uk] INFO: Scrape type for NL23%20OHY: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: NL23%20YJG
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520YJG%27 HTTP/1.1" 200 None
2026-03-29 11:17:59 [bca.uk] INFO: Scrape type for NL23%20YJG: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: GY55%20YSK
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for GY55%20YSK: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: NRZ%202102
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for NRZ%202102: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: VXZ%204474
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for VXZ%204474: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: AF70%20UZB
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for AF70%20UZB: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: FM21%20NWU
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520NWU%27 HTTP/1.1" 200 None
2026-03-29 11:17:59 [bca.uk] INFO: Scrape type for FM21%20NWU: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: WV21%20RYH
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for WV21%20RYH: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: WP72%20TJX
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for WP72%20TJX: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: WN71%20KBZ
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for WN71%20KBZ: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: DS25%20OMB
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for DS25%20OMB: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: FL22%20WAJ
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for FL22%20WAJ: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: MD72%20CHF
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for MD72%20CHF: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: KT70%20TVL
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for KT70%20TVL: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: FV13%20SXU
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for FV13%20SXU: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: WIG%207642
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for WIG%207642: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: WV66%20VTU
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for WV66%20VTU: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: CV73%20HLJ
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for CV73%20HLJ: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HN23%20GYS
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HN23%20GYS: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HK23%20WLV
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HK23%20WLV: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HK23%20WLO
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HK23%20WLO: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HK23%20ESF
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HK23%20ESF: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: NV72%20BKF
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for NV72%20BKF: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: DY70%20WLZ
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for DY70%20WLZ: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: AF72%20JFU
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for AF72%20JFU: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: LA72%20HMH
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for LA72%20HMH: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HV22%20UTT
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HV22%20UTT: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: YGZ%204294
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for YGZ%204294: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: BJ60%20HMF
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for BJ60%20HMF: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: FG12%20SZK
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for FG12%20SZK: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: BP67%20PFD
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for BP67%20PFD: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: BX13%20VFM
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for BX13%20VFM: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: RA65%20JWF
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for RA65%20JWF: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: PF71%20KXD
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for PF71%20KXD: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: WF72%20HWT
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for WF72%20HWT: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HV22%20LHN
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HV22%20LHN: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: HK72%20TZU
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for HK72%20TZU: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: LO72%20JBU
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17: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%2520JBU%27 HTTP/1.1" 200 None
2026-03-29 11:17:59 [bca.uk] INFO: Scrape type for LO72%20JBU: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: ND23%20GSO
2026-03-29 11:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:17:59 [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-29 11:17:59 [bca.uk] INFO: Scrape type for ND23%20GSO: 0
2026-03-29 11:17:59 [bca.uk] INFO: Found listing with ID: LS18%20ZPH
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for LS18%20ZPH: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: LF16%20ZVH
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for LF16%20ZVH: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: LC12%20MZO
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for LC12%20MZO: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: KN17%20ZSJ
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for KN17%20ZSJ: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: SR19%20EJJ
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for SR19%20EJJ: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: HK17%20LRL
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for HK17%20LRL: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: FX70%20VGD
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for FX70%20VGD: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: FG12%20LSD
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for FG12%20LSD: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: CP61%20ZGH
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for CP61%20ZGH: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: BN22%20GVC
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for BN22%20GVC: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: FP10%20UZC
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for FP10%20UZC: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: LR22%20VZL
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for LR22%20VZL: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: MF25%20FMC
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for MF25%20FMC: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: BD23%20XDV
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for BD23%20XDV: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: OE24%20UCG
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for OE24%20UCG: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: BA68%20CSU
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for BA68%20CSU: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: BC05%20PFG
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for BC05%20PFG: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: BL15%20DHA
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for BL15%20DHA: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: CV65%20NKL
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for CV65%20NKL: 0
2026-03-29 11:18:00 [bca.uk] INFO: Found listing with ID: FL52%20BCX
2026-03-29 11:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:00 [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-29 11:18:00 [bca.uk] INFO: Scrape type for FL52%20BCX: 0
2026-03-29 11:18:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:18:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:18:03 [bca.uk] INFO: Total items found: 100
2026-03-29 11:18:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded
2026-03-29 11:18:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:18:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: HY17%20FVP
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for HY17%20FVP: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: KO73%20FYG
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for KO73%20FYG: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: LM18%20LWD
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for LM18%20LWD: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: WU65%20AVC
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for WU65%20AVC: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: HN72%20NRY
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for HN72%20NRY: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: BV72%20ZXC
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for BV72%20ZXC: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: CN71%20LKM
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for CN71%20LKM: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: NJ22%20TKA
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for NJ22%20TKA: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: SG22%20RPO
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for SG22%20RPO: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: WD70%20SDZ
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for WD70%20SDZ: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: YB71%20XPR
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for YB71%20XPR: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: SA66%20CFO
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for SA66%20CFO: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: AJ71%20UZA
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for AJ71%20UZA: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: BK24%20PFA
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 11:18:03 [bca.uk] INFO: Scrape type for BK24%20PFA: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: MV18%20CGO
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for MV18%20CGO: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: LN24%20TXE
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TXE%27 HTTP/1.1" 200 None
2026-03-29 11:18:03 [bca.uk] INFO: Scrape type for LN24%20TXE: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: KY22%20TFE
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for KY22%20TFE: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: DE14%20BEO
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for DE14%20BEO: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: LG14%20FWW
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for LG14%20FWW: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: LV59%20EJU
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for LV59%20EJU: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: OY66%20RKJ
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for OY66%20RKJ: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: RO13%20ZWN
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for RO13%20ZWN: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: WM23%20TUW
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for WM23%20TUW: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: WO23%20FUT
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for WO23%20FUT: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: CF74%20UJV
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520UJV%27 HTTP/1.1" 200 None
2026-03-29 11:18:03 [bca.uk] INFO: Scrape type for CF74%20UJV: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: YC25%20OHB
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for YC25%20OHB: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: YG74%20OSN
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for YG74%20OSN: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: YG74%20OCE
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for YG74%20OCE: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: YG74%20OHH
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for YG74%20OHH: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: YG74%20OCU
2026-03-29 11:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:03 [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-29 11:18:03 [bca.uk] INFO: Scrape type for YG74%20OCU: 0
2026-03-29 11:18:03 [bca.uk] INFO: Found listing with ID: DG68%20UWR
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for DG68%20UWR: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: SL66%20KZN
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for SL66%20KZN: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: FD16%20HPY
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for FD16%20HPY: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: SE65%20DWP
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for SE65%20DWP: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: RO12%20XAC
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for RO12%20XAC: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: LP62%20FSU
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for LP62%20FSU: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: LK18%20WZY
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for LK18%20WZY: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: AJ72%20TPY
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520TPY%27 HTTP/1.1" 200 None
2026-03-29 11:18:04 [bca.uk] INFO: Scrape type for AJ72%20TPY: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: BG72%20AYB
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for BG72%20AYB: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: BK25%20KKU
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for BK25%20KKU: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: BK72%20XNZ
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for BK72%20XNZ: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: CF72%20XTX
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XTX%27 HTTP/1.1" 200 None
2026-03-29 11:18:04 [bca.uk] INFO: Scrape type for CF72%20XTX: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: GD75%20AGX
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for GD75%20AGX: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: LJ72%20HES
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for LJ72%20HES: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: LL25%20ZVB
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for LL25%20ZVB: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: ML73%20DLK
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for ML73%20DLK: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: PY72%20JXS
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for PY72%20JXS: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: WD72%20CAA
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for WD72%20CAA: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: LL75%20OPD
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for LL75%20OPD: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: YGZ%203701
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%25203701%27 HTTP/1.1" 200 None
2026-03-29 11:18:04 [bca.uk] INFO: Scrape type for YGZ%203701: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: SA73%20FSE
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for SA73%20FSE: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: MH72%20BWP
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 11:18:04 [bca.uk] INFO: Scrape type for MH72%20BWP: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: HJ72%20MKN
2026-03-29 11:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:04 [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-29 11:18:04 [bca.uk] INFO: Scrape type for HJ72%20MKN: 0
2026-03-29 11:18:04 [bca.uk] INFO: Found listing with ID: FX23%20USP
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for FX23%20USP: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: FD73%20EWX
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for FD73%20EWX: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: BJ23%20KXM
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for BJ23%20KXM: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: BC72%20AXG
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for BC72%20AXG: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: LR66%20LHF
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for LR66%20LHF: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: YD16%20CVG
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for YD16%20CVG: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: EX67%20PCO
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for EX67%20PCO: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: YF16%20RWY
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for YF16%20RWY: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: LD13%20HXN
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for LD13%20HXN: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: CP18%20NTA
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for CP18%20NTA: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: WV19%20KDU
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for WV19%20KDU: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: CP67%20BBU
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for CP67%20BBU: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: HY69%20WNN
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for HY69%20WNN: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: AJ19%20FFD
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for AJ19%20FFD: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: NA68%20LZW
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for NA68%20LZW: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: FA15%20AUK
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for FA15%20AUK: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: HK16%20ZVT
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for HK16%20ZVT: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: MK17%20WNM
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for MK17%20WNM: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: WO68%20ETE
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for WO68%20ETE: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: FB19%20YRT
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for FB19%20YRT: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: RF17%20MWK
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for RF17%20MWK: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: RE67%20DAU
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for RE67%20DAU: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: AV67%20XUZ
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for AV67%20XUZ: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: AP18%20EUV
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for AP18%20EUV: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: DP17%20ONN
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for DP17%20ONN: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: WR70%20ZYC
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for WR70%20ZYC: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: RO14%20BDZ
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520BDZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:05 [bca.uk] INFO: Scrape type for RO14%20BDZ: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: YL17%20PDV
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for YL17%20PDV: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: LD66%20TXP
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for LD66%20TXP: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: BG18%20ZCT
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for BG18%20ZCT: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: HV22%20WSK
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 11:18:05 [bca.uk] INFO: Scrape type for HV22%20WSK: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: KN18%20MWF
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for KN18%20MWF: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: DG16%20XDM
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for DG16%20XDM: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: LA19%20XKJ
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for LA19%20XKJ: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: VN20%20WMD
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for VN20%20WMD: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: WG17%20VWY
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520VWY%27 HTTP/1.1" 200 None
2026-03-29 11:18:05 [bca.uk] INFO: Scrape type for WG17%20VWY: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: GN16%20RHU
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for GN16%20RHU: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: BG74%20TDX
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for BG74%20TDX: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: BK74%20ZPG
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for BK74%20ZPG: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: MM74%20YPO
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for MM74%20YPO: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: WT25%20UFU
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for WT25%20UFU: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: WT25%20UHC
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for WT25%20UHC: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: YP74%20VUE
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for YP74%20VUE: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: GF69%20USW
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for GF69%20USW: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: AK17%20BYL
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for AK17%20BYL: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: FG70%20XSO
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for FG70%20XSO: 0
2026-03-29 11:18:05 [bca.uk] INFO: Found listing with ID: SW71%20RHJ
2026-03-29 11:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:05 [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-29 11:18:05 [bca.uk] INFO: Scrape type for SW71%20RHJ: 0
2026-03-29 11:18:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:18:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:18:07 [bca.uk] INFO: Total items found: 100
2026-03-29 11:18:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded
2026-03-29 11:18:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:18:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LL74%20DLF
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LL74%20DLF: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: EA59%20BUF
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for EA59%20BUF: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: EY67%20LHH
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for EY67%20LHH: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LA69%20ZWT
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LA69%20ZWT: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LC72%20PNU
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LC72%20PNU: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LE72%20BJO
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LE72%20BJO: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LS65%20WHH
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LS65%20WHH: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LV23%20MPF
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LV23%20MPF: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LV23%20SVP
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LV23%20SVP: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LX73%20OAC
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LX73%20OAC: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LY73%20HVJ
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LY73%20HVJ: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: NA13%20KJV
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for NA13%20KJV: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: PN20%20PBZ
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for PN20%20PBZ: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: WN69%20RLX
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 11:18:07 [bca.uk] INFO: Scrape type for WN69%20RLX: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: BW68%20EAO
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for BW68%20EAO: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: PX72%20UDD
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for PX72%20UDD: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: VK69%20KBN
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for VK69%20KBN: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: KN71%20FFP
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for KN71%20FFP: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: MJ22%20DBO
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for MJ22%20DBO: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: KF73%20AVC
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for KF73%20AVC: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LL74%20BYB
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LL74%20BYB: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LL74%20BYG
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LL74%20BYG: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LL74%20DGX
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LL74%20DGX: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: DL73%20KVU
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for DL73%20KVU: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: DL73%20KOB
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for DL73%20KOB: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: LR24%20MWK
2026-03-29 11:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:07 [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-29 11:18:07 [bca.uk] INFO: Scrape type for LR24%20MWK: 0
2026-03-29 11:18:07 [bca.uk] INFO: Found listing with ID: WG66%20DZC
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for WG66%20DZC: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: KY07%20FKE
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for KY07%20FKE: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: KF66%20EAA
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for KF66%20EAA: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: HV71%20MVZ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for HV71%20MVZ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: HV59%20YKP
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV59%2520YKP%27 HTTP/1.1" 200 None
2026-03-29 11:18:08 [bca.uk] INFO: Scrape type for HV59%20YKP: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: RV72%20XDG
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for RV72%20XDG: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: HD19%20OVR
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for HD19%20OVR: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: GN16%20OGB
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for GN16%20OGB: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: DL66%20LDC
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 11:18:08 [bca.uk] INFO: Scrape type for DL66%20LDC: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: DK19%20HRO
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for DK19%20HRO: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: BF16%20HGP
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HGP%27 HTTP/1.1" 200 None
2026-03-29 11:18:08 [bca.uk] INFO: Scrape type for BF16%20HGP: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: LC22%20BYA
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for LC22%20BYA: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: LL22%20RBY
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for LL22%20RBY: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: MX70%20UWD
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for MX70%20UWD: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: YS72%20BKU
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for YS72%20BKU: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: BK21%20YDO
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for BK21%20YDO: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: DG17%20GYY
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for DG17%20GYY: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: AY70%20JCZ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for AY70%20JCZ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: BN13%20OUP
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for BN13%20OUP: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: VE16%20WBZ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:08 [bca.uk] INFO: Scrape type for VE16%20WBZ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: GJ12%20NBD
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for GJ12%20NBD: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: MV68%20EOJ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for MV68%20EOJ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: YK67%20JYJ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for YK67%20JYJ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: YL67%20HHA
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for YL67%20HHA: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: LX15%20HNK
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for LX15%20HNK: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: FH57%20CHZ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for FH57%20CHZ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: FX17%20VRV
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for FX17%20VRV: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: BL19%20WLJ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for BL19%20WLJ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: KV66%20XCL
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for KV66%20XCL: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: FN70%20VDR
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for FN70%20VDR: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: FJ23%20NXU
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for FJ23%20NXU: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: EF22%20AOU
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for EF22%20AOU: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: LP16%20BKU
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for LP16%20BKU: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: BR19%20YNT
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for BR19%20YNT: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: MF67%20LWH
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for MF67%20LWH: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: MJ65%20ZLX
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for MJ65%20ZLX: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: LL64%20BYU
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for LL64%20BYU: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: DP15%20AZR
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for DP15%20AZR: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: RA16%20PAO
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for RA16%20PAO: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: SK18%20MYT
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for SK18%20MYT: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: VN17%20MXO
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for VN17%20MXO: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: NL72%20ZFR
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for NL72%20ZFR: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: SG08%20HWS
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for SG08%20HWS: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: SN57%20FBK
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for SN57%20FBK: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: HN61%20EVJ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for HN61%20EVJ: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: KUI%20550
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for KUI%20550: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: WP72%20UBK
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for WP72%20UBK: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: KY22%20VTN
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for KY22%20VTN: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: NJ22%20KGG
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for NJ22%20KGG: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: WV07%20DPF
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for WV07%20DPF: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: BW73%20SVD
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for BW73%20SVD: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: VU68%20XEH
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for VU68%20XEH: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: LY16%20OWA
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for LY16%20OWA: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: LM20%20PDX
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:08 [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-29 11:18:08 [bca.uk] INFO: Scrape type for LM20%20PDX: 0
2026-03-29 11:18:08 [bca.uk] INFO: Found listing with ID: BG12%20NBZ
2026-03-29 11:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for BG12%20NBZ: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: BU15%20ORW
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for BU15%20ORW: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: NJ14%20SZW
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for NJ14%20SZW: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: NU67%20PBX
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for NU67%20PBX: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: OV65%20DZJ
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for OV65%20DZJ: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: LJ69%20KSE
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for LJ69%20KSE: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: H19%20RGH
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for H19%20RGH: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: GL69%20XJX
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for GL69%20XJX: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: GD18%20DZZ
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for GD18%20DZZ: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: AE21%20EOG
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for AE21%20EOG: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: DK65%20YRD
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for DK65%20YRD: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: KW59%20GTY
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for KW59%20GTY: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: MJ61%20SGU
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for MJ61%20SGU: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: VN03%20DXB
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for VN03%20DXB: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: WN14%20HNM
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for WN14%20HNM: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: FG65%20FCP
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for FG65%20FCP: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: EK62%20XGV
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520XGV%27 HTTP/1.1" 200 None
2026-03-29 11:18:09 [bca.uk] INFO: Scrape type for EK62%20XGV: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: FY61%20ZGZ
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for FY61%20ZGZ: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: YN22%20UNJ
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520UNJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:09 [bca.uk] INFO: Scrape type for YN22%20UNJ: 0
2026-03-29 11:18:09 [bca.uk] INFO: Found listing with ID: CF22%20YZB
2026-03-29 11:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:09 [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-29 11:18:09 [bca.uk] INFO: Scrape type for CF22%20YZB: 0
2026-03-29 11:18:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:18:10 [scrapy.extensions.logstats] INFO: Crawled 213 pages (at 7 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:18:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:18:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:18:19 [bca.uk] INFO: Total items found: 100
2026-03-29 11:18:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded
2026-03-29 11:18:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:18:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: CN22%20TCZ
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520TCZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for CN22%20TCZ: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: HK71%20WMZ
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WMZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for HK71%20WMZ: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: SO21%20GXG
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXG%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for SO21%20GXG: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: FE71%20UZR
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for FE71%20UZR: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: FD21%20CYL
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for FD21%20CYL: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: SM21%20DHV
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DHV%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for SM21%20DHV: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: SO21%20GZM
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZM%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for SO21%20GZM: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: BK73%20LWA
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520LWA%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for BK73%20LWA: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: MT68%20FXH
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for MT68%20FXH: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: HK66%20VOD
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for HK66%20VOD: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: GY14%20NZG
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NZG%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for GY14%20NZG: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: FL57%20GVM
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL57%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for FL57%20GVM: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: SL72%20FCA
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL72%2520FCA%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for SL72%20FCA: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: AF22%20DHY
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for AF22%20DHY: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: LC68%20MVX
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520MVX%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for LC68%20MVX: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: GU21%20HZV
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520HZV%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for GU21%20HZV: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: LB70%20VFR
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VFR%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for LB70%20VFR: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: BD19%20MKJ
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520MKJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for BD19%20MKJ: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: BW19%20FZR
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520FZR%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for BW19%20FZR: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: FL17%20UDY
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UDY%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for FL17%20UDY: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: SJ15%20EGS
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520EGS%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for SJ15%20EGS: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: VA63%20EWR
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA63%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for VA63%20EWR: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: VE64%20CNA
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE64%2520CNA%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for VE64%20CNA: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: YF58%20OPU
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for YF58%20OPU: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: YT64%20UXH
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for YT64%20UXH: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: KO68%20LBU
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520LBU%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for KO68%20LBU: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: VK69%20RRU
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for VK69%20RRU: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: KS70%20WBU
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520WBU%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for KS70%20WBU: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: BK22%20VXC
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 11:18:19 [bca.uk] INFO: Scrape type for BK22%20VXC: 0
2026-03-29 11:18:19 [bca.uk] INFO: Found listing with ID: HK12%20PMV
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for HK12%20PMV: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: GY18%20LZH
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for GY18%20LZH: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: BF64%20YBL
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for BF64%20YBL: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: FY17%20OYM
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for FY17%20OYM: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: LM66%20LVO
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for LM66%20LVO: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: BC69%20CYY
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for BC69%20CYY: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: FL12%20VNS
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for FL12%20VNS: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: LR08%20UEL
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for LR08%20UEL: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: ML15%20EZS
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for ML15%20EZS: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: FY07%20NVF
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for FY07%20NVF: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YM67%20GSU
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YM67%20GSU: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: AY17%20WJA
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for AY17%20WJA: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: MA24%20ZXL
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for MA24%20ZXL: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YM67%20EZP
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YM67%20EZP: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: BL13%20EEV
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for BL13%20EEV: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: BK67%20UHT
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for BK67%20UHT: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: SG67%20ZFW
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for SG67%20ZFW: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: FL69%20PYA
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for FL69%20PYA: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: RA21%20EXC
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for RA21%20EXC: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: MT67%20LJO
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for MT67%20LJO: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: OY15%20NVV
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for OY15%20NVV: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YT14%20EEU
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YT14%20EEU: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: NU64%20XCC
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for NU64%20XCC: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: SY17%20YFJ
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for SY17%20YFJ: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: VA19%20SYJ
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for VA19%20SYJ: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YR62%20YYU
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YR62%20YYU: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: DP22%20TKT
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKT%27 HTTP/1.1" 200 None
2026-03-29 11:18:20 [bca.uk] INFO: Scrape type for DP22%20TKT: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: BW11%20RXL
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for BW11%20RXL: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YT14%20WYY
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YT14%20WYY: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: OU63%20WVW
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for OU63%20WVW: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YA69%20MKD
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YA69%20MKD: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: ML08%20EVN
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for ML08%20EVN: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: EO72%20UGE
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for EO72%20UGE: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: LE19%20ODY
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for LE19%20ODY: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: MW13%20GHH
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for MW13%20GHH: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: MD19%20FAO
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for MD19%20FAO: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: NV15%20HWN
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for NV15%20HWN: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YH16%20SYF
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YH16%20SYF: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: MM13%20KZA
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for MM13%20KZA: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: BN09%20DHO
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for BN09%20DHO: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YH64%20CGX
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YH64%20CGX: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: NG59%20FUE
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for NG59%20FUE: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: BK20%20LEU
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for BK20%20LEU: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: NJ10%20VAM
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for NJ10%20VAM: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: SM18%20UEA
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for SM18%20UEA: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: ND62%20NNH
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for ND62%20NNH: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: YA64%20MXT
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for YA64%20MXT: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: EN68%20XVL
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for EN68%20XVL: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: NA17%20YFK
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for NA17%20YFK: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: KJ17%20PXS
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for KJ17%20PXS: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: SK15%20LXB
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for SK15%20LXB: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: ET17%20VUE
2026-03-29 11:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:20 [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-29 11:18:20 [bca.uk] INFO: Scrape type for ET17%20VUE: 0
2026-03-29 11:18:20 [bca.uk] INFO: Found listing with ID: NC71%20FGZ
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for NC71%20FGZ: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: EO17%20AEJ
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for EO17%20AEJ: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: LF66%20TYH
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for LF66%20TYH: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: NX63%20RJV
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for NX63%20RJV: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: KT17%20YTF
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for KT17%20YTF: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: SN67%20OPL
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for SN67%20OPL: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: YJZ%209398
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for YJZ%209398: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: WJ68%20FYX
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for WJ68%20FYX: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: YY71%20LUB
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for YY71%20LUB: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: PE58%20MVT
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for PE58%20MVT: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: LG60%20YJF
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for LG60%20YJF: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: MW13%20NCU
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for MW13%20NCU: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: MT18%20HXA
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for MT18%20HXA: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: CX12%20YCN
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for CX12%20YCN: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: YR14%20HTU
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for YR14%20HTU: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: YF20%20LTE
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for YF20%20LTE: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: FA16%20NUY
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for FA16%20NUY: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: PJ63%20KCN
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520KCN%27 HTTP/1.1" 200 None
2026-03-29 11:18:21 [bca.uk] INFO: Scrape type for PJ63%20KCN: 0
2026-03-29 11:18:21 [bca.uk] INFO: Found listing with ID: SA61%20YWS
2026-03-29 11:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:21 [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-29 11:18:21 [bca.uk] INFO: Scrape type for SA61%20YWS: 0
2026-03-29 11:18:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:18:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:18:25 [bca.uk] INFO: Total items found: 100
2026-03-29 11:18:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded
2026-03-29 11:18:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:18:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: KT56%20LVF
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for KT56%20LVF: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: SH67%20GKG
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for SH67%20GKG: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: FG21%20ZGH
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for FG21%20ZGH: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: MA18%20ZVU
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for MA18%20ZVU: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: SF15%20JKM
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for SF15%20JKM: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: ST66%20HYA
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for ST66%20HYA: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: DA17%20CUO
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for DA17%20CUO: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: SB68%20WFR
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for SB68%20WFR: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: SF66%20ALZ
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for SF66%20ALZ: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: SN13%20XJC
2026-03-29 11:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:25 [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-29 11:18:25 [bca.uk] INFO: Scrape type for SN13%20XJC: 0
2026-03-29 11:18:25 [bca.uk] INFO: Found listing with ID: ST17%20GMG
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for ST17%20GMG: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: LF15%20MFX
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for LF15%20MFX: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: SM12%20MXH
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for SM12%20MXH: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: SN16%20NPE
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for SN16%20NPE: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: EN16%20HNP
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for EN16%20HNP: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: SN19%20DPH
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for SN19%20DPH: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: FH68%20SXJ
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for FH68%20SXJ: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: WF07%20TTV
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for WF07%20TTV: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: DE09%20GUC
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for DE09%20GUC: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: OV57%20VLB
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for OV57%20VLB: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: WM57%20RXB
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for WM57%20RXB: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: HT66%20UZV
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for HT66%20UZV: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YR10%20FMA
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YR10%20FMA: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: DP19%20DYH
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for DP19%20DYH: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YD66%20OCH
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YD66%20OCH: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: FN13%20WVD
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for FN13%20WVD: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: KO15%20AKX
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for KO15%20AKX: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YP10%20EOJ
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YP10%20EOJ: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: LP10%20ULA
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for LP10%20ULA: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: PN61%20OPD
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for PN61%20OPD: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: PF63%20ZKD
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for PF63%20ZKD: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: LK13%20OLA
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 11:18:26 [bca.uk] INFO: Scrape type for LK13%20OLA: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: P123%20DLG
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for P123%20DLG: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YB22%20PDK
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YB22%20PDK: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YB62%20UTR
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YB62%20UTR: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: HK16%20UGH
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for HK16%20UGH: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: BL73%20GWN
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for BL73%20GWN: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: BN10%20OCF
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for BN10%20OCF: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: FD21%20MBF
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for FD21%20MBF: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YL18%20AYE
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YL18%20AYE: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YC15%20NJN
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YC15%20NJN: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YG67%20GGY
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YG67%20GGY: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: PF69%20GRZ
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for PF69%20GRZ: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: LB13%20DCU
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for LB13%20DCU: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: SP63%20LTO
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for SP63%20LTO: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: GU70%20XTC
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for GU70%20XTC: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YB17%20TYX
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YB17%20TYX: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: YE68%20VRM
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for YE68%20VRM: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: MV10%20UAR
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for MV10%20UAR: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: GM16%20MWV
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 11:18:26 [bca.uk] INFO: Scrape type for GM16%20MWV: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: SP17%20CPX
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for SP17%20CPX: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: FP16%20KXZ
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for FP16%20KXZ: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: SE66%20ZRP
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for SE66%20ZRP: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: GK61%20OYE
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for GK61%20OYE: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: LX58%20VHC
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for LX58%20VHC: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: ML67%20TGE
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for ML67%20TGE: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: LC14%20OPL
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for LC14%20OPL: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: PK12%20LDY
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for PK12%20LDY: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: VU65%20ZVJ
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for VU65%20ZVJ: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: VK18%20EKZ
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for VK18%20EKZ: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: VT19%20YCD
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for VT19%20YCD: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: VU65%20ZWD
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for VU65%20ZWD: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: N555%20JKE
2026-03-29 11:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:26 [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-29 11:18:26 [bca.uk] INFO: Scrape type for N555%20JKE: 0
2026-03-29 11:18:26 [bca.uk] INFO: Found listing with ID: EY15%20RNU
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for EY15%20RNU: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: HT70%20HHD
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for HT70%20HHD: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LD22%20AWC
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AWC%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LD22%20AWC: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: HT21%20XPB
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520XPB%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for HT21%20XPB: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: BD21%20MHX
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for BD21%20MHX: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: BN15%20MMX
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for BN15%20MMX: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: BU70%20KNJ
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for BU70%20KNJ: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: CX19%20KCF
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520KCF%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for CX19%20KCF: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: FP58%20MGX
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP58%2520MGX%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for FP58%20MGX: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: FP67%20ZKX
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for FP67%20ZKX: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: FT63%20DVG
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520DVG%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for FT63%20DVG: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: GU12%20LSE
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for GU12%20LSE: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: VK72%20AYP
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520AYP%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for VK72%20AYP: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: RE66%20EHK
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for RE66%20EHK: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: DL73%20KSN
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KSN%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for DL73%20KSN: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: DL73%20KVH
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for DL73%20KVH: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LN24%20RRU
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LN24%20RRU: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LN24%20RRV
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRV%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LN24%20RRV: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LN24%20RRX
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRX%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LN24%20RRX: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LN24%20RVJ
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LN24%20RVJ: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LP23%20GZY
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZY%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LP23%20GZY: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: WN25%20UGV
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520UGV%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for WN25%20UGV: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: WP25%20XKT
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for WP25%20XKT: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: DS66%20WRG
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS66%2520WRG%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for DS66%20WRG: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: BA69%20NWH
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520NWH%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for BA69%20NWH: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LE08%20HOL
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE08%2520HOL%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LE08%20HOL: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: JU63%20NEW
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JU63%2520NEW%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for JU63%20NEW: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: PN66%20WWD
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WWD%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for PN66%20WWD: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LM19%20WLD
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520WLD%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LM19%20WLD: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: WT19%20YML
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520YML%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for WT19%20YML: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: RO69%20ZBU
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520ZBU%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for RO69%20ZBU: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LS70%20NSO
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520NSO%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LS70%20NSO: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LV22%20LGZ
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520LGZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LV22%20LGZ: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: MM71%20ZYA
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520ZYA%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for MM71%20ZYA: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: LO72%20FTF
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for LO72%20FTF: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: HV67%20RYZ
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for HV67%20RYZ: 0
2026-03-29 11:18:27 [bca.uk] INFO: Found listing with ID: KP71%20XXK
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520XXK%27 HTTP/1.1" 200 None
2026-03-29 11:18:27 [bca.uk] INFO: Scrape type for KP71%20XXK: 0
2026-03-29 11:18:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:18:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:18:40 [bca.uk] INFO: Total items found: 100
2026-03-29 11:18:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded
2026-03-29 11:18:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:18:40 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:40 [bca.uk] INFO: Found listing with ID: BJ68%20DCF
2026-03-29 11:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:40 [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-29 11:18:40 [bca.uk] INFO: Scrape type for BJ68%20DCF: 0
2026-03-29 11:18:40 [bca.uk] INFO: Found listing with ID: GU73%20NSJ
2026-03-29 11:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:40 [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-29 11:18:40 [bca.uk] INFO: Scrape type for GU73%20NSJ: 0
2026-03-29 11:18:40 [bca.uk] INFO: Found listing with ID: N27%20JVH
2026-03-29 11:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:40 [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-29 11:18:40 [bca.uk] INFO: Scrape type for N27%20JVH: 0
2026-03-29 11:18:40 [bca.uk] INFO: Found listing with ID: YE68%20TVF
2026-03-29 11:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:40 [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-29 11:18:40 [bca.uk] INFO: Scrape type for YE68%20TVF: 0
2026-03-29 11:18:40 [bca.uk] INFO: Found listing with ID: KW70%20WTA
2026-03-29 11:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WTA%27 HTTP/1.1" 200 None
2026-03-29 11:18:41 [bca.uk] INFO: Scrape type for KW70%20WTA: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: SR14%20LFJ
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for SR14%20LFJ: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: BK74%20ZPD
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for BK74%20ZPD: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WT25%20SWF
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WT25%20SWF: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WT25%20UFS
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WT25%20UFS: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WT25%20UFX
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WT25%20UFX: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WT25%20UHA
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WT25%20UHA: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WT25%20UHJ
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WT25%20UHJ: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: LF69%20KAA
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for LF69%20KAA: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: GL20%20CGG
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for GL20%20CGG: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: GU69%20WBK
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for GU69%20WBK: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: KM21%20BWZ
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for KM21%20BWZ: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: LV69%20JZG
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for LV69%20JZG: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: OV65%20VFK
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for OV65%20VFK: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: PK68%20GNX
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for PK68%20GNX: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: RJ17%20GXM
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for RJ17%20GXM: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: RO20%20CNN
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for RO20%20CNN: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: ST13%20JKV
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for ST13%20JKV: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WP71%20GDY
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520GDY%27 HTTP/1.1" 200 None
2026-03-29 11:18:41 [bca.uk] INFO: Scrape type for WP71%20GDY: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: YH18%20TNP
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for YH18%20TNP: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: YJ66%20ZUD
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for YJ66%20ZUD: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WG69%20UDN
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WG69%20UDN: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: DS24%20SEO
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for DS24%20SEO: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WM71%20JXY
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WM71%20JXY: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WR23%20PBO
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WR23%20PBO: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WA69%20KKG
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WA69%20KKG: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WO67%20LZC
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WO67%20LZC: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: VA22%20FNN
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for VA22%20FNN: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: PL72%20WSF
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for PL72%20WSF: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: HJ71%20VMK
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for HJ71%20VMK: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: RK68%20CCO
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for RK68%20CCO: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: SN71%20GZA
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for SN71%20GZA: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WV67%20WGA
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WV67%20WGA: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: L19%20WTE
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for L19%20WTE: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: RV23%20KUR
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for RV23%20KUR: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: PJ73%20WEV
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for PJ73%20WEV: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: J608%20NKO
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for J608%20NKO: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WO75%20BZU
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WO75%20BZU: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: OE17%20OCV
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for OE17%20OCV: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: KD23%20GZP
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for KD23%20GZP: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: HX20%20OJJ
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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-29 11:18:41 [bca.uk] INFO: Scrape type for HX20%20OJJ: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: LA70%20HDN
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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-29 11:18:41 [bca.uk] INFO: Scrape type for LA70%20HDN: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: MF64%20KUH
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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-29 11:18:41 [bca.uk] INFO: Scrape type for MF64%20KUH: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WN24%20ZYL
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WN24%20ZYL: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WN75%20SZR
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 11:18:41 [bca.uk] INFO: Scrape type for WN75%20SZR: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: WV73%20ZPP
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for WV73%20ZPP: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: KT68%20XTO
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for KT68%20XTO: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: LX17%20VND
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for LX17%20VND: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: NJ18%20PNY
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520PNY%27 HTTP/1.1" 200 None
2026-03-29 11:18:41 [bca.uk] INFO: Scrape type for NJ18%20PNY: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: SA66%20XTT
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for SA66%20XTT: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: LN67%20KPL
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for LN67%20KPL: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: DP70%20XYZ
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for DP70%20XYZ: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: ET21%20MWE
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for ET21%20MWE: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: LT17%20KPV
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for LT17%20KPV: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: FR19%20LDN
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for FR19%20LDN: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: KT67%20TNX
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for KT67%20TNX: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: OE66%20ONK
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for OE66%20ONK: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: MC16%20ULH
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for MC16%20ULH: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: BJ18%20ANF
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for BJ18%20ANF: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: HV67%20XJD
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:41 [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-29 11:18:41 [bca.uk] INFO: Scrape type for HV67%20XJD: 0
2026-03-29 11:18:41 [bca.uk] INFO: Found listing with ID: RO17%20JZC
2026-03-29 11:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for RO17%20JZC: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: BT18%20PZB
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for BT18%20PZB: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: DA66%20VHZ
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for DA66%20VHZ: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: ET66%20EHE
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for ET66%20EHE: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: OY67%20SZD
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520SZD%27 HTTP/1.1" 200 None
2026-03-29 11:18:42 [bca.uk] INFO: Scrape type for OY67%20SZD: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: SN16%20YVU
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for SN16%20YVU: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: VK67%20AYX
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for VK67%20AYX: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: KF19%20TMU
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for KF19%20TMU: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: ND66%20XBT
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for ND66%20XBT: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: SP67%20XLT
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for SP67%20XLT: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: AK16%20PDY
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for AK16%20PDY: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: AV17%20XDO
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for AV17%20XDO: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: AX19%20PZO
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for AX19%20PZO: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: FD20%20POA
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for FD20%20POA: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: NX68%20GDO
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for NX68%20GDO: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: YG68%20VCW
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for YG68%20VCW: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: KU16%20MKX
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for KU16%20MKX: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: OE18%20KSZ
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for OE18%20KSZ: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: PGZ%202810
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for PGZ%202810: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: OY21%20UFL
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for OY21%20UFL: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: SH69%20GUA
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for SH69%20GUA: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: DG66%20AUN
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for DG66%20AUN: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: LO68%20ZYL
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for LO68%20ZYL: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: SH68%20GWJ
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for SH68%20GWJ: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: EJ67%20JKZ
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for EJ67%20JKZ: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: HJ68%20FZS
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for HJ68%20FZS: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: KX18%20JBV
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for KX18%20JBV: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: PK19%20ZLZ
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for PK19%20ZLZ: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: PX68%20XXB
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for PX68%20XXB: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: EF21%20VVB
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for EF21%20VVB: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: SO71%20DRZ
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for SO71%20DRZ: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: LA67%20AZJ
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for LA67%20AZJ: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: NX17%20YNN
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for NX17%20YNN: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: EX68%20EYK
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [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-29 11:18:42 [bca.uk] INFO: Scrape type for EX68%20EYK: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: LT22%20HZA
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18: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%2520HZA%27 HTTP/1.1" 200 None
2026-03-29 11:18:42 [bca.uk] INFO: Scrape type for LT22%20HZA: 0
2026-03-29 11:18:42 [bca.uk] INFO: Found listing with ID: OE70%20KBX
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520KBX%27 HTTP/1.1" 200 None
2026-03-29 11:18:42 [bca.uk] INFO: Scrape type for OE70%20KBX: 0
2026-03-29 11:18:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:18:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:18:55 [bca.uk] INFO: Total items found: 100
2026-03-29 11:18:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded
2026-03-29 11:18:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:18:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: YS70%20VRU
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520VRU%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for YS70%20VRU: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: BV20%20XBO
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520XBO%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for BV20%20XBO: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: CT17%20CXK
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT17%2520CXK%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for CT17%20CXK: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: RJ67%20CWL
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520CWL%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for RJ67%20CWL: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: WM67%20YVJ
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520YVJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for WM67%20YVJ: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: YO69%20JZX
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO69%2520JZX%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for YO69%20JZX: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: BF68%20NXT
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520NXT%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for BF68%20NXT: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: KR66%20HEV
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for KR66%20HEV: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: SR18%20HAA
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR18%2520HAA%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for SR18%20HAA: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: VN71%20GUX
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520GUX%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for VN71%20GUX: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: KF17%20CZB
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520CZB%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for KF17%20CZB: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: KP17%20OAH
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP17%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for KP17%20OAH: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: LG68%20OWJ
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520OWJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for LG68%20OWJ: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: ML69%20XDA
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520XDA%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for ML69%20XDA: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: SN68%20WLV
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN68%2520WLV%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for SN68%20WLV: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: YG68%20DTD
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520DTD%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for YG68%20DTD: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: YK69%20KNP
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520KNP%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for YK69%20KNP: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: A9%20VVA
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A9%2520VVA%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for A9%20VVA: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: HN67%20HBZ
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HBZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for HN67%20HBZ: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: LC69%20HNB
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520HNB%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for LC69%20HNB: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: NX69%20KTD
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520KTD%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for NX69%20KTD: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: GV68%20UWS
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520UWS%27 HTTP/1.1" 200 None
2026-03-29 11:18:55 [bca.uk] INFO: Scrape type for GV68%20UWS: 0
2026-03-29 11:18:55 [bca.uk] INFO: Found listing with ID: K23%20DNJ
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K23%2520DNJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for K23%20DNJ: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: KM17%20YJE
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for KM17%20YJE: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: MT17%20JKE
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520JKE%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for MT17%20JKE: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: PY16%20OZA
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520OZA%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for PY16%20OZA: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: KS18%20YWN
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS18%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for KS18%20YWN: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: FG18%20HGX
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520HGX%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for FG18%20HGX: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: ND68%20VPG
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for ND68%20VPG: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: OE68%20KBN
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520KBN%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for OE68%20KBN: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: RX21%20HYT
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for RX21%20HYT: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: WA69%20VKC
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520VKC%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for WA69%20VKC: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: WG17%20MFZ
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520MFZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for WG17%20MFZ: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: FG19%20OYC
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520OYC%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for FG19%20OYC: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: RK17%20PLX
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520PLX%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for RK17%20PLX: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: YC68%20ADH
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520ADH%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for YC68%20ADH: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: EU18%20OZB
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for EU18%20OZB: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: FD70%20JZT
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for FD70%20JZT: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: GU17%20SDY
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for GU17%20SDY: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: GX17%20LVB
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for GX17%20LVB: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: VN67%20LSE
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for VN67%20LSE: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: WM17%20XTH
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for WM17%20XTH: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: YB19%20POM
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520POM%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for YB19%20POM: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: FP10%20ONE
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520ONE%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for FP10%20ONE: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: LO70%20WRN
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520WRN%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for LO70%20WRN: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: HG18%20GLJ
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520GLJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for HG18%20GLJ: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: BN69%20HDG
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HDG%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for BN69%20HDG: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: KJ19%20YKA
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520YKA%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for KJ19%20YKA: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: WD68%20MFP
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD68%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for WD68%20MFP: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: LM21%20NVC
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for LM21%20NVC: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: VO67%20XWL
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for VO67%20XWL: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: DS21%20KRV
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520KRV%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for DS21%20KRV: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: CP16%20HPU
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP16%2520HPU%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for CP16%20HPU: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: FL67%20WXM
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for FL67%20WXM: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: BV67%20UDJ
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520UDJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for BV67%20UDJ: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: MT20%20CHN
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for MT20%20CHN: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: MV67%20OMT
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520OMT%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for MV67%20OMT: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: YH18%20YUY
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520YUY%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for YH18%20YUY: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: DP67%20AVV
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520AVV%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for DP67%20AVV: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: GK18%20TVW
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK18%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for GK18%20TVW: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: LP19%20HDX
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520HDX%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for LP19%20HDX: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: OU19%20SUV
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520SUV%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for OU19%20SUV: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: FY21%20LHR
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY21%2520LHR%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for FY21%20LHR: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: LL17%20FEX
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520FEX%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for LL17%20FEX: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: YK19%20VJA
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 11:18:56 [bca.uk] INFO: Scrape type for YK19%20VJA: 0
2026-03-29 11:18:56 [bca.uk] INFO: Found listing with ID: EK19%20YVS
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520YVS%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for EK19%20YVS: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: EU68%20VXN
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520VXN%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for EU68%20VXN: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: BV67%20ZJY
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520ZJY%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for BV67%20ZJY: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: MA19%20ZXM
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA19%2520ZXM%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for MA19%20ZXM: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: YY67%20LLJ
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY67%2520LLJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for YY67%20LLJ: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: KN71%20EZW
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520EZW%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for KN71%20EZW: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WM68%20UCG
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WM68%20UCG: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: LJ73%20PHC
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520PHC%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for LJ73%20PHC: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: KR71%20ZFN
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520ZFN%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for KR71%20ZFN: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: DS16%20DSX
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520DSX%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for DS16%20DSX: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: YY66%20KXD
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520KXD%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for YY66%20KXD: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WU67%20EYO
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU67%2520EYO%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WU67%20EYO: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WO24%20NGV
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NGV%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WO24%20NGV: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WV24%20YBE
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WV24%20YBE: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WO24%20NKP
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NKP%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WO24%20NKP: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WM24%20DLV
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM24%2520DLV%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WM24%20DLV: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WR75%20VSD
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520VSD%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WR75%20VSD: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: LO67%20PYG
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO67%2520PYG%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for LO67%20PYG: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WN75%20AZD
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZD%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WN75%20AZD: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WN25%20TKJ
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TKJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WN25%20TKJ: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: EX14%20RVP
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for EX14%20RVP: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: FY15%20CKV
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for FY15%20CKV: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WV75%20TUH
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TUH%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WV75%20TUH: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WN75%20TGE
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGE%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WN75%20TGE: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: BT66%20ZFG
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for BT66%20ZFG: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: BG65%20KWH
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520KWH%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for BG65%20KWH: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WV23%20XMZ
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XMZ%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WV23%20XMZ: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WN75%20GBY
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GBY%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WN75%20GBY: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: WN25%20HKJ
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520HKJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for WN25%20HKJ: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: HN74%20OVS
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OVS%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for HN74%20OVS: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: EU73%20MMK
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520MMK%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for EU73%20MMK: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: GY19%20WHW
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for GY19%20WHW: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: HN72%20EEU
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520EEU%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for HN72%20EEU: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: FN11%20OHJ
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for FN11%20OHJ: 0
2026-03-29 11:18:57 [bca.uk] INFO: Found listing with ID: FN17%20FDM
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 11:18:57 [bca.uk] INFO: Scrape type for FN17%20FDM: 0
2026-03-29 11:18:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:18:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:03 [bca.uk] INFO: Total items found: 100
2026-03-29 11:19:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded
2026-03-29 11:19:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: GU20%20KOJ
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520KOJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for GU20%20KOJ: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: LN63%20UUK
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN63%2520UUK%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for LN63%20UUK: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: YC16%20UWB
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for YC16%20UWB: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: YPDY03354
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YPDY03354%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for YPDY03354: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: MC1242474
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC1242474%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for MC1242474: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: BX19%20WYL
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for BX19%20WYL: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VF18%20AUL
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF18%2520AUL%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VF18%20AUL: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: RX13%20VTO
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX13%2520VTO%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for RX13%20VTO: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: GK64%20YBE
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for GK64%20YBE: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: BD20%20HWA
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520HWA%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for BD20%20HWA: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: KY64%20OLK
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for KY64%20OLK: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: KU67%20UDL
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520UDL%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for KU67%20UDL: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: GY67%20ZBR
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520ZBR%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for GY67%20ZBR: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: GL22%20ONW
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL22%2520ONW%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for GL22%20ONW: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: GK63%20YPD
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520YPD%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for GK63%20YPD: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: GF21%20KPX
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520KPX%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for GF21%20KPX: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: EK69%20OJC
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520OJC%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for EK69%20OJC: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: PN16%20UWR
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520UWR%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for PN16%20UWR: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: LG64%20KLL
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520KLL%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for LG64%20KLL: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: LS63%20RGO
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS63%2520RGO%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for LS63%20RGO: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: LV16%20JVF
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for LV16%20JVF: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: MA62%20CKO
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520CKO%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for MA62%20CKO: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: MT62%20HND
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520HND%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for MT62%20HND: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: MW13%20ABU
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520ABU%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for MW13%20ABU: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: ND21%20YOF
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for ND21%20YOF: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: OE74%20FUG
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520FUG%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for OE74%20FUG: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: OY69%20OMO
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520OMO%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for OY69%20OMO: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: PE14%20YWH
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520YWH%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for PE14%20YWH: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: PF66%20EAM
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520EAM%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for PF66%20EAM: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: PN67%20XGM
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520XGM%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for PN67%20XGM: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: PX67%20ZSU
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX67%2520ZSU%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for PX67%20ZSU: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: RJ66%20VZR
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ66%2520VZR%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for RJ66%20VZR: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: RX54%20WJE
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX54%2520WJE%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for RX54%20WJE: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: SV68%20HRJ
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520HRJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for SV68%20HRJ: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VE66%20ZPC
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE66%2520ZPC%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VE66%20ZPC: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VK18%20AEP
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VK18%20AEP: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VK19%20FNS
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520FNS%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VK19%20FNS: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VK67%20BYF
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520BYF%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VK67%20BYF: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VK67%20HTY
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520HTY%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VK67%20HTY: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VN19%20JWG
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520JWG%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VN19%20JWG: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VO66%20LFY
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 11:19:03 [bca.uk] INFO: Scrape type for VO66%20LFY: 0
2026-03-29 11:19:03 [bca.uk] INFO: Found listing with ID: VO70%20VOU
2026-03-29 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for VO70%20VOU: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: VX71%20CYA
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for VX71%20CYA: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: WP18%20NGU
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for WP18%20NGU: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YE19%20YTF
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YE19%20YTF: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YF17%20ABZ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF17%2520ABZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YF17%20ABZ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YG20%20ZZT
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520ZZT%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YG20%20ZZT: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YH62%20KLP
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YH62%20KLP: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YK16%20OLA
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YK16%20OLA: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YX18%20OEH
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YX18%20OEH: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: AU67%20ZMZ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU67%2520ZMZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for AU67%20ZMZ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: BG63%20EOM
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG63%2520EOM%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for BG63%20EOM: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: BJ72%20AEB
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520AEB%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for BJ72%20AEB: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: BV18%20ZNA
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZNA%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for BV18%20ZNA: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: BV73%20XSL
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV73%2520XSL%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for BV73%20XSL: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: CF16%20NXL
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for CF16%20NXL: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: DF16%20VHJ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520VHJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for DF16%20VHJ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: DL18%20OTR
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for DL18%20OTR: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: FL15%20OFK
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520OFK%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for FL15%20OFK: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: FL66%20FRU
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520FRU%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for FL66%20FRU: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: FM17%20GYU
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520GYU%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for FM17%20GYU: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: FT17%20CYW
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520CYW%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for FT17%20CYW: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: FV17%20BEY
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520BEY%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for FV17%20BEY: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: FV61%20VCK
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520VCK%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for FV61%20VCK: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: FV65%20HVW
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520HVW%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for FV65%20HVW: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: GJ17%20ZWP
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for GJ17%20ZWP: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: HK68%20VMM
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520VMM%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for HK68%20VMM: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: KL19%20CLJ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL19%2520CLJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for KL19%20CLJ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: KV20%20XHJ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520XHJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for KV20%20XHJ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: KV65%20WGM
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520WGM%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for KV65%20WGM: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: KX67%20OKP
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX67%2520OKP%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for KX67%20OKP: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: ML11%20BDF
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520BDF%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for ML11%20BDF: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: AJ71%20TNO
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520TNO%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for AJ71%20TNO: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: LD23%20MXG
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for LD23%20MXG: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: AF22%20ZPK
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520ZPK%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for AF22%20ZPK: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: LB73%20GJZ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB73%2520GJZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for LB73%20GJZ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: Y777%20TTS
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y777%2520TTS%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for Y777%20TTS: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: ML68%20AMK
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for ML68%20AMK: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: AY14%20NHT
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY14%2520NHT%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for AY14%20NHT: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: DU58%20GWM
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU58%2520GWM%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for DU58%20GWM: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YB09%20YDY
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB09%2520YDY%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YB09%20YDY: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: OY62%20XSC
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520XSC%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for OY62%20XSC: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: EA67%20HVH
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520HVH%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for EA67%20HVH: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: BN64%20YAW
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520YAW%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for BN64%20YAW: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: PF60%20CLY
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF60%2520CLY%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for PF60%20CLY: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: MV15%20MWW
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV15%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for MV15%20MWW: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: RE68%20XKH
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520XKH%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for RE68%20XKH: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: BL64%20OCA
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for BL64%20OCA: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: RA16%20AZG
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for RA16%20AZG: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: AK61%20KFU
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK61%2520KFU%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for AK61%20KFU: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: SH61%20BHK
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520BHK%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for SH61%20BHK: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: YC10%20YGA
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520YGA%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for YC10%20YGA: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: DN59%20RGY
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN59%2520RGY%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for DN59%20RGY: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: SM64%20NZH
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520NZH%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for SM64%20NZH: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: DL66%20HEJ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520HEJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for DL66%20HEJ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: VA64%20MUV
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for VA64%20MUV: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: NA67%20EOF
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA67%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for NA67%20EOF: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: BK72%20PXC
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520PXC%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for BK72%20PXC: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: AF22%20TLZ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520TLZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for AF22%20TLZ: 0
2026-03-29 11:19:04 [bca.uk] INFO: Found listing with ID: SJ21%20DFZ
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:04 [bca.uk] INFO: Scrape type for SJ21%20DFZ: 0
2026-03-29 11:19:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:10 [scrapy.extensions.logstats] INFO: Crawled 218 pages (at 5 pages/min), scraped 358 items (at 0 items/min)
2026-03-29 11:19:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-29 11:19:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:16 [bca.uk] INFO: Total items found: 100
2026-03-29 11:19:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded
2026-03-29 11:19:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: LB18%20VTG
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for LB18%20VTG: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: AJ74%20GMG
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for AJ74%20GMG: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: AE66%20MFO
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for AE66%20MFO: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: AJ18%20OFN
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for AJ18%20OFN: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: AF19%20KFX
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for AF19%20KFX: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: YF18%20AZL
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for YF18%20AZL: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: LF23%20SPM
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520SPM%27 HTTP/1.1" 200 None
2026-03-29 11:19:16 [bca.uk] INFO: Scrape type for LF23%20SPM: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: BG69%20BVF
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for BG69%20BVF: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: DK16%20OSM
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520OSM%27 HTTP/1.1" 200 None
2026-03-29 11:19:16 [bca.uk] INFO: Scrape type for DK16%20OSM: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: LG23%20YLR
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YLR%27 HTTP/1.1" 200 None
2026-03-29 11:19:16 [bca.uk] INFO: Scrape type for LG23%20YLR: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: CN67%20UVV
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for CN67%20UVV: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: LG20%20YMJ
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for LG20%20YMJ: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: DG18%20ZBP
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for DG18%20ZBP: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: BH19%20VDA
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for BH19%20VDA: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: VE73%20NKG
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for VE73%20NKG: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: FY26%20VDK
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for FY26%20VDK: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: EJ08%20CHN
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for EJ08%20CHN: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: PO19%20ZRL
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for PO19%20ZRL: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: KS15%20GCO
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for KS15%20GCO: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: KY09%20LBG
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for KY09%20LBG: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: FD22%20JVR
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for FD22%20JVR: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: SV21%20OGE
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for SV21%20OGE: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: BK72%20UOJ
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for BK72%20UOJ: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: X154%20YAK
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for X154%20YAK: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: OV74%20EUZ
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:16 [bca.uk] INFO: Scrape type for OV74%20EUZ: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: MF25%20XLB
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for MF25%20XLB: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: OY75%20UCW
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for OY75%20UCW: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: MA23%20UZO
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for MA23%20UZO: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: OY20%20UVA
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520UVA%27 HTTP/1.1" 200 None
2026-03-29 11:19:16 [bca.uk] INFO: Scrape type for OY20%20UVA: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: MM69%20OCA
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for MM69%20OCA: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: BU22%20YRT
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for BU22%20YRT: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: LR71%20OXM
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for LR71%20OXM: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: WA17%20VHW
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for WA17%20VHW: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: YH23%20RSY
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for YH23%20RSY: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: CGZ%202547
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for CGZ%202547: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: EF63%20JBE
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for EF63%20JBE: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: RF63%20FCY
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for RF63%20FCY: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: RJ04%20ODU
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for RJ04%20ODU: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: CE17%20ZGG
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for CE17%20ZGG: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: YA16%20GDK
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for YA16%20GDK: 0
2026-03-29 11:19:16 [bca.uk] INFO: Found listing with ID: VO69%20HUK
2026-03-29 11:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:16 [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-29 11:19:16 [bca.uk] INFO: Scrape type for VO69%20HUK: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: DG22%20XCA
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XCA%27 HTTP/1.1" 200 None
2026-03-29 11:19:17 [bca.uk] INFO: Scrape type for DG22%20XCA: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: AK22%20FXF
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for AK22%20FXF: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: VE21%20BRF
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for VE21%20BRF: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: GJ24%20UFX
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for GJ24%20UFX: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: BK22%20WBT
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 11:19:17 [bca.uk] INFO: Scrape type for BK22%20WBT: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: SD69%20UCR
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for SD69%20UCR: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: FG74%20KDZ
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for FG74%20KDZ: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: YS22%20GKA
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for YS22%20GKA: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: NU21%20LXK
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 11:19:17 [bca.uk] INFO: Scrape type for NU21%20LXK: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LL22%20FNE
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for LL22%20FNE: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: DY20%20PZH
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for DY20%20PZH: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: YK70%20ZSP
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for YK70%20ZSP: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: RF68%20KPP
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for RF68%20KPP: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: GV72%20FCO
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for GV72%20FCO: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LF68%20UJS
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for LF68%20UJS: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: HK23%20EZB
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for HK23%20EZB: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LT23%20EHJ
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for LT23%20EHJ: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LA23%20HSG
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for LA23%20HSG: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LA22%20VMR
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 11:19:17 [bca.uk] INFO: Scrape type for LA22%20VMR: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: FE22%20URW
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for FE22%20URW: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: DP73%20YRF
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for DP73%20YRF: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LF23%20GTW
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [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-29 11:19:17 [bca.uk] INFO: Scrape type for LF23%20GTW: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LD23%20THN
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520THN%27 HTTP/1.1" 200 None
2026-03-29 11:19:17 [bca.uk] INFO: Scrape type for LD23%20THN: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: LD23%20RYF
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520RYF%27 HTTP/1.1" 200 None
2026-03-29 11:19:17 [bca.uk] INFO: Scrape type for LD23%20RYF: 0
2026-03-29 11:19:17 [bca.uk] INFO: Found listing with ID: DY73%20HZB
2026-03-29 11:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for DY73%20HZB: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: DT23%20UYJ
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for DT23%20UYJ: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: SA17%20CNK
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for SA17%20CNK: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: SB68%20NNT
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for SB68%20NNT: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: YL19%20XAC
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for YL19%20XAC: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: KX19%20WAO
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for KX19%20WAO: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: DV68%20SXT
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for DV68%20SXT: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: HY68%20NBM
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for HY68%20NBM: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: DX23%20TRZ
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for DX23%20TRZ: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: GD23%20TVP
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for GD23%20TVP: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: KP68%20UZX
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for KP68%20UZX: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: FE23%20WWJ
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for FE23%20WWJ: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: SG23%20PCX
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for SG23%20PCX: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: SL22%20FZN
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FZN%27 HTTP/1.1" 200 None
2026-03-29 11:19:18 [bca.uk] INFO: Scrape type for SL22%20FZN: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: DT69%20XNC
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for DT69%20XNC: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: RX23%20KBY
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for RX23%20KBY: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: SE19%20DHC
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for SE19%20DHC: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: SN20%20WGJ
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for SN20%20WGJ: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: RF22%20TJU
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for RF22%20TJU: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: DK72%20MGO
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for DK72%20MGO: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: RY73%20PHF
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for RY73%20PHF: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: YF68%20TOA
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for YF68%20TOA: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: LF18%20KPE
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for LF18%20KPE: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: VO18%20XCJ
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for VO18%20XCJ: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: GF71%20RYH
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for GF71%20RYH: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: AX19%20RXA
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for AX19%20RXA: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: DL73%20OXJ
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520OXJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:18 [bca.uk] INFO: Scrape type for DL73%20OXJ: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: LS60%20FTN
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for LS60%20FTN: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: M666%20MOG
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for M666%20MOG: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: WO72%20OTD
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for WO72%20OTD: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: SW62%20CWT
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for SW62%20CWT: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: WK14%20XXV
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for WK14%20XXV: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: FV15%20ZYO
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for FV15%20ZYO: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: CLZ%20987
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for CLZ%20987: 0
2026-03-29 11:19:18 [bca.uk] INFO: Found listing with ID: LD61%20KWR
2026-03-29 11:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:18 [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-29 11:19:18 [bca.uk] INFO: Scrape type for LD61%20KWR: 0
2026-03-29 11:19:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:20 [bca.uk] INFO: Total items found: 100
2026-03-29 11:19:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded
2026-03-29 11:19:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: YH21%20LPO
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for YH21%20LPO: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: SH22%20LHV
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for SH22%20LHV: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: PN24%20UFH
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for PN24%20UFH: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: NL23%20KYC
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for NL23%20KYC: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: MA23%20DHG
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for MA23%20DHG: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: LS72%20YXL
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for LS72%20YXL: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: LS72%20YXG
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for LS72%20YXG: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: LO72%20ACF
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for LO72%20ACF: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: GF15%20ZYM
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for GF15%20ZYM: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: FL23%20AOF
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for FL23%20AOF: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: DC73%20XAR
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for DC73%20XAR: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: RK68%20HRC
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for RK68%20HRC: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: MK21%20TKU
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for MK21%20TKU: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: LS72%20XFB
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for LS72%20XFB: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: PV19%20SXW
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for PV19%20SXW: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: LP72%20NVL
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for LP72%20NVL: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: PN20%20HZM
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for PN20%20HZM: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: LF72%20XGZ
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for LF72%20XGZ: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: GU24%20WHF
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for GU24%20WHF: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: FG22%20FDM
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for FG22%20FDM: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: FE22%20ZKM
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for FE22%20ZKM: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: FE22%20ZKB
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for FE22%20ZKB: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: FE22%20ZDH
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for FE22%20ZDH: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: FE22%20ZDG
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for FE22%20ZDG: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: EA72%20XMD
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for EA72%20XMD: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: LF17%20HUH
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 11:19:20 [bca.uk] INFO: Scrape type for LF17%20HUH: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: CF72%20XKA
2026-03-29 11:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:20 [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-29 11:19:20 [bca.uk] INFO: Scrape type for CF72%20XKA: 0
2026-03-29 11:19:20 [bca.uk] INFO: Found listing with ID: WA16%20DXM
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for WA16%20DXM: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BG73%20MWY
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for BG73%20MWY: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: AO72%20ZCX
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for AO72%20ZCX: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: AJ72%20OSW
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for AJ72%20OSW: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: AF23%20BXW
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for AF23%20BXW: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: DT68%20KJY
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for DT68%20KJY: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: KM66%20WVP
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520WVP%27 HTTP/1.1" 200 None
2026-03-29 11:19:21 [bca.uk] INFO: Scrape type for KM66%20WVP: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: GL16%20XBT
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for GL16%20XBT: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: YN69%20ZKX
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for YN69%20ZKX: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: VE70%20OAW
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for VE70%20OAW: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: LE23%20GHF
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for LE23%20GHF: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BT25%20KMY
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for BT25%20KMY: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BW25%20HZB
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for BW25%20HZB: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: CX21%20WDC
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for CX21%20WDC: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: DS17%20YLA
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for DS17%20YLA: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: SN65%20HPB
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for SN65%20HPB: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WM17%20XRD
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for WM17%20XRD: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: MW74%20VTE
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for MW74%20VTE: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: LG20%20FYR
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for LG20%20FYR: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BF16%20ZYN
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for BF16%20ZYN: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: SD72%20MDZ
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for SD72%20MDZ: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WO72%20JYX
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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-29 11:19:21 [bca.uk] INFO: Scrape type for WO72%20JYX: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: ME73%20DVC
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for ME73%20DVC: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: YP72%20JHJ
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for YP72%20JHJ: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: DK65%20UKV
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for DK65%20UKV: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: PY16%20UKT
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520UKT%27 HTTP/1.1" 200 None
2026-03-29 11:19:21 [bca.uk] INFO: Scrape type for PY16%20UKT: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: SE63%20BOV
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for SE63%20BOV: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: SH67%20OEY
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for SH67%20OEY: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: GK16%20VXP
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for GK16%20VXP: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: KU16%20LSJ
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for KU16%20LSJ: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: ML66%20PCO
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for ML66%20PCO: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: YH12%20UTA
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for YH12%20UTA: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: SJ70%20WZR
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for SJ70%20WZR: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: LL17%20PGF
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for LL17%20PGF: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: AJ15%20URR
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for AJ15%20URR: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BJ70%20LWK
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for BJ70%20LWK: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: YR17%20KCE
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for YR17%20KCE: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BT62%20CNA
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for BT62%20CNA: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: AF14%20FOA
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for AF14%20FOA: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BC18%20EJO
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for BC18%20EJO: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: DG64%20SUY
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for DG64%20SUY: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: DK63%20YUC
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520YUC%27 HTTP/1.1" 200 None
2026-03-29 11:19:21 [bca.uk] INFO: Scrape type for DK63%20YUC: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: KN15%20JAU
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for KN15%20JAU: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: KU13%20XXY
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for KU13%20XXY: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WN75%20AZV
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for WN75%20AZV: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: FH25%20ZGA
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for FH25%20ZGA: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WV24%20YAO
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for WV24%20YAO: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WO24%20NHH
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for WO24%20NHH: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WN24%20ZRF
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZRF%27 HTTP/1.1" 200 None
2026-03-29 11:19:21 [bca.uk] INFO: Scrape type for WN24%20ZRF: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: DA24%20XFE
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520XFE%27 HTTP/1.1" 200 None
2026-03-29 11:19:21 [bca.uk] INFO: Scrape type for DA24%20XFE: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: YN25%20NBO
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for YN25%20NBO: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WR73%20NUC
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for WR73%20NUC: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: BV75%20ONR
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for BV75%20ONR: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: FG72%20LUZ
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for FG72%20LUZ: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WP24%20EBU
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for WP24%20EBU: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WN73%20DJO
2026-03-29 11:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:21 [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-29 11:19:21 [bca.uk] INFO: Scrape type for WN73%20DJO: 0
2026-03-29 11:19:21 [bca.uk] INFO: Found listing with ID: WN75%20TGO
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGO%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for WN75%20TGO: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: WR75%20UPE
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UPE%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for WR75%20UPE: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: WN75%20CWF
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CWF%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for WN75%20CWF: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: WN75%20GVO
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GVO%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for WN75%20GVO: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: HV74%20XZL
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520XZL%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for HV74%20XZL: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: HV24%20MXB
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520MXB%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for HV24%20MXB: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: WN75%20AZT
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for WN75%20AZT: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: WV75%20TVX
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TVX%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for WV75%20TVX: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: YGZ%202961
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25202961%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for YGZ%202961: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: VO70%20HMG
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for VO70%20HMG: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: SY72%20UYF
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for SY72%20UYF: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: PK23%20EKM
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520EKM%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for PK23%20EKM: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: NA23%20MTZ
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520MTZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for NA23%20MTZ: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: LT74%20PVV
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520PVV%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for LT74%20PVV: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: DG72%20VTM
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520VTM%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for DG72%20VTM: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: BF74%20XYK
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF74%2520XYK%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for BF74%20XYK: 0
2026-03-29 11:19:22 [bca.uk] INFO: Found listing with ID: YC25%20EKK
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 11:19:22 [bca.uk] INFO: Scrape type for YC25%20EKK: 0
2026-03-29 11:19:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:24 [bca.uk] INFO: Total items found: 100
2026-03-29 11:19:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded
2026-03-29 11:19:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YC25%20OMX
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMX%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YC25%20OMX: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YG74%20OHZ
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YG74%20OHZ: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YB25%20FHF
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520FHF%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YB25%20FHF: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YC25%20WFR
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YC25%20WFR: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YC25%20OGS
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OGS%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YC25%20OGS: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YB25%20PGX
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520PGX%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YB25%20PGX: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YC25%20OMF
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMF%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YC25%20OMF: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YG74%20OTR
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YG74%20OTR: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YG74%20OCH
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YG74%20OCH: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YG74%20OCF
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YG74%20OCF: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YC25%20VKT
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VKT%27 HTTP/1.1" 200 None
2026-03-29 11:19:24 [bca.uk] INFO: Scrape type for YC25%20VKT: 0
2026-03-29 11:19:24 [bca.uk] INFO: Found listing with ID: YG74%20OHX
2026-03-29 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for YG74%20OHX: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: YG74%20OSO
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for YG74%20OSO: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: EF69%20RXB
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for EF69%20RXB: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: DU67%20GCO
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for DU67%20GCO: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: FL70%20WVT
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520WVT%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for FL70%20WVT: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: GM22%20AVJ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for GM22%20AVJ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LG66%20XRN
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520XRN%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for LG66%20XRN: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LJ67%20XFS
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LJ67%20XFS: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LN64%20FAM
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LN64%20FAM: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: NG13%20HBL
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for NG13%20HBL: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: RE15%20AUY
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for RE15%20AUY: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: RF13%20JJO
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for RF13%20JJO: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: RO17%20XFT
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for RO17%20XFT: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: SB67%20TOU
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for SB67%20TOU: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: AE18%20NYH
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for AE18%20NYH: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: CP18%20JVC
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for CP18%20JVC: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LH16%20CGY
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LH16%20CGY: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: MA17%20HXJ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for MA17%20HXJ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: NX68%20WTA
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for NX68%20WTA: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: SS16%20MFY
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for SS16%20MFY: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: VN18%20NPO
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520NPO%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for VN18%20NPO: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: CV11%20YVH
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for CV11%20YVH: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LO64%20UBA
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LO64%20UBA: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: OE16%20HTK
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for OE16%20HTK: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: FE69%20YPM
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for FE69%20YPM: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: JO54%20JAV
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for JO54%20JAV: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: BF16%20HHD
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for BF16%20HHD: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: ESZ%201074
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for ESZ%201074: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: SM15%20HEJ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for SM15%20HEJ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: DL73%20UHJ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for DL73%20UHJ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: KE23%20LXF
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXF%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for KE23%20LXF: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: KE23%20LXW
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXW%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for KE23%20LXW: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LL74%20DKX
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKX%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for LL74%20DKX: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LN24%20PWJ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for LN24%20PWJ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LN24%20RFY
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RFY%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for LN24%20RFY: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: NX73%20LLP
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for NX73%20LLP: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LO64%20HBF
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LO64%20HBF: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: ND17%20NVA
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for ND17%20NVA: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: WR13%20EHG
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for WR13%20EHG: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: WN14%20EBU
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for WN14%20EBU: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: SH18%20WLW
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for SH18%20WLW: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: OV66%20YYM
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for OV66%20YYM: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: DX67%20XUG
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for DX67%20XUG: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: BW75%20HDZ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for BW75%20HDZ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: EJ68%20YPE
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for EJ68%20YPE: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: R600%20AVS
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for R600%20AVS: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: YE64%20URJ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for YE64%20URJ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: RV64%20WWA
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for RV64%20WWA: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LP12%20FVC
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LP12%20FVC: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: GX20%20OJZ
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for GX20%20OJZ: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: FD70%20JXG
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for FD70%20JXG: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: BN66%20BKE
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for BN66%20BKE: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LP69%20MTU
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LP69%20MTU: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LM73%20VLU
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for LM73%20VLU: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LL74%20DYB
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DYB%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for LL74%20DYB: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: KF73%20BXX
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for KF73%20BXX: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LL74%20EYG
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520EYG%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for LL74%20EYG: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: LN24%20TYH
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 11:19:25 [bca.uk] INFO: Scrape type for LN24%20TYH: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: WP70%20MGV
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for WP70%20MGV: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: VE14%20TGV
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for VE14%20TGV: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: NX17%20UKL
2026-03-29 11:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:25 [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-29 11:19:25 [bca.uk] INFO: Scrape type for NX17%20UKL: 0
2026-03-29 11:19:25 [bca.uk] INFO: Found listing with ID: NX14%20VHG
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for NX14%20VHG: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: NX14%20KNO
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for NX14%20KNO: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: SK70%20YDJ
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for SK70%20YDJ: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: DN19%20GWZ
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for DN19%20GWZ: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: FY24%20WNN
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for FY24%20WNN: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: K24%20ORD
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for K24%20ORD: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: SV25%20POF
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for SV25%20POF: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: WN22%20FMA
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520FMA%27 HTTP/1.1" 200 None
2026-03-29 11:19:26 [bca.uk] INFO: Scrape type for WN22%20FMA: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: FN70%20FYZ
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for FN70%20FYZ: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: YH22%20XPW
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for YH22%20XPW: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: HG24%20XVW
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for HG24%20XVW: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: GY20%20AOZ
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for GY20%20AOZ: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: KR62%20AOY
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for KR62%20AOY: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: RE23%20UTR
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for RE23%20UTR: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: LA72%20TCV
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for LA72%20TCV: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: LD24%20ZZR
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for LD24%20ZZR: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: EJ16%20DFA
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for EJ16%20DFA: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: OV69%20JZP
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for OV69%20JZP: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: RK72%20ONP
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for RK72%20ONP: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: FM19%20EAC
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for FM19%20EAC: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: VX68%20WDV
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for VX68%20WDV: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: VX56%20NEO
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for VX56%20NEO: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: LF02%20GMO
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for LF02%20GMO: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: WK63%20YGM
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for WK63%20YGM: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: CK16%20TBU
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for CK16%20TBU: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: HN17%20CUG
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for HN17%20CUG: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: VO15%20MXA
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for VO15%20MXA: 0
2026-03-29 11:19:26 [bca.uk] INFO: Found listing with ID: FV13%20UUE
2026-03-29 11:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:26 [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-29 11:19:26 [bca.uk] INFO: Scrape type for FV13%20UUE: 0
2026-03-29 11:19:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:34 [bca.uk] INFO: Total items found: 100
2026-03-29 11:19:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded
2026-03-29 11:19:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:34 [bca.uk] INFO: Found listing with ID: OY64%20VXD
2026-03-29 11:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:34 [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-29 11:19:34 [bca.uk] INFO: Scrape type for OY64%20VXD: 0
2026-03-29 11:19:34 [bca.uk] INFO: Found listing with ID: AU64%20VXP
2026-03-29 11:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:34 [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-29 11:19:34 [bca.uk] INFO: Scrape type for AU64%20VXP: 0
2026-03-29 11:19:34 [bca.uk] INFO: Found listing with ID: SH53%20EDZ
2026-03-29 11:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:34 [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-29 11:19:34 [bca.uk] INFO: Scrape type for SH53%20EDZ: 0
2026-03-29 11:19:34 [bca.uk] INFO: Found listing with ID: MF59%20EPL
2026-03-29 11:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:34 [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-29 11:19:34 [bca.uk] INFO: Scrape type for MF59%20EPL: 0
2026-03-29 11:19:34 [bca.uk] INFO: Found listing with ID: RS05%20GAL
2026-03-29 11:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:34 [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-29 11:19:34 [bca.uk] INFO: Scrape type for RS05%20GAL: 0
2026-03-29 11:19:34 [bca.uk] INFO: Found listing with ID: DL65%20CWY
2026-03-29 11:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:34 [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-29 11:19:34 [bca.uk] INFO: Scrape type for DL65%20CWY: 0
2026-03-29 11:19:34 [bca.uk] INFO: Found listing with ID: MW64%20JVU
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for MW64%20JVU: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: RE18%20ZRA
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for RE18%20ZRA: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: A5%20BPN
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for A5%20BPN: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: SW69%20JXZ
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for SW69%20JXZ: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: KX23%20OZT
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for KX23%20OZT: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: PK21%20KZG
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for PK21%20KZG: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: LV21%20XYO
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for LV21%20XYO: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: SM21%20DVC
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for SM21%20DVC: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: SM21%20EBP
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for SM21%20EBP: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: SO21%20GXX
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 11:19:35 [bca.uk] INFO: Scrape type for SO21%20GXX: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: SO21%20GYG
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GYG%27 HTTP/1.1" 200 None
2026-03-29 11:19:35 [bca.uk] INFO: Scrape type for SO21%20GYG: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: SO21%20GZH
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 11:19:35 [bca.uk] INFO: Scrape type for SO21%20GZH: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: YA22%20NZR
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for YA22%20NZR: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: DE71%20XWR
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for DE71%20XWR: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: YR22%20LVP
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for YR22%20LVP: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: MD21%20FME
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for MD21%20FME: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: SO21%20PVX
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520PVX%27 HTTP/1.1" 200 None
2026-03-29 11:19:35 [bca.uk] INFO: Scrape type for SO21%20PVX: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: VK21%20YJR
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for VK21%20YJR: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: OE23%20WTL
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 11:19:35 [bca.uk] INFO: Scrape type for OE23%20WTL: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: EF22%20VUA
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for EF22%20VUA: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: LM21%20ZPF
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ZPF%27 HTTP/1.1" 200 None
2026-03-29 11:19:35 [bca.uk] INFO: Scrape type for LM21%20ZPF: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: GJ67%20PXZ
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for GJ67%20PXZ: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: HT21%20ATV
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for HT21%20ATV: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: OY20%20POV
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for OY20%20POV: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: WP22%20BHW
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for WP22%20BHW: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: RE70%20FXU
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for RE70%20FXU: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: YS18%20ZFV
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for YS18%20ZFV: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: LF67%20WRA
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for LF67%20WRA: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: KV73%20WZJ
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for KV73%20WZJ: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: KV73%20WZC
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for KV73%20WZC: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: KV73%20WYR
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for KV73%20WYR: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: EA72%20FHZ
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for EA72%20FHZ: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: EA18%20HKY
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for EA18%20HKY: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: CN69%20WYF
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for CN69%20WYF: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: AF73%20LNU
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for AF73%20LNU: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: AF23%20LDU
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for AF23%20LDU: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: AD72%20CAU
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for AD72%20CAU: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: AJ09%20OHS
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for AJ09%20OHS: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: EX20%20NLR
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for EX20%20NLR: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: VO70%20MEU
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for VO70%20MEU: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: AF73%20LOA
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for AF73%20LOA: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: KV73%20WYY
2026-03-29 11:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:35 [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-29 11:19:35 [bca.uk] INFO: Scrape type for KV73%20WYY: 0
2026-03-29 11:19:35 [bca.uk] INFO: Found listing with ID: KV73%20XAB
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for KV73%20XAB: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: AF73%20LNE
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for AF73%20LNE: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: AF73%20LOD
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for AF73%20LOD: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: EX23%20WFG
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for EX23%20WFG: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: KV73%20XAG
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for KV73%20XAG: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: FP72%20XLF
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for FP72%20XLF: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: AK71%20VDY
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for AK71%20VDY: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: AY71%20JJV
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for AY71%20JJV: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: BF23%20AUP
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for BF23%20AUP: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: BK22%20EVX
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for BK22%20EVX: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: DX22%20XUT
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for DX22%20XUT: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: EK73%20YTH
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for EK73%20YTH: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: GL72%20UWA
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UWA%27 HTTP/1.1" 200 None
2026-03-29 11:19:36 [bca.uk] INFO: Scrape type for GL72%20UWA: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: LA72%20GSZ
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for LA72%20GSZ: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: LC72%20OBF
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for LC72%20OBF: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: LN22%20XPX
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for LN22%20XPX: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: LX22%20UBL
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for LX22%20UBL: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: ME21%20BGO
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for ME21%20BGO: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: ML71%20EBM
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for ML71%20EBM: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: NJ22%20TZN
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for NJ22%20TZN: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: NJ23%20LLC
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for NJ23%20LLC: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: RV22%20XVX
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for RV22%20XVX: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: VE72%20WHX
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for VE72%20WHX: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: VO22%20WMX
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520WMX%27 HTTP/1.1" 200 None
2026-03-29 11:19:36 [bca.uk] INFO: Scrape type for VO22%20WMX: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: YA70%20MXH
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for YA70%20MXH: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: YN71%20ZKY
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for YN71%20ZKY: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: YD71%20WCN
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for YD71%20WCN: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: VK21%20NNO
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NNO%27 HTTP/1.1" 200 None
2026-03-29 11:19:36 [bca.uk] INFO: Scrape type for VK21%20NNO: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: PY22%20DNX
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for PY22%20DNX: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: PN22%20PYO
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for PN22%20PYO: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: OY22%20PZU
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520PZU%27 HTTP/1.1" 200 None
2026-03-29 11:19:36 [bca.uk] INFO: Scrape type for OY22%20PZU: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: NU23%20KRN
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for NU23%20KRN: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: MK70%20ZKR
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520ZKR%27 HTTP/1.1" 200 None
2026-03-29 11:19:36 [bca.uk] INFO: Scrape type for MK70%20ZKR: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: MF72%20XRM
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for MF72%20XRM: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: MD21%20ZBP
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for MD21%20ZBP: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: FR23%20EUJ
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for FR23%20EUJ: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: FE23%20WDW
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for FE23%20WDW: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: DG74%20JBV
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for DG74%20JBV: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: BN71%20HSK
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for BN71%20HSK: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: SV22%20OOF
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for SV22%20OOF: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: ST22%20UGE
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for ST22%20UGE: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: SP23%20WWH
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520WWH%27 HTTP/1.1" 200 None
2026-03-29 11:19:36 [bca.uk] INFO: Scrape type for SP23%20WWH: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: HD57%20MCD
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for HD57%20MCD: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: YX73%20UXH
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for YX73%20UXH: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: WF75%20VMR
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for WF75%20VMR: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: KY24%20WZH
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for KY24%20WZH: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: KM21%20LWE
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for KM21%20LWE: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: GL25%20UKC
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for GL25%20UKC: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: GD73%20PTY
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for GD73%20PTY: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: X23%20JCM
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for X23%20JCM: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: EX22%20BJV
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [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-29 11:19:36 [bca.uk] INFO: Scrape type for EX22%20BJV: 0
2026-03-29 11:19:36 [bca.uk] INFO: Found listing with ID: DA15%20NYV
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520NYV%27 HTTP/1.1" 200 None
2026-03-29 11:19:36 [bca.uk] INFO: Scrape type for DA15%20NYV: 0
2026-03-29 11:19:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:43 [bca.uk] INFO: Total items found: 100
2026-03-29 11:19:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded
2026-03-29 11:19:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:43 [bca.uk] INFO: Found listing with ID: KM15%20VRP
2026-03-29 11:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:43 [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-29 11:19:43 [bca.uk] INFO: Scrape type for KM15%20VRP: 0
2026-03-29 11:19:43 [bca.uk] INFO: Found listing with ID: OW23%20FCE
2026-03-29 11:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:43 [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-29 11:19:43 [bca.uk] INFO: Scrape type for OW23%20FCE: 0
2026-03-29 11:19:43 [bca.uk] INFO: Found listing with ID: OY72%20WFH
2026-03-29 11:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for OY72%20WFH: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: SV23%20XGR
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for SV23%20XGR: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: FM23%20UDW
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for FM23%20UDW: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BL15%20VTD
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for BL15%20VTD: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: LL16%20OOE
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for LL16%20OOE: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BD75%20OBH
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for BD75%20OBH: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: LP69%20ZNV
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for LP69%20ZNV: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: CJ25%20EWR
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for CJ25%20EWR: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BP25%20TXN
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for BP25%20TXN: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BT74%20OBJ
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for BT74%20OBJ: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: CV22%20YMP
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [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-29 11:19:44 [bca.uk] INFO: Scrape type for CV22%20YMP: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: OW72%20WVK
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVK%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for OW72%20WVK: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: OW72%20WVC
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVC%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for OW72%20WVC: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: MM72%20DCF
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520DCF%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for MM72%20DCF: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: AVZ%205811
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVZ%25205811%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for AVZ%205811: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: LJ72%20RDE
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520RDE%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for LJ72%20RDE: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: VN16%20XMT
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XMT%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for VN16%20XMT: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: WN16%20BJX
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520BJX%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for WN16%20BJX: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: YK66%20ZPJ
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK66%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for YK66%20ZPJ: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: OE15%20JUC
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE15%2520JUC%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for OE15%20JUC: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: EX21%20UKD
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UKD%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for EX21%20UKD: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: DN22%20ZZU
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520ZZU%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for DN22%20ZZU: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BU68%20XUO
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for BU68%20XUO: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: GX68%20WRV
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WRV%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for GX68%20WRV: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: ST73%20UHY
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520UHY%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for ST73%20UHY: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: GV72%20ORU
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520ORU%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for GV72%20ORU: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: YR60%20GXM
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for YR60%20GXM: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: WO15%20OCD
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for WO15%20OCD: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: WF63%20EFE
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for WF63%20EFE: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: VE72%20EZL
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for VE72%20EZL: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: VE72%20FTD
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520FTD%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for VE72%20FTD: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: VE72%20RNZ
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520RNZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for VE72%20RNZ: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: VN72%20WXD
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520WXD%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for VN72%20WXD: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: WU23%20LZB
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520LZB%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for WU23%20LZB: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: WR69%20WBV
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520WBV%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for WR69%20WBV: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: GY23%20XLW
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520XLW%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for GY23%20XLW: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BC23%20PGK
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520PGK%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for BC23%20PGK: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BC24%20RJY
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520RJY%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for BC24%20RJY: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BF23%20CVZ
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520CVZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for BF23%20CVZ: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BG73%20ENC
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520ENC%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for BG73%20ENC: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BW73%20PHV
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520PHV%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for BW73%20PHV: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: DF73%20VXB
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for DF73%20VXB: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: EF74%20RKJ
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF74%2520RKJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for EF74%20RKJ: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: EJ72%20WNB
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for EJ72%20WNB: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: EN72%20WCL
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for EN72%20WCL: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: GF75%20YDS
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF75%2520YDS%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for GF75%20YDS: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: HK72%20ZWX
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520ZWX%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for HK72%20ZWX: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: LR24%20UVP
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520UVP%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for LR24%20UVP: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: PF72%20WLX
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520WLX%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for PF72%20WLX: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: VK25%20EYO
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK25%2520EYO%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for VK25%20EYO: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: WD72%20KYO
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for WD72%20KYO: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: YA72%20OPH
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520OPH%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for YA72%20OPH: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: HN23%20GHB
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GHB%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for HN23%20GHB: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: HY65%20MYF
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MYF%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for HY65%20MYF: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: YC68%20OHX
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OHX%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for YC68%20OHX: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: FX64%20OGW
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520OGW%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for FX64%20OGW: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: OY66%20AAK
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AAK%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for OY66%20AAK: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: DF15%20NGO
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for DF15%20NGO: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: VO69%20WZA
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520WZA%27 HTTP/1.1" 200 None
2026-03-29 11:19:44 [bca.uk] INFO: Scrape type for VO69%20WZA: 0
2026-03-29 11:19:44 [bca.uk] INFO: Found listing with ID: BD18%20KHZ
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for BD18%20KHZ: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: YK12%20WJE
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520WJE%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for YK12%20WJE: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: EK67%20KWJ
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for EK67%20KWJ: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: YF72%20OWX
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520OWX%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for YF72%20OWX: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: SR15%20ENY
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR15%2520ENY%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for SR15%20ENY: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: MF12%20AHU
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for MF12%20AHU: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: WR15%20YUH
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR15%2520YUH%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for WR15%20YUH: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: CK18%20VZB
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520VZB%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for CK18%20VZB: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: GM66%20WUK
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520WUK%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for GM66%20WUK: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: MT68%20TMO
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for MT68%20TMO: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: AE16%20XUZ
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for AE16%20XUZ: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LG18%20TYZ
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LG18%20TYZ: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LS15%20ENK
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS15%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LS15%20ENK: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: DL73%20HNZ
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HNZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for DL73%20HNZ: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: DL73%20LCO
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCO%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for DL73%20LCO: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: DL73%20LCU
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCU%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for DL73%20LCU: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: DL73%20LFD
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFD%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for DL73%20LFD: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: KE23%20LVT
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LVT%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for KE23%20LVT: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: KF23%20YDT
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520YDT%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for KF23%20YDT: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: KF73%20AOV
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for KF73%20AOV: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LL74%20DHZ
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LL74%20DHZ: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LM73%20VPG
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LM73%20VPG: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LR24%20MXA
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MXA%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LR24%20MXA: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LL20%20LYC
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL20%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LL20%20LYC: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: YS68%20PXG
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520PXG%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for YS68%20PXG: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: BJ67%20FBG
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520FBG%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for BJ67%20FBG: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: BF72%20MYO
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for BF72%20MYO: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LB23%20PXN
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LB23%20PXN: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: MA22%20KWG
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for MA22%20KWG: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: WM71%20MPF
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520MPF%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for WM71%20MPF: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: LB70%20ZNV
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520ZNV%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for LB70%20ZNV: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: YA72%20VYF
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520VYF%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for YA72%20VYF: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: KD23%20GPY
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GPY%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for KD23%20GPY: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: AJ71%20FFD
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19: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%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for AJ71%20FFD: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: KS72%20AAZ
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520AAZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for KS72%20AAZ: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: PF19%20UWD
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520UWD%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for PF19%20UWD: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: VK72%20RYR
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520RYR%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for VK72%20RYR: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: YO21%20UJK
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for YO21%20UJK: 0
2026-03-29 11:19:45 [bca.uk] INFO: Found listing with ID: BV67%20GKX
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520GKX%27 HTTP/1.1" 200 None
2026-03-29 11:19:45 [bca.uk] INFO: Scrape type for BV67%20GKX: 0
2026-03-29 11:19:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:48 [bca.uk] INFO: Total items found: 100
2026-03-29 11:19:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded
2026-03-29 11:19:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: YY23%20FMM
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520FMM%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for YY23%20FMM: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: BD70%20YPL
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520YPL%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for BD70%20YPL: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: BW18%20CZN
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW18%2520CZN%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for BW18%20CZN: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: FN68%20UUW
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520UUW%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for FN68%20UUW: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: GD14%20WNL
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD14%2520WNL%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for GD14%20WNL: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: GK16%20FYN
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520FYN%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for GK16%20FYN: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: OV65%20YJE
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for OV65%20YJE: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: OY61%20ZXK
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520ZXK%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for OY61%20ZXK: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: AK17%20AOW
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for AK17%20AOW: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: CF71%20MVD
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for CF71%20MVD: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: FD66%20XPY
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520XPY%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for FD66%20XPY: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: VA21%20CFL
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520CFL%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for VA21%20CFL: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: OW72%20WTV
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WTV%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for OW72%20WTV: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: WU23%20NMF
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520NMF%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for WU23%20NMF: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: BA18%20UHB
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for BA18%20UHB: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: RK23%20MBY
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK23%2520MBY%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for RK23%20MBY: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: GK17%20RMY
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520RMY%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for GK17%20RMY: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: FL73%20NZR
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL73%2520NZR%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for FL73%20NZR: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: DC73%20AKG
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520AKG%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for DC73%20AKG: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: KN22%20KFE
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520KFE%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for KN22%20KFE: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: CK72%20EWM
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520EWM%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for CK72%20EWM: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: YH75%20BYG
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH75%2520BYG%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for YH75%20BYG: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: ML23%20LHP
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520LHP%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for ML23%20LHP: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: LS22%20HFG
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520HFG%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for LS22%20HFG: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: WO72%20AVT
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520AVT%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for WO72%20AVT: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: HF23%20VMA
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for HF23%20VMA: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: HG72%20VGR
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520VGR%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for HG72%20VGR: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: SH23%20HVP
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH23%2520HVP%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for SH23%20HVP: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: VX69%20KVE
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520KVE%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for VX69%20KVE: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: LX67%20OXM
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520OXM%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for LX67%20OXM: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: EA17%20WFV
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520WFV%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for EA17%20WFV: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: GJ15%20OXW
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ15%2520OXW%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for GJ15%20OXW: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: AV08%20LEX
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV08%2520LEX%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for AV08%20LEX: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: KM67%20WUT
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM67%2520WUT%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for KM67%20WUT: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: YC67%20EEF
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520EEF%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for YC67%20EEF: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: BU72%20NHJ
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520NHJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for BU72%20NHJ: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: OY68%20CFZ
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520CFZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for OY68%20CFZ: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: DN73%20ABV
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN73%2520ABV%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for DN73%20ABV: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: YC72%20XDG
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC72%2520XDG%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for YC72%20XDG: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: YP22%20UWX
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520UWX%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for YP22%20UWX: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: SL22%20MZN
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520MZN%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for SL22%20MZN: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: DP23%20HRW
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520HRW%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for DP23%20HRW: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: LE73%20KNU
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KNU%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for LE73%20KNU: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: KN73%20WRJ
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for KN73%20WRJ: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: WN22%20AGU
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520AGU%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for WN22%20AGU: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: LJ24%20DOY
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ24%2520DOY%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for LJ24%20DOY: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: VO72%20WFB
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for VO72%20WFB: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: RA72%20HSC
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA72%2520HSC%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for RA72%20HSC: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: FP73%20ECT
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for FP73%20ECT: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: FM23%20UEK
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UEK%27 HTTP/1.1" 200 None
2026-03-29 11:19:48 [bca.uk] INFO: Scrape type for FM23%20UEK: 0
2026-03-29 11:19:48 [bca.uk] INFO: Found listing with ID: BT24%20FVC
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for BT24%20FVC: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: VN72%20PPV
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520PPV%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for VN72%20PPV: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: HT72%20OZW
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for HT72%20OZW: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: YM17%20JPJ
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520JPJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for YM17%20JPJ: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: FH19%20LFB
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH19%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for FH19%20LFB: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: OV21%20WHW
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for OV21%20WHW: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: DU19%20VRD
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for DU19%20VRD: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: DA68%20NXY
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for DA68%20NXY: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: WD18%20OXV
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD18%2520OXV%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for WD18%20OXV: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: MF19%20ZCE
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520ZCE%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for MF19%20ZCE: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: MD68%20YVM
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for MD68%20YVM: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: M123%20CRH
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M123%2520CRH%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for M123%20CRH: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: BD69%20OJK
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520OJK%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for BD69%20OJK: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: LY69%20MXT
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for LY69%20MXT: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: LX17%20YDM
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for LX17%20YDM: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: LX67%20VGG
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for LX67%20VGG: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: DK16%20FDE
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for DK16%20FDE: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: LR68%20XKT
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for LR68%20XKT: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: R666%20TRC
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R666%2520TRC%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for R666%20TRC: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: BP18%20RUA
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP18%2520RUA%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for BP18%20RUA: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: YJZ%209313
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209313%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for YJZ%209313: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: KV70%20LYU
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LYU%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for KV70%20LYU: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: SB69%20LWS
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LWS%27 HTTP/1.1" 200 None
2026-03-29 11:19:49 [bca.uk] INFO: Scrape type for SB69%20LWS: 0
2026-03-29 11:19:49 [bca.uk] INFO: Found listing with ID: SM18%20KLD
2026-03-29 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KLD%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for SM18%20KLD: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: PJ17%20UYP
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520UYP%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for PJ17%20UYP: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: LP67%20XAZ
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for LP67%20XAZ: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: HG19%20YHN
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YHN%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for HG19%20YHN: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: V904%20OKN
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V904%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for V904%20OKN: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: DV72%20RZY
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520RZY%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for DV72%20RZY: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: YE23%20MMF
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520MMF%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for YE23%20MMF: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: LB22%20TGJ
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520TGJ%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for LB22%20TGJ: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: YL23%20OTB
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL23%2520OTB%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for YL23%20OTB: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: VK23%20EVG
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for VK23%20EVG: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: YF72%20FSS
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520FSS%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for YF72%20FSS: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: HX20%20FBL
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for HX20%20FBL: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: HJ72%20LMX
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LMX%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for HJ72%20LMX: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: HG72%20UCL
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520UCL%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for HG72%20UCL: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: LO22%20WJU
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520WJU%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for LO22%20WJU: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: LM70%20WZH
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520WZH%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for LM70%20WZH: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: CJ73%20EFL
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520EFL%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for CJ73%20EFL: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: CV72%20GWU
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520GWU%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for CV72%20GWU: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: VE73%20UOU
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520UOU%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for VE73%20UOU: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: PY72%20BVS
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520BVS%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for PY72%20BVS: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: HY23%20UVL
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520UVL%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for HY23%20UVL: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: PJ24%20CNZ
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ24%2520CNZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for PJ24%20CNZ: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: LS72%20XDY
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XDY%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for LS72%20XDY: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: LO72%20ACX
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACX%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for LO72%20ACX: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: DA72%20ZYK
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZYK%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for DA72%20ZYK: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: RO24%20HZF
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO24%2520HZF%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for RO24%20HZF: 0
2026-03-29 11:19:50 [bca.uk] INFO: Found listing with ID: OV24%20WLZ
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV24%2520WLZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:50 [bca.uk] INFO: Scrape type for OV24%20WLZ: 0
2026-03-29 11:19:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:51 [bca.uk] INFO: Total items found: 12
2026-03-29 11:19:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded
2026-03-29 11:19:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 11:19:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: LS72%20XWG
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XWG%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for LS72%20XWG: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: LS72%20ULL
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for LS72%20ULL: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: LS72%20UGZ
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UGZ%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for LS72%20UGZ: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: LS72%20UBY
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UBY%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for LS72%20UBY: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: LO72%20AMK
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for LO72%20AMK: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: LF24%20UPL
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520UPL%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for LF24%20UPL: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: KN72%20AVU
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for KN72%20AVU: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: GU72%20YFR
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for GU72%20YFR: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: BJ74%20UYX
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520UYX%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for BJ74%20UYX: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: AO23%20BTU
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520BTU%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for AO23%20BTU: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: AF23%20BZU
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for AF23%20BZU: 0
2026-03-29 11:19:51 [bca.uk] INFO: Found listing with ID: LM20%20ZTW
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520ZTW%27 HTTP/1.1" 200 None
2026-03-29 11:19:51 [bca.uk] INFO: Scrape type for LM20%20ZTW: 0
2026-03-29 11:19:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 11:19:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 11:19:52 [bca.uk] INFO: Total items found: 0
2026-03-29 11:19:52 [bca.uk] INFO: No more items to scrape after page {self.next_page}
2026-03-29 11:19:52 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 11:19:52 [bca.uk] INFO: bca.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 8446, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20last_price_update_time%20lt%201774351193 HTTP/1.1" 200 None
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE23%2520OOD') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE69%2520KDU') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520EZZ') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520ZPL') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK04%2520SRU') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO23%2520CDZ') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP69%2520HYA') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU18%2520ZCA') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV18%2520WPA') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV61%2520OXE') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC21%2520OXL') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD21%2520CWU') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD70%2520SHJ') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF11%2520XNB') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF23%2520AOM') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF65%2520DND') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF66%2520XGC') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF67%2520NZT') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF73%2520YNC') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF74%2520NGU') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG07%2520KWW') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG22%2520FHA') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG64%2520DTK') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ11%2520FAU') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520YTD') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520YWO') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520PHJ') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520WVG') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK58%2520OVR') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK67%2520YKN') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520EJA') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN10%2520KKS') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP15%2520FSJ') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP21%2520LGG') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP24%2520KZZ') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520CPX') HTTP/1.1" 204 0
2026-03-29 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT70%2520FNN') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU19%2520WYY') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW68%2520XSL') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW70%2520AYF') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW72%2520MYL') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='C12D64053') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CC14%2520THC') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE16%2520VFK') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE22%2520FHX') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE73%2520GKF') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CH51%2520COB') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ71%2520FSP') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ73%2520HFF') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK16%2520ZFM') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK73%2520HHY') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN16%2520DYM') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520UNP') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CP15%2520UVU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CU17%2520XPG') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV14%2520BTZ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV14%2520ONT') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV23%2520FFB') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV65%2520TZU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA13%2520WHW') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA22%2520FWH') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA60%2520XHD') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA75%2520WCD') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE10%2520NZY') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE23%2520VYA') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE53%2520MYF') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE63%2520WKA') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF63%2520RAX') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF72%2520WKV') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG66%2520ZGV') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DH07%2520AYA') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK24%2520WMX') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK73%2520EHS') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL24%2520WCN') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN12%2520DTU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN64%2520RXS') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP19%2520DLZ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP24%2520SNN') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS14%2520OVE') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520LCC') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520LFM') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DT14%2520KAE') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DT69%2520XCB') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU22%2520XMW') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV15%2520LXX') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV25%2520RPU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV66%2520YUB') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV70%2520GZO') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DW70%2520AHD') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY14%2520DMU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY23%2520HCJ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520FGF') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520HXH') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='E10%2520HMK') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA07%2520WVH') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA67%2520ONM') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF12%2520VFA') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ13%2520LFF') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK23%2520DUY') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK62%2520PVV') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN16%2520KMK') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN19%2520ONV') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN61%2520BHD') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO23%2520HKC') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO70%2520OGS') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ET06%2520ZWG') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ET19%2520KLS') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX18%2520KFZ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX19%2520UHH') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY70%2520UXR') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY71%2520FFN') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520KGU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD16%2520OJZ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD18%2520KLA') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD69%2520HJG') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520WTL') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE64%2520RWK') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG22%2520ZKR') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG68%2520YBH') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH15%2520ZJO') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH72%2520BVJ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ16%2520TWD') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ57%2520BTU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL14%2520CUA') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL64%2520HSY') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL68%2520PXU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM14%2520WFB') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN15%2520ZJV') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520RZA') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FSZ%25201057') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT66%2520JJF') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV71%2520PZY') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520NCJ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX19%2520GZH') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX63%2520LWO') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY11%2520BTZ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY70%2520XVZ') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD21%2520KUG') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF21%2520BSO') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF67%2520TDU') HTTP/1.1" 204 0
2026-03-29 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520LZC') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GHFS25421') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GHGY85222') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520JXW') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK05%2520APO') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK15%2520JJX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520KSK') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GN18%2520YNR') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GN22%2520XAD') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GN64%2520YNK') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU22%2520OVJ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU64%2520TFE') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU67%2520YFO') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV08%2520BTZ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV18%2520OJW') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV21%2520KTN') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520UNW') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV74%2520WKX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX14%2520WPT') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX15%2520VJY') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX16%2520MJY') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX67%2520UFK') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX70%2520RHE') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520BNX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY62%2520RYV') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520HJY') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ67%2520GMY') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ68%2520CZX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN67%2520KYP') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520WDP') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV11%2520DME') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV17%2520ENT') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV65%2520XAH') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX19%2520RCO') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX22%2520WSL') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX67%2520NTG') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX68%2520SVV') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY14%2520VFK') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY18%2520DZP') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY64%2520YWX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='J666%2520JMU') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KC06%2520LNX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE18%2520HHN') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF17%2520HSU') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF69%2520NRY') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ15%2520ZDX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ21%2520TXG') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ69%2520LDO') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KK68%2520BGX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM20%2520SZY') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM22%2520AOT') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM24%2520HLJ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM68%2520MVS') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM69%2520CGZ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520OAP') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN20%2520SPZ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN74%2520HKK') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520LFA') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP13%2520ZDM') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP18%2520FEX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP23%2520FGV') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR57%2520JYU') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR68%2520VGN') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR71%2520UBA') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS71%2520OLK') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS71%2520TXC') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT18%2520UBL') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT24%2520PFD') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT67%2520ADU') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT68%2520MVA') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU12%2520EXR') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU68%2520YHE') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU71%2520YOX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV67%2520FOD') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW19%2520XGG') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520FBN') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX19%2520KMJ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX21%2520UPD') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY19%2520LPN') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA17%2520KZF') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA66%2520BAO') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB20%2520DXE') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB72%2520MYS') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC17%2520OLG') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC21%2520TKD') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC60%2520BRZ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC63%2520WPZ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC68%2520DKN') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC70%2520ZGW') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD14%2520AWA') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD68%2520FNK') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520AVE') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD73%2520JBT') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BXA') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF06%2520YTV') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520CHU') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF22%2520ULG') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520VOH') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520VWP') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG08%2520TRX') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG24%2520WZR') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG57%2520JJU') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL10%2520YHG') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM68%2520YVU') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520HLZ') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN62%2520HKA') HTTP/1.1" 204 0
2026-03-29 11:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO14%2520MMF') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP60%2520FXK') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR64%2520FTO') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS21%2520BKX') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS68%2520ARX') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT54%2520EPC') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT72%2520TVM') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV70%2520ZJZ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX11%2520SFK') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX16%2520OUL') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LY13%2520HFX') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520VJZ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520VNB') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA68%2520MVZ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD22%2520KBX') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF15%2520TNV') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF57%2520WSN') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF61%2520CWN') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF63%2520DNU') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF67%2520SOH') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ64%2520ORY') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK22%2520OBC') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK23%2520XMV') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MP65%2520RDV') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT17%2520EKR') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520ZPW') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV62%2520WRK') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV67%2520CHZ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW69%2520WEH') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MXZ%25204256') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA62%2520OCD') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA63%2520FGM') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520URJ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA72%2520BHF') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG09%2520SSU') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG12%2520XFW') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG57%2520ZYK') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK20%2520LYZ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL09%2520FKM') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL21%2520ONU') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL63%2520ZTG') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520THU') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU13%2520YMC') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU14%2520XBP') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU16%2520FWY') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU63%2520EEY') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU65%2520OPT') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU70%2520XPC') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU71%2520JXB') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV19%2520KKF') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV72%2520EYM') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX63%2520MYN') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NY19%2520WPE') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV14%2520BXO') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV17%2520FHA') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV22%2520CHF') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV68%2520FWW') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV70%2520RZW') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV73%2520EOU') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW14%2520DTV') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY61%2520NSF') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY61%2520ZHJ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE16%2520TLN') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE57%2520RNF') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE64%2520KVV') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE69%2520HTO') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PG19%2520MVV') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ18%2520KUD') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ70%2520HCL') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK18%2520AWJ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL16%2520WVA') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL22%2520ZYZ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN23%2520KMM') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN70%2520JYS') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX08%2520KVF') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX22%2520OKC') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PY23%2520FRL') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA70%2520AOS') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE70%2520URY') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ60%2520KZX') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ61%2520NYD') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK65%2520GFJ') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO13%2520YGU') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO61%2520DPY') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520ZGV') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RT02%2520APT') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV17%2520LGG') HTTP/1.1" 204 0
2026-03-29 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV62%2520PBZ') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX17%2520ZFT') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX19%2520VWR') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX22%2520XMT') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RY05%2520ONF') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA08%2520ZVC') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA60%2520KWO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB15%2520PGK') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB70%2520PCU') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC71%2520GYT') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD21%2520VZT') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD21%2520ZCV') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE17%2520ZWX') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE66%2520OUP') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF16%2520DFU') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG21%2520VOA') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH18%2520PPK') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH71%2520EVP') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH72%2520RXS') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ70%2520NNG') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK17%2520WTW') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK18%2520HNF') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK62%2520KLS') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL16%2520UYZ') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL17%2520HCG') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL68%2520TFY') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL69%2520ZXV') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL72%2520ECV') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM15%2520UEA') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM20%2520ETT') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN69%2520KYV') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN71%2520UWH') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520RJX') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520YWA') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST15%2520JUC') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520OFN') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST67%2520DFO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV22%2520CXL') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520NVG') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV67%2520LMY') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW63%2520LVU') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW63%2520SVN') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY13%2520ZFH') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='TNZ%25208677') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='UHZ%25202531') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE21%2520EYB') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE22%2520ZYK') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE69%2520ULC') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK61%2520HXB') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520VTO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN20%2520FHJ') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN20%2520HDO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO18%2520NTD') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU23%2520OGO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF68%2520AYB') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG15%2520UVN') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG59%2520DZU') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG62%2520HGO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ64%2520XBC') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ64%2520ZPB') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK16%2520FEV') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN16%2520FKY') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN20%2520ESU') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN21%2520OFA') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO17%2520CGV') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJV') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520OKT') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR71%2520JXO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT18%2520FBY') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGK') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGR') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520NRL') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU66%2520EYJ') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU66%2520UWB') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU67%2520NUX') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV17%2520HKW') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV70%2520URZ') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WX70%2520XAU') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='XBZ%25208300') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC19%2520WFT') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC23%2520LNW') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC62%2520NUE') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC65%2520VGO') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC67%2520TYU') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520LRN') HTTP/1.1" 204 0
2026-03-29 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD11%2520GZZ') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE18%2520TKU') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE69%2520DHG') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG16%2520JUW') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG24%2520GMR') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG61%2520YFS') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG62%2520GNV') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG63%2520YCF') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG69%2520LMJ') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH10%2520XGV') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH13%2520KDO') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH21%2520XNP') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH65%2520ARU') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ24%2520JBN') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520CND') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520ZNT') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK24%2520MMT') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK57%2520JRO') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM65%2520MZJ') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP08%2520GXL') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520BKZ') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP24%2520RRO') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP62%2520NOH') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR11%2520WXC') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR15%2520UCF') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR67%2520PXV') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520PCF') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS72%2520JXF') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT10%2520MGY') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT12%2520KGJ') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT15%2520YZO') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT20%2520UOX') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT69%2520YYN') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX13%2520OTD') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX23%2520VRF') HTTP/1.1" 204 0
2026-03-29 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY17%2520RLZ') HTTP/1.1" 204 0
2026-03-29 11:19:58 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (358 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_51_2026-03-29T11_00_00.jl
2026-03-29 11:19:58 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 2084587,
 'downloader/request_count': 2167,
 'downloader/request_method_count/GET': 2167,
 'downloader/response_bytes': 200598593,
 'downloader/response_count': 2167,
 'downloader/response_status_count/200': 1150,
 'downloader/response_status_count/302': 1017,
 'elapsed_time_seconds': 1188.146539,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 3, 29, 11, 19, 58, 361110, tzinfo=datetime.timezone.utc),
 'item_dropped_count': 135,
 'item_dropped_reasons_count/DropItem': 135,
 'item_scraped_count': 358,
 'log_count/DEBUG': 39607,
 'log_count/INFO': 37529,
 'log_count/WARNING': 396,
 'memusage/max': 202932224,
 'memusage/startup': 148148224,
 'photo_download_count': 924,
 'pipeline/dropped_expired': 135,
 'playwright/context_count': 2,
 'playwright/context_count/max_concurrent': 1,
 'playwright/context_count/persistent/False': 2,
 'playwright/context_count/remote/False': 2,
 'playwright/page_count': 0,
 'request_depth_max': 132,
 'response_received_count': 226,
 'scheduler/dequeued': 2167,
 'scheduler/dequeued/memory': 2167,
 'scheduler/enqueued': 2167,
 'scheduler/enqueued/memory': 2167,
 'scrape_type/new': 93,
 'scrape_type/price_update': 400,
 'scrape_type/skipped': 12519,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 133,
 'scrapy-zyte-api/error_ratio': 0.0,
 'scrapy-zyte-api/errors': 0,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 5.609136661262551,
 'scrapy-zyte-api/mean_response_seconds': 5.94505885784003,
 'scrapy-zyte-api/processed': 133,
 'scrapy-zyte-api/request_args/actions': 1,
 'scrapy-zyte-api/request_args/browserHtml': 1,
 'scrapy-zyte-api/request_args/customHttpRequestHeaders': 132,
 'scrapy-zyte-api/request_args/experimental.requestCookies': 132,
 'scrapy-zyte-api/request_args/experimental.responseCookies': 133,
 'scrapy-zyte-api/request_args/httpResponseBody': 132,
 'scrapy-zyte-api/request_args/httpResponseHeaders': 132,
 'scrapy-zyte-api/request_args/sessionContext': 1,
 'scrapy-zyte-api/request_args/url': 133,
 'scrapy-zyte-api/status_codes/200': 133,
 'scrapy-zyte-api/success': 133,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'source/items_encountered': 13012,
 'start_time': datetime.datetime(2026, 3, 29, 11, 0, 10, 214571, tzinfo=datetime.timezone.utc)}
2026-03-29 11:19:58 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (sourcing_v2), SPIDER (bca.uk)